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