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

  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 778 int srgbColor = Color.argb(color.alpha, color.red, color.green, color.blue);
780 long longColor = Color.convert(srgbColor, cs);
792 + ", mismatch at 10, 10 ", srgbColor, mBitmap.getPixel(10, 10),
795 + ", mismatch at 50, 50 ", srgbColor, mBitmap.getPixel(50, 50),
808 int srgbColor = Color.argb(.5f, .3f, .6f, .7f);
809 long acesColor = Color.convert(srgbColor, ColorSpace.get(ColorSpace.Named.ACES));
811 ColorUtils.verifyColor("Mismatch at 15, 15", srgbColor, mBitmap.getPixel(15, 15), 1);
    [all...]
PaintTest.java     [all...]
BitmapColorSpaceTest.java 409 int srgbColor = convertPremulColorToColorInt(rawColor, b.getColorSpace());
411 almostEqual(srgbColor, srgb, 3, 15 * b.getWidth() + 15);
    [all...]

Completed in 276 milliseconds