Lines Matching refs:DEV_W
26 static const int DEV_W = 16, DEV_H = 16; variable
29 SkASSERT(x >= 0 && x < DEV_W); in get_src_color()
61 bmp.allocN32Pixels(DEV_W, DEV_H); in make_src_bitmap()
64 for (int x = 0; x < DEV_W; ++x) { in make_src_bitmap()
78 for (int x = 0; x < DEV_W && result; ++x) { in check_read()
122 hwbDesc.width = DEV_W; in basic_draw_test_helper()
153 int nextLineStep = DEV_W; in basic_draw_test_helper()
156 src += (DEV_H-1)*DEV_W; in basic_draw_test_helper()
160 memcpy(dst, src, DEV_W * bbp); in basic_draw_test_helper()
178 SkImageInfo imageInfo = SkImageInfo::Make(DEV_W, DEV_H, kRGBA_8888_SkColorType, in basic_draw_test_helper()
191 readbackBitmap.allocN32Pixels(DEV_W, DEV_H); in basic_draw_test_helper()
232 hwbDesc.width = DEV_W; in surface_draw_test_helper()
263 readbackBitmap.allocN32Pixels(DEV_W, DEV_H); in surface_draw_test_helper()