Searched refs:UnicodeDecoding (Results 1 – 1 of 1) sorted by relevance
173 const ref *UnicodeDecoding; in gs_font_map_glyph_to_unicode() local187 UnicodeDecoding = zfont_get_to_unicode_map(font->dir); in gs_font_map_glyph_to_unicode()188 if (UnicodeDecoding != NULL && r_type(UnicodeDecoding) == t_dictionary) in gs_font_map_glyph_to_unicode()189 return gs_font_map_glyph_by_dict(font->memory, UnicodeDecoding, glyph); in gs_font_map_glyph_to_unicode()