Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
D_m_a_x_p.py68 maxPoints = 0
86 maxPoints = max(maxPoints, nPoints)
104 self.maxPoints = maxPoints
/external/freetype/src/truetype/
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()
Dttobjs.h107 FT_UShort maxPoints,
Dttinterp.h209 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
Dttinterp.c247 exec->maxPoints = 0; in TT_Done_Context()
306 exec->maxPoints = 0; in Init_Context()
/external/skqp/src/sfnt/
DSkOTTable_maxp_TT.h21 SK_OT_USHORT maxPoints; member
/external/skia/src/sfnt/
DSkOTTable_maxp_TT.h21 SK_OT_USHORT maxPoints; member
/external/harfbuzz_ng/src/
Dhb-ot-maxp-table.hh50 HBUINT16 maxPoints; /* Maximum points in a non-composite glyph. */ member
/external/icu/icu4c/source/samples/layout/
Dsfnt.h176 le_uint16 maxPoints; member
/external/icu/icu4c/source/test/perf/leperf/
DFontObject.h139 le_uint16 maxPoints; member
Dsfnt.h309 le_uint16 maxPoints; member
/external/icu/icu4c/source/test/letest/
DFontObject.h135 le_uint16 maxPoints; member
Dsfnt.h305 le_uint16 maxPoints; member
/external/freetype/include/freetype/
Dtttables.h571 FT_UShort maxPoints; member
/external/freetype/src/sfnt/
Dttload.c741 FT_FRAME_USHORT( maxPoints ), in tt_face_load_maxp()
765 maxProfile->maxPoints = 0; in tt_face_load_maxp()
/external/fonttools/Lib/fontTools/
DfontBuilder.py162 maxPoints=0,