HomeSort by relevance Sort by last modified time
    Searched refs:ps_has_glyph_names (Results 1 - 2 of 2) sorted by null

  /external/freetype/include/freetype/internal/services/
svpsinfo.h 59 PS_HasGlyphNamesFunc ps_has_glyph_names; local
95 clazz->ps_has_glyph_names = has_glyph_names_; \
  /external/freetype/src/base/
fttype1.c 62 if ( service && service->ps_has_glyph_names )
63 result = service->ps_has_glyph_names( face );

Completed in 2375 milliseconds