Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttload.c725 TT_MaxProfile* maxProfile = &face->max_profile; in tt_face_load_maxp() local
762 if ( FT_STREAM_READ_FIELDS( maxp_fields, maxProfile ) ) in tt_face_load_maxp()
765 maxProfile->maxPoints = 0; in tt_face_load_maxp()
766 maxProfile->maxContours = 0; in tt_face_load_maxp()
767 maxProfile->maxCompositePoints = 0; in tt_face_load_maxp()
768 maxProfile->maxCompositeContours = 0; in tt_face_load_maxp()
769 maxProfile->maxZones = 0; in tt_face_load_maxp()
770 maxProfile->maxTwilightPoints = 0; in tt_face_load_maxp()
771 maxProfile->maxStorage = 0; in tt_face_load_maxp()
772 maxProfile->maxFunctionDefs = 0; in tt_face_load_maxp()
[all …]