Home
last modified time | relevance | path

Searched refs:referenceBitmap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/tools/testrunners/gm/vias/
H A DSimpleVias.cpp136 SkBitmap referenceBitmap; in draw_via_picture() local
137 referenceBitmap.allocPixelsFlags(surface->getCanvas()->imageInfo(), in draw_via_picture()
139 if (!surface->readPixels(referenceBitmap, 0, 0)) { in draw_via_picture()
144 if (recordedBitmap.computeByteSize() != referenceBitmap.computeByteSize()) { in draw_via_picture()
149 referenceBitmap.computeByteSize(), in draw_via_picture()
150 referenceBitmap.bounds().width(), in draw_via_picture()
151 referenceBitmap.bounds().height(), in draw_via_picture()
158 referenceBitmap.getPixels(), in draw_via_picture()
159 referenceBitmap.computeByteSize())) { in draw_via_picture()
164 bitmap_to_base64_data_uri(referenceBitmap).c_str()) in draw_via_picture()
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java239 final Bitmap referenceBitmap = Bitmap.createBitmap( in testWithStatSysAdbResource() local
244 stat_sys_adb.draw(new Canvas(referenceBitmap)); in testWithStatSysAdbResource()
264 if (!equalBitmaps(referenceBitmap, test1)) { in testWithStatSysAdbResource()
265 findBitmapDifferences(referenceBitmap, test1); in testWithStatSysAdbResource()