Searched refs:string_proc (Results 1 – 7 of 7) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gstype42.c | 55 code = (*string_proc)(pfont, (ulong)(base), length, &vptr);\ 75 int (*string_proc)(gs_font_type42 *, ulong, uint, const byte **) = in get_glyph_offset() local 76 pfont->data.string_proc; in get_glyph_offset() 99 int (*string_proc)(gs_font_type42 *, ulong, uint, const byte **) = in gs_type42_font_init() local 100 pfont->data.string_proc; in gs_type42_font_init() 126 pfont->data.string_proc = string_proc; in gs_type42_font_init() 407 int (*string_proc) (gs_font_type42 *, ulong, uint, const byte **) = in default_get_outline() local 408 pfont->data.string_proc; in default_get_outline() 421 code = (*string_proc)(pfont, (ulong)(pfont->data.glyf + glyph_start), in default_get_outline() 445 code = (*string_proc)(pfont, (ulong)(pfont->data.glyf + glyph_start + in default_get_outline() [all …]
|
| H A D | gxfont42.h | 49 int (*string_proc) (gs_font_type42 *, ulong, uint, const byte **); member
|
| H A D | gdevpsft.c | 70 code = string_proc(pfont, (ulong)(base), length, &vptr);\ 149 while ((code = pfont->data.string_proc(pfont, base, size, &ptr)) < 0) { in write_range() 678 int (*string_proc)(gs_font_type42 *, ulong, uint, const byte **) = in psf_write_truetype_data() local 679 pfont->data.string_proc; in psf_write_truetype_data()
|
| H A D | gsfcid2.c | 76 code = pfont->data.string_proc(pfont, (ulong)(base), length, &vptr);\
|
| H A D | zfont42.c | 80 pfont->data.string_proc = z42_string_proc; in build_gs_TrueType_font()
|
| H A D | gxttfb.c | 86 r->error = r->pfont->data.string_proc(r->pfont, (ulong)r->pos, (ulong)n, &q); in gx_ttfReader__Read()
|
| H A D | gxfcopy.c | 1273 copied42->data.string_proc = copied_type42_string_proc; in copy_font_type42() 1389 return pfont->data.string_proc(pfont, base, length, vptr); in access_type42_data()
|