/external/skia/tools/ |
picture_utils.h | 37 void setup_bitmap(SkBitmap* bitmap, int width, int height);
|
picture_utils.cpp | 53 void setup_bitmap(SkBitmap* bitmap, int width, int height) { function in namespace:sk_tools
|
/external/skqp/tools/ |
picture_utils.h | 37 void setup_bitmap(SkBitmap* bitmap, int width, int height);
|
picture_utils.cpp | 53 void setup_bitmap(SkBitmap* bitmap, int width, int height) { function in namespace:sk_tools
|
/external/skia/tests/ |
WritePixelsTest.cpp | 267 static bool setup_bitmap(SkBitmap* bm, SkColorType ct, SkAlphaType at, int w, int h, int tightRB) { function 364 REPORTER_ASSERT(reporter, setup_bitmap(&bmp, ct, at, rect.width(),
|
/external/skqp/tests/ |
WritePixelsTest.cpp | 277 static bool setup_bitmap(SkBitmap* bm, SkColorType ct, SkAlphaType at, int w, int h, int tightRB) { function 374 REPORTER_ASSERT(reporter, setup_bitmap(&bmp, ct, at, rect.width(),
|