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

  /external/skia/src/sfnt/
SkOTTable_maxp_TT.h 21 SK_OT_USHORT maxPoints;
  /external/skia/src/gpu/ccpr/
GrCCPRCoverageOpsBuilder.cpp 114 const int maxPoints = maxBufferItems.fMaxFanPoints + maxBufferItems.fMaxControlPoints;
115 fPointsBuffer = onFlushRP->makeBuffer(kTexel_GrBufferType, maxPoints * 2 * sizeof(float));
  /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;
  /cts/tests/tests/media/src/android/media/cts/
VolumeShaperTest.java 489 final int maxPoints = VolumeShaper.Configuration.getMaximumCurvePoints();
491 testBuildRamp(maxPoints); // no exceptions here.
493 if (maxPoints < Integer.MAX_VALUE) {
497 () -> { testBuildRamp(maxPoints + 1); });
    [all...]
  /external/freetype/include/freetype/
tttables.h 519 /* maxPoints :: The maximum number of points in a */
529 /* `maxPoints'. */
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 210 FT_UShort maxPoints; /* capacity of this context's `pts' */
  /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...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 209 FT_UShort maxPoints; /* capacity of this context's `pts' */
  /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/cvaux/include/
cvaux.h     [all...]

Completed in 1361 milliseconds