Home
last modified time | relevance | path

Searched refs:string_proc (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgstype42.c55 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 Dgxfont42.h49 int (*string_proc) (gs_font_type42 *, ulong, uint, const byte **); member
H A Dgdevpsft.c70 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 Dgsfcid2.c76 code = pfont->data.string_proc(pfont, (ulong)(base), length, &vptr);\
H A Dzfont42.c80 pfont->data.string_proc = z42_string_proc; in build_gs_TrueType_font()
H A Dgxttfb.c86 r->error = r->pfont->data.string_proc(r->pfont, (ulong)r->pos, (ulong)n, &q); in gx_ttfReader__Read()
H A Dgxfcopy.c1273 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()