Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/truetype/
A Dttobjs.c117 FT_UShort maxPoints, in tt_glyphzone_new() argument
127 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()
A Dttobjs.h123 FT_UShort maxPoints,
A Dttinterp.h217 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
A Dttinterp.c419 exec->maxPoints = 0; in TT_Done_Context()
478 exec->maxPoints = 0; in Init_Context()
/AliOS-Things-master/components/freetype/include/
A Dtttables.h536 FT_UShort maxPoints; member
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttload.c640 FT_FRAME_USHORT( maxPoints ), in tt_face_load_maxp()
664 maxProfile->maxPoints = 0; in tt_face_load_maxp()

Completed in 37 milliseconds