Searched refs:setup_bitmap (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/ |
D | picture_utils.h | 35 void setup_bitmap(SkBitmap* bitmap, int width, int height);
|
D | picture_utils.cpp | 49 void setup_bitmap(SkBitmap* bitmap, int width, int height) { in setup_bitmap() function
|
/external/skia/tests/ |
D | WritePixelsTest.cpp | 274 static bool setup_bitmap(SkBitmap* bm, SkColorType ct, SkAlphaType at, int w, int h, int tightRB) { in setup_bitmap() function 372 REPORTER_ASSERT(reporter, setup_bitmap(&bmp, ct, at, rect.width(), in test_write_pixels()
|