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

12

/external/chromium_org/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.c627 TT_MaxProfile* maxProfile = &face->max_profile;
H A Dsfobjs.c759 face->root.num_glyphs = face->max_profile.numGlyphs;
H A Dttcmap.c3499 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs;
/external/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.c624 TT_MaxProfile* maxProfile = &face->max_profile;
H A Dsfobjs.c1167 face->root.num_glyphs = face->max_profile.numGlyphs;
H A Dttcmap.c3524 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 Dsfobjs.c761 face->root.num_glyphs = face->max_profile.numGlyphs;
H A Dttload.c650 TT_MaxProfile* maxProfile = &face->max_profile;
H A Dttcmap.c3499 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs;
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h1018 /* max_profile :: The font's maximum profile table. Read on */
1190 TT_MaxProfile max_profile; member in struct:TT_FaceRec_
/external/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/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h1018 /* max_profile :: The font's maximum profile table. Read on */
1190 TT_MaxProfile max_profile; member in struct:TT_FaceRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h1018 /* max_profile :: The font's maximum profile table. Read on */
1190 TT_MaxProfile max_profile; member in struct:TT_FaceRec_
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c421 if ( n_ins > face->max_profile.maxSizeOfInstructions )
1218 max_ins = ((TT_Face)loader->face)->max_profile.maxSizeOfInstructions;
1318 recurse_count > face->max_profile.maxComponentDepth )
H A Dttobjs.c969 TT_MaxProfile* maxp = &face->max_profile;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c422 if ( n_ins > face->max_profile.maxSizeOfInstructions )
1227 max_ins = ((TT_Face)loader->face)->max_profile.maxSizeOfInstructions;
1327 recurse_count > face->max_profile.maxComponentDepth )
H A Dttobjs.c979 TT_MaxProfile* maxp = &face->max_profile;
/external/freetype/src/truetype/
H A Dttobjs.c974 TT_MaxProfile* maxp = &face->max_profile;
H A Dttgload.c1216 max_ins = ((TT_Face)loader->face)->max_profile.maxSizeOfInstructions;
1428 recurse_count > face->max_profile.maxComponentDepth )

Completed in 375 milliseconds

12