HomeSort by relevance Sort by last modified time
    Searched refs:DEV_W (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
ReadPixelsTest.cpp 19 static const int DEV_W = 100, DEV_H = 100;
20 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
21 static const SkRect DEV_RECT_S = SkRect::MakeWH(DEV_W * SK_Scalar1,
25 SkASSERT(x >= 0 && x < DEV_W);
109 bmp.setConfig(SkBitmap::kARGB_8888_Config, DEV_W, DEV_H);
115 for (int x = 0; x < DEV_W; ++x) {
259 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
261 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H / 4),
267 SkIRect::MakeLTRB(-10, -10, DEV_W / 4, DEV_H / 4)
    [all...]
WritePixelsTest.cpp 22 static const int DEV_W = 100, DEV_H = 100;
23 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
24 static const SkRect DEV_RECT_S = SkRect::MakeWH(DEV_W * SK_Scalar1,
29 SkASSERT(x >= 0 && x < DEV_W);
138 bmp.setConfig(SkBitmap::kARGB_8888_Config, DEV_W, DEV_H);
144 for (int x = 0; x < DEV_W; ++x) {
233 if (devBmp.width() != DEV_W ||
246 for (int cx = 0; cx < DEV_W; ++cx) {
269 const char* pad = reinterpret_cast<const char*>(canvasPixels + 4 * DEV_W);
270 for (size_t px = 0; px < canvasRowBytes - 4 * DEV_W; ++px)
    [all...]

Completed in 50 milliseconds