Searched refs:max_profile (Results 1 - 20 of 20) sorted by relevance

/external/freetype/src/sfnt/
H A Dttpost.c179 if ( num_glyphs > face->max_profile.numGlyphs )
329 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 )
496 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )
H A Dsfdriver.c99 table = &face->max_profile;
H A Dsfobjs.c1168 face->root.num_glyphs = face->max_profile.numGlyphs;
H A Dttload.c667 TT_MaxProfile* maxProfile = &face->max_profile;
H A Dttcmap.c3537 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttpost.c179 if ( num_glyphs > face->max_profile.numGlyphs )
326 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 )
493 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )
H A Dsfdriver.c99 table = &face->max_profile;
H A Dttload.c630 TT_MaxProfile* maxProfile = &face->max_profile;
H A Dsfobjs.c1168 face->root.num_glyphs = face->max_profile.numGlyphs;
H A Dttcmap.c3537 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs;
/external/freetype/include/internal/
H A Dtttypes.h1099 /* max_profile :: The font's maximum profile table. Read on */
1264 TT_MaxProfile max_profile; member in struct:TT_FaceRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h1101 /* max_profile :: The font's maximum profile table. Read on */
1266 TT_MaxProfile max_profile; member in struct:TT_FaceRec_
/external/freetype/src/truetype/
H A Dttobjs.c954 TT_MaxProfile* maxp = &face->max_profile;
H A Dttgload.c1218 max_ins = ((TT_Face)loader->face)->max_profile.maxSizeOfInstructions;
1429 recurse_count > face->max_profile.maxComponentDepth )
H A Dttinterp.c415 maxp = &face->max_profile;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.c973 TT_MaxProfile* maxp = &face->max_profile;
H A Dttgload.c1214 max_ins = ((TT_Face)loader->face)->max_profile.maxSizeOfInstructions;
1426 recurse_count > face->max_profile.maxComponentDepth )
H A Dttinterp.c554 maxp = &face->max_profile;
/external/freetype/src/base/
H A Dftobjs.c682 ttface->max_profile.maxSizeOfInstructions == 0 &&
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c682 ttface->max_profile.maxSizeOfInstructions == 0 &&

Completed in 252 milliseconds