Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
H A DPixmap_addrF16_2.cpp9 const int wordsPerPixel = 4; in REG_FIDDLE() local
10 const int rowWords = w * wordsPerPixel; 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()

Completed in 1 milliseconds