Searched refs:maxPoints (Results 1 - 25 of 36) sorted by relevance

12

/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_m_a_x_p.py15 maxPoints: H
70 maxPoints = 0
88 maxPoints = max(maxPoints, nPoints)
106 self.maxPoints = maxPoints
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_m_a_x_p.py15 maxPoints: H
70 maxPoints = 0
88 maxPoints = max(maxPoints, nPoints)
106 self.maxPoints = maxPoints
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h22 SK_OT_USHORT maxPoints; member in struct:SkOTTableMaximumProfile_TT
/external/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h22 SK_OT_USHORT maxPoints; member in struct:SkOTTableMaximumProfile_TT
/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp69 maxPoints = 0;
228 maxPoints = 0;
460 if( maxPoints < newMaxPoints )
465 memcpy( points[i], prev, maxPoints * sizeof(prev[0]));
472 if( maxPoints < newMaxPoints )
473 maxPoints = newMaxPoints;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dtttables.h478 /* maxPoints :: The maximum number of points in a */
490 /* structure element `maxPoints'. */
532 FT_UShort maxPoints; member in struct:TT_MaxProfile_
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.h123 FT_UShort maxPoints,
H A Dttobjs.c105 /* maxPoints :: The capacity of glyph zone in points. */
117 FT_UShort maxPoints,
127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) ||
128 FT_NEW_ARRAY( zone->cur, maxPoints ) ||
129 FT_NEW_ARRAY( zone->orus, maxPoints ) ||
130 FT_NEW_ARRAY( zone->tags, maxPoints ) ||
137 zone->max_points = maxPoints;
H A Dttinterp.h217 FT_UShort maxPoints; /* capacity of this context's `pts' */ member in struct:TT_ExecContextRec_
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dsfnt.h170 le_uint16 maxPoints; member in struct:MAXPTable
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.h133 le_uint16 maxPoints; member in struct:MAXPTable
H A Dsfnt.h303 le_uint16 maxPoints; member in struct:MAXPTable
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DFontObject.h133 le_uint16 maxPoints; member in struct:MAXPTable
H A Dsfnt.h303 le_uint16 maxPoints; member in struct:MAXPTable
/external/freetype/include/
H A Dtttables.h482 /* maxPoints :: The maximum number of points in a */
494 /* structure element `maxPoints'. */
536 FT_UShort maxPoints; member in struct:TT_MaxProfile_
/external/freetype/src/truetype/
H A Dttobjs.h123 FT_UShort maxPoints,
H A Dttobjs.c105 /* maxPoints :: The capacity of glyph zone in points. */
117 FT_UShort maxPoints,
127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) ||
128 FT_NEW_ARRAY( zone->cur, maxPoints ) ||
129 FT_NEW_ARRAY( zone->orus, maxPoints ) ||
130 FT_NEW_ARRAY( zone->tags, maxPoints ) ||
137 zone->max_points = maxPoints;
H A Dttinterp.h217 FT_UShort maxPoints; /* capacity of this context's `pts' */ member in struct:TT_ExecContextRec_
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h170 le_uint16 maxPoints; member in struct:MAXPTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h133 le_uint16 maxPoints; member in struct:MAXPTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h133 le_uint16 maxPoints; member in struct:MAXPTable
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dtttables.h478 /* maxPoints :: The maximum number of points in a */
490 /* structure element `maxPoints'. */
532 FT_UShort maxPoints; member in struct:TT_MaxProfile_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dtttables.h478 /* maxPoints :: The maximum number of points in a */
490 /* structure element `maxPoints'. */
532 FT_UShort maxPoints; member in struct:TT_MaxProfile_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.h123 FT_UShort maxPoints,
H A Dttobjs.c105 /* maxPoints :: The capacity of glyph zone in points. */
117 FT_UShort maxPoints,
127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) ||
128 FT_NEW_ARRAY( zone->cur, maxPoints ) ||
129 FT_NEW_ARRAY( zone->orus, maxPoints ) ||
130 FT_NEW_ARRAY( zone->tags, maxPoints ) ||
137 zone->max_points = maxPoints;

Completed in 2343 milliseconds

12