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.py70 maxPoints = 0
88 maxPoints = max(maxPoints, nPoints)
106 self.maxPoints = maxPoints
/external/freetype/src/truetype/
Dttobjs.c118 FT_UShort maxPoints, in tt_glyphzone_new() argument
128 if ( FT_NEW_ARRAY( zone->org, maxPoints ) || in tt_glyphzone_new()
129 FT_NEW_ARRAY( zone->cur, maxPoints ) || in tt_glyphzone_new()
130 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new()
131 FT_NEW_ARRAY( zone->tags, maxPoints ) || in tt_glyphzone_new()
138 zone->max_points = maxPoints; in tt_glyphzone_new()
Dttobjs.h108 FT_UShort maxPoints,
Dttinterp.h210 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
Dttinterp.c248 exec->maxPoints = 0; in TT_Done_Context()
307 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.h618 FT_UShort maxPoints; member
/external/freetype/src/sfnt/
Dttload.c734 FT_FRAME_USHORT( maxPoints ), in tt_face_load_maxp()
758 maxProfile->maxPoints = 0; in tt_face_load_maxp()
/external/fonttools/Lib/fontTools/
DfontBuilder.py148 maxPoints = 0,