Searched refs:origDstAlpha (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | ReadPixelsTest.cpp | 205 uint32_t origDstAlpha = SkGetPackedA32(get_dst_bmp_init_color(bx, by, bw)); in check_read() local 206 if (origDstAlpha != *alpha) { in check_read() 208 "Expected 0x%02x, got 0x%02x", origDstAlpha, *alpha); in check_read()
|
/external/skia/tests/ |
D | ReadPixelsTest.cpp | 205 uint32_t origDstAlpha = SkGetPackedA32(get_dst_bmp_init_color(bx, by, bw)); in check_read() local 206 if (origDstAlpha != *alpha) { in check_read() 208 "Expected 0x%02x, got 0x%02x", origDstAlpha, *alpha); in check_read()
|