Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttpost.c179 if ( num_glyphs > face->max_profile.numGlyphs ) in load_format_20()
326 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 ) in load_format_25()
493 if ( idx >= (FT_UInt)face->max_profile.numGlyphs ) in tt_face_get_ps_name()
Dttmtx.c159 num_shorts = face->max_profile.numGlyphs - num_longs; in tt_face_load_hmtx()
444 gindex >= (FT_UInt)face->max_profile.numGlyphs ) in tt_face_get_metrics()
Dsfdriver.c98 table = &face->max_profile; in get_sfnt_table()
Dttload.c625 TT_MaxProfile* maxProfile = &face->max_profile; in tt_face_load_maxp()
Dsfobjs.c750 face->root.num_glyphs = face->max_profile.numGlyphs; in sfnt_load_face()
Dttcmap.c3453 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs; in tt_face_build_cmaps()
/external/freetype/include/freetype/internal/
Dtttypes.h1271 TT_MaxProfile max_profile; member
/external/freetype/src/truetype/
Dttgload.c408 if ( n_ins > face->max_profile.maxSizeOfInstructions ) in TT_Load_Simple_Glyph()
1137 max_ins = ((TT_Face)loader->face)->max_profile.maxSizeOfInstructions; in TT_Process_Composite_Glyph()
1237 recurse_count > face->max_profile.maxComponentDepth ) in load_truetype_glyph()
Dttobjs.c928 TT_MaxProfile* maxp = &face->max_profile; in tt_size_init_bytecode()
Dttinterp.c571 maxp = &face->max_profile; in TT_Load_Context()
/external/freetype/src/base/
Dftobjs.c647 ttface->max_profile.maxSizeOfInstructions == 0 ) ) in FT_Load_Glyph()