Home
last modified time | relevance | path

Searched refs:code0 (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxfcopy.c763 int code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, members, &info0); in compare_glyphs() local
767 if (code0 == gs_error_undefined) in compare_glyphs()
775 if (code0 < 0) in compare_glyphs()
776 return code0; in compare_glyphs()
797 code0 = ofont->procs.glyph_info((gs_font *)ofont, glyph, &mat, in compare_glyphs()
801 if (code0 >= 0 && code1 >= 0) { in compare_glyphs()
811 if (code0 == gs_error_undefined) in compare_glyphs()
819 if (code0 < 0) in compare_glyphs()
820 return code0; in compare_glyphs()
837 code0 = font0->data.procs.glyph_data(font0, glyph, &gdata0); in compare_glyphs()
[all …]
H A Dgsfcmap.c588 gs_cmap_ToUnicode_add_pair(gs_cmap_t *pcmap, int code0, int code1) in gs_cmap_ToUnicode_add_pair() argument
593 if (code0 >= num_codes) in gs_cmap_ToUnicode_add_pair()
595 map[code0 * gs_cmap_ToUnicode_code_bytes + 0] = (uchar)(code1 >> 8); in gs_cmap_ToUnicode_add_pair()
596 map[code0 * gs_cmap_ToUnicode_code_bytes + 1] = (uchar)(code1 & 0xFF); in gs_cmap_ToUnicode_add_pair()
597 cmap->is_identity &= (code0 == code1); in gs_cmap_ToUnicode_add_pair()
H A Dgsfcmap.h66 void gs_cmap_ToUnicode_add_pair(gs_cmap_t *pcmap, int code0, int code2);
H A Dzfcid1.c209 int code0 = z11_CIDMap_proc(pfont, GS_MIN_CID_GLYPH); in z11_enumerate_glyph() local
220 if (*pindex == 1 || code != code0) in z11_enumerate_glyph()