HomeSort by relevance Sort by last modified time
    Searched refs:maxPoints (Results 1 - 24 of 24) sorted by null

  /external/skia/src/sfnt/
SkOTTable_maxp_TT.h 21 SK_OT_USHORT maxPoints;
  /external/fonttools/Lib/fontTools/ttLib/tables/
_m_a_x_p.py 15 maxPoints: H
70 maxPoints = 0
88 maxPoints = max(maxPoints, nPoints)
106 self.maxPoints = maxPoints
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 69 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/freetype/src/truetype/
ttobjs.h 108 FT_UShort maxPoints,
ttobjs.c 101 /* maxPoints :: The capacity of glyph zone in points. */
113 FT_UShort maxPoints,
123 if ( FT_NEW_ARRAY( zone->org, maxPoints ) ||
124 FT_NEW_ARRAY( zone->cur, maxPoints ) ||
125 FT_NEW_ARRAY( zone->orus, maxPoints ) ||
126 FT_NEW_ARRAY( zone->tags, maxPoints ) ||
133 zone->max_points = maxPoints;
    [all...]
ttinterp.h 210 FT_UShort maxPoints; /* capacity of this context's `pts' */
ttinterp.c 233 exec->maxPoints = 0;
290 exec->maxPoints = 0;
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 176 le_uint16 maxPoints;
  /external/icu/icu4c/source/test/letest/
FontObject.h 135 le_uint16 maxPoints;
sfnt.h 305 le_uint16 maxPoints;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 139 le_uint16 maxPoints;
sfnt.h 309 le_uint16 maxPoints;
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 209 FT_UShort maxPoints; /* capacity of this context's `pts' */
ttobjs.h 112 FT_UShort maxPoints,
ttobjs.c 105 /* 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;
    [all...]
ttinterp.c 249 exec->maxPoints = 0;
306 exec->maxPoints = 0;
    [all...]
  /external/freetype/include/freetype/
tttables.h 519 /* maxPoints :: The maximum number of points in a */
529 /* `maxPoints'. */
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
tttables.h 501 /* maxPoints :: The maximum number of points in a */
513 /* structure element `maxPoints'. */
555 FT_UShort maxPoints;
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
tttables.h 501 /* maxPoints :: The maximum number of points in a */
513 /* structure element `maxPoints'. */
555 FT_UShort maxPoints;
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
VolumeShaperTest.java 480 final int maxPoints = VolumeShaper.Configuration.getMaximumCurvePoints();
482 testBuildRamp(maxPoints); // no exceptions here.
484 if (maxPoints < Integer.MAX_VALUE) {
488 () -> { testBuildRamp(maxPoints + 1); });
    [all...]
  /external/freetype/src/sfnt/
ttload.c 716 FT_FRAME_USHORT( maxPoints ),
740 maxProfile->maxPoints = 0;
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttload.c 716 FT_FRAME_USHORT( maxPoints ),
740 maxProfile->maxPoints = 0;
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 606 milliseconds