| /plan9/sys/src/cmd/gs/src/ |
| H A D | zcid.c | 57 { ref *DecodingArray, char_code, ih, glyph_index; in TT_char_code_from_CID_no_subst() local 62 array_get(mem, DecodingArray, nCID % 256, &char_code) < 0 || in TT_char_code_from_CID_no_subst() 63 !r_has_type(&char_code, t_integer)) { in TT_char_code_from_CID_no_subst() 69 *c = char_code.value.intval; in TT_char_code_from_CID_no_subst() 72 if (array_get(mem, TT_cmap, char_code.value.intval, &glyph_index) < 0 || in TT_char_code_from_CID_no_subst()
|
| H A D | gdevpdti.c | 43 gs_char char_code; member 155 pprintld2(s, "/a%ld %ld 0 R\n", (long)pcp->char_code, in pdf_write_contents_bitmap() 242 gs_id id, gs_char char_code, in pdf_begin_char_proc_generic() argument 256 pcp->char_code = char_code; in pdf_begin_char_proc_generic() 287 int char_code = assign_char_code(pdev, x_width); in pdf_begin_char_proc() local 290 int code = pdf_begin_char_proc_generic(pdev, font, id, char_code, ppcp, ppos); in pdf_begin_char_proc() 334 byte ch = pcp->char_code; in pdf_do_char_image() 399 pcp->char_code = GS_NO_CHAR; in pdf_start_charproc_accum() 423 pcp->char_code = ch; in pdf_set_charproc_attrs() 628 if (pcp0->char_code != pcp1->char_code) in pdf_is_same_charproc1() [all …]
|
| H A D | ifapi.h | 74 int char_code; member 105 unsigned short (*get_glyph)(FAPI_font *ff, int char_code, byte *buf, ushort buf_length);
|
| H A D | zfapi.c | 564 ref *pdr, int char_code, const byte **ptr) in get_GlyphDirectory_data_ptr() argument 569 ( make_int(&glyph_index, char_code), in get_GlyphDirectory_data_ptr() 572 array_get(mem, GlyphDirectory, char_code, &glyph0) >= 0) && in get_GlyphDirectory_data_ptr() 591 private ushort FAPI_FF_get_glyph(FAPI_font *ff, int char_code, byte *buf, ushort buf_length) in FAPI_FF_get_glyph() argument 640 array_get(ff->memory, StandardEncoding, char_code, &char_name) < 0) in FAPI_FF_get_glyph() 652 int l = get_GlyphDirectory_data_ptr(ff->memory, pdr, char_code, &data_ptr); in FAPI_FF_get_glyph() 663 bool error = sfnt_get_glyph_offset(pdr, pfont42, char_code, &offset0, &offset1); in FAPI_FF_get_glyph() 1331 cr.char_code = c; in FAPI_do_char() 1338 cr.char_code = client_char_code; in FAPI_do_char() 1345 cr.char_code = 0; /* .notdef */ in FAPI_do_char() [all …]
|
| H A D | gdevpdtt.c | 1191 gs_char *char_code, gs_char *cid, gs_glyph *glyph) in pdf_next_char_glyph() argument 1193 int code = font->procs.next_char_glyph(penum, char_code, glyph); in pdf_next_char_glyph() 1200 *cid = *char_code; in pdf_next_char_glyph() 1201 *glyph = font->procs.encode_char(font, *char_code, GLYPH_SPACE_NAME); in pdf_next_char_glyph() 1215 gs_char char_code, gs_char cid, gs_glyph glyph) in store_glyphs() argument 1225 cgp->s[cgp->num_all_chars].chr = char_code; in store_glyphs() 1229 cgp->s[cgp->unused_offset + cgp->num_unused_chars].chr = char_code; in store_glyphs() 1268 gs_char char_code, cid; in pdf_make_text_glyphs_table() local 1284 &char_code, &cid, &glyph); in pdf_make_text_glyphs_table() 1296 char_code, cid, glyph); in pdf_make_text_glyphs_table() [all …]
|
| H A D | gdevpdtc.c | 54 gs_char chr, char_code = 0x0badf00d, space_char = GS_NO_CHAR; in process_composite_text() local 100 char_code = gx_current_char((gs_text_enum_t *)&curr); in process_composite_text() 112 if (pte->text.space.s_char == char_code) in process_composite_text() 156 space_char = (pte->text.space.s_char == char_code ? chr : ~0); in process_composite_text()
|
| H A D | fapi_ft.c | 267 int index = a_char_ref->char_code; in load_glyph() 300 index = a_char_ref->char_code; in load_glyph() 680 a_char_ref->char_code = FT_Get_Name_Index(face->m_ft_face,name); in can_retrieve_char_by_name() 681 *a_result = a_char_ref->char_code != 0; in can_retrieve_char_by_name()
|
| H A D | fapiufst.c | 877 UW16 cc = (UW16)c->char_code; in get_char_width() 949 UW16 cc = (UW16)c->char_code; in get_char()
|