Home
last modified time | relevance | path

Searched refs:canvasRowBytes (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DWritePixelsTest.cpp205 size_t canvasRowBytes; in check_write() local
217 canvasRowBytes = secretDevBitmap.rowBytes(); in check_write()
262 for (size_t px = 0; px < canvasRowBytes - 4 * DEV_W; ++px) { in check_write()
270 canvasPixels += canvasRowBytes/4; in check_write()
/third_party/flutter/skia/tests/
DWritePixelsTest.cpp205 size_t canvasRowBytes; in check_write() local
217 canvasRowBytes = secretDevBitmap.rowBytes(); in check_write()
262 for (size_t px = 0; px < canvasRowBytes - 4 * DEV_W; ++px) { in check_write()
270 canvasPixels += canvasRowBytes/4; in check_write()