Searched refs:ps_has_glyph_names (Results 1 – 2 of 2) sorted by relevance
59 PS_HasGlyphNamesFunc ps_has_glyph_names; in FT_DEFINE_SERVICE() local95 clazz->ps_has_glyph_names = has_glyph_names_; \
62 if ( service && service->ps_has_glyph_names ) in FT_Has_PS_Glyph_Names()63 result = service->ps_has_glyph_names( face ); in FT_Has_PS_Glyph_Names()