Searched refs:setRGBPixel (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/codec/ |
D | SkBmpRLECodec.cpp | 233 void SkBmpRLECodec::setRGBPixel(void* dst, size_t dstRowBytes, in setRGBPixel() function in SkBmpRLECodec 443 setRGBPixel(dst, dstRowBytes, dstInfo, in decodeRows() 481 setRGBPixel(dst, dstRowBytes, dstInfo, x++, y, red, green, blue); in decodeRows()
|
D | SkBmpRLECodec.h | 83 void setRGBPixel(void* dst, size_t dstRowBytes,
|