Home
last modified time | relevance | path

Searched refs:setup_bitmap (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/
Dpicture_utils.h35 void setup_bitmap(SkBitmap* bitmap, int width, int height);
Dpicture_utils.cpp49 void setup_bitmap(SkBitmap* bitmap, int width, int height) { in setup_bitmap() function
/external/skia/tests/
DWritePixelsTest.cpp274 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()