Searched refs:setRGBPixel (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/codec/ |
H A D | SkBmpRLECodec.cpp | 204 void SkBmpRLECodec::setRGBPixel(void* dst, size_t dstRowBytes, in setRGBPixel() function in SkBmpRLECodec 464 setRGBPixel(dst, dstRowBytes, dstInfo, in decodeRLE() 502 setRGBPixel(dst, dstRowBytes, dstInfo, x++, y, red, green, blue); in decodeRLE()
|
H A D | SkBmpRLECodec.h | 83 void setRGBPixel(void* dst, size_t dstRowBytes,
|
Completed in 2 milliseconds