Home
last modified time | relevance | path

Searched refs:maxPoints (Results 1 – 20 of 20) 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/pdfium/third_party/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.h112 FT_UShort maxPoints,
Dttinterp.h209 FT_UShort maxPoints; /* capacity of this context's `pts' */ member
Dttinterp.c249 exec->maxPoints = 0; in TT_Done_Context()
306 exec->maxPoints = 0; in Init_Context()
/external/freetype/src/truetype/
Dttobjs.c113 FT_UShort maxPoints, in tt_glyphzone_new() argument
123 if ( FT_NEW_ARRAY( zone->org, maxPoints ) || in tt_glyphzone_new()
124 FT_NEW_ARRAY( zone->cur, maxPoints ) || in tt_glyphzone_new()
125 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new()
126 FT_NEW_ARRAY( zone->tags, maxPoints ) || in tt_glyphzone_new()
133 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.c233 exec->maxPoints = 0; in TT_Done_Context()
290 exec->maxPoints = 0; in Init_Context()
/external/skia/src/sfnt/
DSkOTTable_maxp_TT.h21 SK_OT_USHORT maxPoints; 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/pdfium/third_party/freetype/include/freetype/
Dtttables.h555 FT_UShort maxPoints; member
/external/skia/src/gpu/ccpr/
DGrCCPRCoverageOpsBuilder.cpp114 const int maxPoints = maxBufferItems.fMaxFanPoints + maxBufferItems.fMaxControlPoints; in init() local
115 fPointsBuffer = onFlushRP->makeBuffer(kTexel_GrBufferType, maxPoints * 2 * sizeof(float)); in init()
/external/pdfium/third_party/freetype/src/sfnt/
Dttload.c716 FT_FRAME_USHORT( maxPoints ), in tt_face_load_maxp()
740 maxProfile->maxPoints = 0; in tt_face_load_maxp()
/external/freetype/src/sfnt/
Dttload.c716 FT_FRAME_USHORT( maxPoints ), in tt_face_load_maxp()
740 maxProfile->maxPoints = 0; in tt_face_load_maxp()