Searched defs:string_proc (Results 1 – 3 of 3) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gstype42.c | 75 int (*string_proc)(gs_font_type42 *, ulong, uint, const byte **) = in get_glyph_offset() local 99 int (*string_proc)(gs_font_type42 *, ulong, uint, const byte **) = in gs_type42_font_init() local 407 int (*string_proc) (gs_font_type42 *, ulong, uint, const byte **) = in default_get_outline() local 687 int (*string_proc)(gs_font_type42 *, ulong, uint, const byte **) = in simple_glyph_metrics() local
|
H A D | gxfont42.h | 49 int (*string_proc) (gs_font_type42 *, ulong, uint, const byte **); member
|
H A D | gdevpsft.c | 678 int (*string_proc)(gs_font_type42 *, ulong, uint, const byte **) = in psf_write_truetype_data() local
|