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