Searched refs:maxProfile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttload.c625 TT_MaxProfile* maxProfile = &face->max_profile; local
662 if ( FT_STREAM_READ_FIELDS( maxp_fields, maxProfile ) )
665 maxProfile->maxPoints = 0;
666 maxProfile->maxContours = 0;
667 maxProfile->maxCompositePoints = 0;
668 maxProfile->maxCompositeContours = 0;
669 maxProfile->maxZones = 0;
670 maxProfile->maxTwilightPoints = 0;
671 maxProfile->maxStorage = 0;
672 maxProfile
[all...]
/external/freetype/src/sfnt/
H A Dttload.c627 TT_MaxProfile* maxProfile = &face->max_profile; local
664 if ( FT_STREAM_READ_FIELDS( maxp_fields, maxProfile ) )
667 maxProfile->maxPoints = 0;
668 maxProfile->maxContours = 0;
669 maxProfile->maxCompositePoints = 0;
670 maxProfile->maxCompositeContours = 0;
671 maxProfile->maxZones = 0;
672 maxProfile->maxTwilightPoints = 0;
673 maxProfile->maxStorage = 0;
674 maxProfile
[all...]

Completed in 45 milliseconds