Searched refs:get_bitmap_color (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | WritePixelsTest.cpp | 81 static uint32_t get_bitmap_color(int x, int y, int w, SkColorType ct, SkAlphaType at) { in get_bitmap_color() function 220 uint32_t bmpColor8888 = get_bitmap_color(bx, by, bitmap.width(), in check_write() 283 *bm->getAddr32(x, y) = get_bitmap_color(x, y, w, ct, at); in setup_bitmap()
|