Searched refs:max_profile (Results 1 – 11 of 11) sorted by relevance
179 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()
159 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()
98 table = &face->max_profile; in get_sfnt_table()
625 TT_MaxProfile* maxProfile = &face->max_profile; in tt_face_load_maxp()
750 face->root.num_glyphs = face->max_profile.numGlyphs; in sfnt_load_face()
3453 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs; in tt_face_build_cmaps()
1271 TT_MaxProfile max_profile; member
408 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()
928 TT_MaxProfile* maxp = &face->max_profile; in tt_size_init_bytecode()
571 maxp = &face->max_profile; in TT_Load_Context()
647 ttface->max_profile.maxSizeOfInstructions == 0 ) ) in FT_Load_Glyph()