Home
last modified time | relevance | path

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

/external/skia/tests/
DWritePixelsTest.cpp188 size_t canvasRowBytes; in check_write() local
198 canvasRowBytes = secretDevBitmap.rowBytes(); in check_write()
241 for (size_t px = 0; px < canvasRowBytes - 4 * DEV_W; ++px) { in check_write()
249 canvasPixels += canvasRowBytes/4; in check_write()