Searched refs:maxPoints (Results 1 – 6 of 6) sorted by relevance
117 FT_UShort maxPoints, in tt_glyphzone_new() argument127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) || in tt_glyphzone_new()128 FT_NEW_ARRAY( zone->cur, maxPoints ) || in tt_glyphzone_new()129 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new()130 FT_NEW_ARRAY( zone->tags, maxPoints ) || in tt_glyphzone_new()137 zone->max_points = maxPoints; in tt_glyphzone_new()
123 FT_UShort maxPoints,
217 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
419 exec->maxPoints = 0; in TT_Done_Context()478 exec->maxPoints = 0; in Init_Context()
536 FT_UShort maxPoints; member
640 FT_FRAME_USHORT( maxPoints ), in tt_face_load_maxp()664 maxProfile->maxPoints = 0; in tt_face_load_maxp()
Completed in 37 milliseconds