Searched refs:applyXformRow (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/codec/ |
H A D | SkPngCodec.cpp | 473 void SkPngCodec::applyXformRow(void* dst, const void* src) { in applyXformRow() function in SkPngCodec 557 this->applyXformRow(fDst, row); in allRowsCallback() 600 this->applyXformRow(fDst, row); in rowCallback() 692 this->applyXformRow(dst, srcRow); 742 this->applyXformRow(dst, src);
|
H A D | SkPngCodec.h | 56 void applyXformRow(void* dst, const void* src); 63 // Initialize variables used by applyXformRow.
|
/third_party/skia/third_party/externals/libgifcodec/ |
H A 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()
|
H A D | SkLibGifCodec.h | 126 void applyXformRow(const SkImageInfo& dstInfo, void* dst, const uint8_t* src) const;
|
Completed in 5 milliseconds