Home
last modified time | relevance | path

Searched refs:pgref (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dicharout.h62 int zchar_charstring_data(gs_font *font, const ref *pgref,
H A Dichar1.h46 int zcharstring_outline(gs_font_type1 *pfont, int WMode, const ref *pgref,
H A Dzcharout.c290 zchar_charstring_data(gs_font *font, const ref *pgref, gs_glyph_data_t *pgd) in zchar_charstring_data() argument
294 if (dict_find(&pfont_data(font)->CharStrings, pgref, &pcstr) <= 0) in zchar_charstring_data()
H A Dzchar1.c1024 zcharstring_outline(gs_font_type1 *pfont1, int WMode, const ref *pgref, in zcharstring_outline() argument
1047 code = zchar_get_metrics2((gs_font_base *)pfont1, pgref, wv); in zcharstring_outline()
1056 code = zchar_get_metrics((gs_font_base *)pfont1, pgref, sbw); in zcharstring_outline()
H A Dzchar.c622 map_glyph_to_char(const gs_memory_t *mem, const ref * pgref, const ref * pencoding, ref * pch) in map_glyph_to_char() argument
630 if (obj_eq(mem, pgref, &eref)) { in map_glyph_to_char()