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

  /external/skqp/tests/
GrAHardwareBufferTest.cpp 74 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& expectedBitmap,
79 const uint32_t srcPixel = *expectedBitmap.getAddr32(x, y);
  /external/skia/tests/
GrAHardwareBufferTest.cpp 74 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& expectedBitmap,
79 const uint32_t srcPixel = *expectedBitmap.getAddr32(x, y);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 527 Bitmap expectedBitmap = drawAndGetBitmap(expected);
528 assertTrue(actualBitmap.sameAs(expectedBitmap));
BitmapTest.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 292 Bitmap expectedBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
294 WidgetTestUtils.assertEquals(expectedBitmap, imageViewBitmap);
599 Bitmap expectedBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
601 WidgetTestUtils.assertEquals(expectedBitmap, imageViewBitmap);
    [all...]

Completed in 778 milliseconds