Home
last modified time | relevance | path

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

/external/skia/docs/examples/
DPixmap_addrF16_2.cpp9 const int wordsPerPixel = 4; in draw() local
10 const int rowWords = w * wordsPerPixel; in draw()
15 pixmap.addrF16(1, 2) == &storage[1 * wordsPerPixel + 2 * rowWords] ? '=' : '!'); in draw()
/external/skqp/docs/
DSkPixmap_Reference.bmh961 const int wordsPerPixel = 4;
962 const int rowWords = w * wordsPerPixel;
966 SkDebugf("pixmap.addrF16(1, 2) %c= &storage[1 * wordsPerPixel + 2 * rowWords]\n",
967 pixmap.addrF16(1, 2) == &storage[1 * wordsPerPixel + 2 * rowWords] ? '=' : '!');
969 pixmap.addrF16(1, 2) == &storage[1 * wordsPerPixel + 2 * rowWords]
/external/skqp/site/user/api/
DSkPixmap_Reference.md1338 pixmap.addrF16(1, 2) == &storage[1 * wordsPerPixel + 2 * rowWords]