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

  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
WideColorGamutTests.java 48 private static final Point[] POINTS = {
80 private BitmapVerifier getVerifier(Point[] points, Color[] colors, float eps) {
82 return new SamplePointWideGamutVerifier(points, colors, eps);
84 return new SamplePointVerifier(points,
96 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f));
107 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f));
118 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f));
130 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f));
  /libcore/ojluni/src/main/java/sun/security/x509/
CRLDistributionPointsExtension.java 39 * Represent the CRL Distribution Points Extension (OID = 2.5.29.31).
41 * The CRL distribution points extension identifies how CRL information
97 public static final String POINTS = "points";
110 * @param distributionPoints the list of distribution points
124 * @param distributionPoints the list of distribution points
228 if (name.equalsIgnoreCase(POINTS)) {
245 if (name.equalsIgnoreCase(POINTS)) {
258 if (name.equalsIgnoreCase(POINTS)) {
275 elements.addElement(POINTS);
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 38 private static final float[] POINTS = new float[]{
395 canvas.drawPoints(POINTS, paint);
  /external/skia/src/sksl/
SkSLLayoutLexer.h 72 #undef POINTS
73 POINTS,
  /external/skqp/src/sksl/
SkSLLayoutLexer.h 72 #undef POINTS
73 POINTS,
  /frameworks/base/media/java/android/media/
VolumeShaper.java 239 * Returns the maximum number of curve points allowed for
302 * So long as the control points are locally monotonic,
303 * the curve interpolation between those points are monotonic.
389 final int POINTS = MAXIMUM_CURVE_POINTS;
390 final float times[] = new float[POINTS];
391 final float sines[] = new float[POINTS];
392 final float scurve[] = new float[POINTS];
393 for (int i = 0; i < POINTS; ++i) {
394 times[i] = (float)i / (POINTS - 1);
629 * Returns the times (x) coordinate array of the volume curve points
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 110 } POINTS,*PPOINTS,*LPPOINTS;
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 114 milliseconds