Searched refs:applyXformRow (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/libgifcodec/ |
D | SkLibGifCodec.cpp | 391 void SkLibGifCodec::applyXformRow(const SkImageInfo& dstInfo, void* dst, const uint8_t* src) const { in applyXformRow() function in SkLibGifCodec 500 this->applyXformRow(dstInfo, dstLine, rowBegin); in haveDecodedRow() 502 this->applyXformRow(dstInfo, fTmpBuffer.get(), rowBegin); in haveDecodedRow()
|
D | SkLibGifCodec.h | 126 void applyXformRow(const SkImageInfo& dstInfo, void* dst, const uint8_t* src) const;
|
/third_party/skia/src/codec/ |
D | SkPngCodec.cpp | 468 void SkPngCodec::applyXformRow(void* dst, const void* src) { in applyXformRow() function in SkPngCodec 552 this->applyXformRow(fDst, row); in allRowsCallback() 595 this->applyXformRow(fDst, row); in rowCallback() 687 this->applyXformRow(dst, srcRow); in decodeAllRows() 737 this->applyXformRow(dst, src); in decode()
|
D | SkPngCodec.h | 56 void applyXformRow(void* dst, const void* src);
|