Lines Matching refs:DEV_W
27 static const int DEV_W = 16, DEV_H = 16; variable
30 SkASSERT(x >= 0 && x < DEV_W); in get_src_color()
62 bmp.allocN32Pixels(DEV_W, DEV_H); in make_src_bitmap()
65 for (int x = 0; x < DEV_W; ++x) { in make_src_bitmap()
79 for (int x = 0; x < DEV_W && result; ++x) { in check_read()
123 hwbDesc.width = DEV_W; in basic_draw_test_helper()
154 int nextLineStep = DEV_W; in basic_draw_test_helper()
157 src += (DEV_H-1)*DEV_W; in basic_draw_test_helper()
161 memcpy(dst, src, DEV_W * bbp); in basic_draw_test_helper()
179 SkImageInfo imageInfo = SkImageInfo::Make(DEV_W, DEV_H, kRGBA_8888_SkColorType, in basic_draw_test_helper()
192 readbackBitmap.allocN32Pixels(DEV_W, DEV_H); in basic_draw_test_helper()
233 hwbDesc.width = DEV_W; in surface_draw_test_helper()
264 readbackBitmap.allocN32Pixels(DEV_W, DEV_H); in surface_draw_test_helper()