Home
last modified time | relevance | path

Searched refs:rowWords (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/docs/examples/
H A DPixmap_addrF16_2.cpp10 const int rowWords = w * wordsPerPixel; in REG_FIDDLE() local
11 uint16_t storage[rowWords * h]; in REG_FIDDLE()
13 storage, rowWords * sizeof(storage[0])); in REG_FIDDLE()
14 SkDebugf("pixmap.addrF16(1, 2) %c= &storage[1 * wordsPerPixel + 2 * rowWords]\n", in REG_FIDDLE()
15 pixmap.addrF16(1, 2) == &storage[1 * wordsPerPixel + 2 * rowWords] ? '=' : '!'); in REG_FIDDLE()
H A DCanvas_accessTopLayerPixels_b.cpp21 int rowWords = rowBytes / sizeof(uint32_t); in REG_FIDDLE() local
32 if (access[y * rowWords + x] == SK_ColorBLACK) { in REG_FIDDLE()
33 access[newY * rowWords + newX] = SK_ColorGRAY; in REG_FIDDLE()

Completed in 1 milliseconds