Searched refs:setRLEPixel (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/codec/ |
D | SkCodec_libbmp.cpp | 815 void SkBmpCodec::setRLEPixel(void* dst, size_t dstRowBytes, in setRLEPixel() function in SkBmpCodec 989 setRLEPixel(dst, dstRowBytes, dstInfo, x++, in decodeRLE() 993 setRLEPixel(dst, dstRowBytes, dstInfo, in decodeRLE() 1001 setRLEPixel(dst, dstRowBytes, dstInfo, x++, in decodeRLE() 1063 setRLEPixel(dst, dstRowBytes, dstInfo, x, y, in decodeRLE()
|
D | SkCodec_libbmp.h | 124 void setRLEPixel(void* dst, size_t dstRowBytes,
|