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

  /cts/tests/tests/effect/src/android/effect/cts/
EffectTest.java 119 Bitmap testBitmap = Bitmap.createBitmap(2, 2, Bitmap.Config.ARGB_8888);
120 testBitmap.setPixel(0, 0, 0xFF000000);
121 testBitmap.setPixel(0, 1, 0xFF0000FF);
122 testBitmap.setPixel(1, 0, 0xFF00FF00);
123 testBitmap.setPixel(1, 1, 0xFFFF0000);
124 return testBitmap;
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 247 // Compress rect1 in testBitmap and rect2 in image.
249 private void compressRects(Bitmap testBitmap, YuvImage image,
259 expected = Bitmap.createBitmap(testBitmap, expectedRect.left, expectedRect.top,
266 // We use the modified one to get pixels from testBitmap.
267 private void compressOddRect(Bitmap testBitmap, YuvImage image,
274 expected = Bitmap.createBitmap(testBitmap, newRect.left, newRect.top,
  /external/skia/tests/
SurfaceTest.cpp 412 SkBitmap testBitmap;
413 testBitmap.allocN32Pixels(10, 10);
414 testBitmap.eraseColor(0);
452 EXPECT_COPY_ON_WRITE(drawBitmap(testBitmap, 0, 0))
453 EXPECT_COPY_ON_WRITE(drawBitmapRect(testBitmap, testRect, nullptr))
454 EXPECT_COPY_ON_WRITE(drawBitmapNine(testBitmap, testIRect, testRect, nullptr))
    [all...]
BlurTest.cpp 138 SkBitmap testBitmap;
139 create(&testBitmap, itest);
141 SkCanvas testCanvas(testBitmap);
148 compare(refBitmap, iref, testBitmap, itest));
  /external/skqp/tests/
SurfaceTest.cpp 291 SkBitmap testBitmap;
292 testBitmap.allocN32Pixels(10, 10);
293 testBitmap.eraseColor(0);
331 EXPECT_COPY_ON_WRITE(drawBitmap(testBitmap, 0, 0))
332 EXPECT_COPY_ON_WRITE(drawBitmapRect(testBitmap, testRect, nullptr))
333 EXPECT_COPY_ON_WRITE(drawBitmapNine(testBitmap, testIRect, testRect, nullptr))
    [all...]
BlurTest.cpp 137 SkBitmap testBitmap;
138 create(&testBitmap, itest);
140 SkCanvas testCanvas(testBitmap);
147 compare(refBitmap, iref, testBitmap, itest));
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 370 Bitmap testBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
372 WidgetTestUtils.assertEquals(testBitmap, actualBitmap);
SimpleCursorAdapterTest.java 247 Bitmap testBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
249 WidgetTestUtils.assertEquals(testBitmap, actualBitmap);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
SimpleSaveActivityTest.java     [all...]

Completed in 438 milliseconds