Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttload.c718 TT_MaxProfile* maxProfile = &face->max_profile; in tt_face_load_maxp() local
755 if ( FT_STREAM_READ_FIELDS( maxp_fields, maxProfile ) ) in tt_face_load_maxp()
758 maxProfile->maxPoints = 0; in tt_face_load_maxp()
759 maxProfile->maxContours = 0; in tt_face_load_maxp()
760 maxProfile->maxCompositePoints = 0; in tt_face_load_maxp()
761 maxProfile->maxCompositeContours = 0; in tt_face_load_maxp()
762 maxProfile->maxZones = 0; in tt_face_load_maxp()
763 maxProfile->maxTwilightPoints = 0; in tt_face_load_maxp()
764 maxProfile->maxStorage = 0; in tt_face_load_maxp()
765 maxProfile->maxFunctionDefs = 0; in tt_face_load_maxp()
[all …]