Home
last modified time | relevance | path

Searched refs:max_profile (Results 1 – 11 of 11) sorted by relevance

/external/freetype/src/sfnt/
Dttpost.c183 if ( num_glyphs > face->max_profile.numGlyphs ) in load_format_20()
332 if ( num_glyphs > face->max_profile.numGlyphs || in load_format_25()
504 if ( idx >= (FT_UInt)face->max_profile.numGlyphs ) in tt_face_get_ps_name()
Dsfdriver.c109 table = &face->max_profile; in get_sfnt_table()
Dttload.c718 TT_MaxProfile* maxProfile = &face->max_profile; in tt_face_load_maxp()
Dsfobjs.c961 face->root.num_glyphs = face->max_profile.numGlyphs; in sfnt_load_face()
Dttcmap.c3822 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs; in tt_face_build_cmaps()
/external/freetype/include/freetype/internal/
Dtttypes.h1476 TT_MaxProfile max_profile; member
/external/freetype/src/truetype/
Dttgload.c1365 max_ins = loader->face->max_profile.maxSizeOfInstructions; in TT_Process_Composite_Glyph()
1603 if ( recurse_count > face->max_profile.maxComponentDepth ) in load_truetype_glyph()
1607 face->max_profile.maxComponentDepth = (FT_UShort)recurse_count; in load_truetype_glyph()
Dttobjs.c1074 TT_MaxProfile* maxp = &face->max_profile; in tt_size_init_bytecode()
Dttinterp.c417 maxp = &face->max_profile; in TT_Load_Context()
/external/freetype/src/base/
Dftobjs.c900 ttface->max_profile.maxSizeOfInstructions == 0 && in FT_Load_Glyph()
/external/freetype/
DChangeLog.22926 face->max_profile.numGlyphs, instead of face->root.num_glyphs.