Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/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 …]
/third_party/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 …]
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttload.c726 TT_MaxProfile* maxProfile = &face->max_profile; in tt_face_load_maxp() local
763 if ( FT_STREAM_READ_FIELDS( maxp_fields, maxProfile ) ) in tt_face_load_maxp()
766 maxProfile->maxPoints = 0; in tt_face_load_maxp()
767 maxProfile->maxContours = 0; in tt_face_load_maxp()
768 maxProfile->maxCompositePoints = 0; in tt_face_load_maxp()
769 maxProfile->maxCompositeContours = 0; in tt_face_load_maxp()
770 maxProfile->maxZones = 0; in tt_face_load_maxp()
771 maxProfile->maxTwilightPoints = 0; in tt_face_load_maxp()
772 maxProfile->maxStorage = 0; in tt_face_load_maxp()
773 maxProfile->maxFunctionDefs = 0; in tt_face_load_maxp()
[all …]