Home
last modified time | relevance | path

Searched refs:applyColorXform (Results 1 – 22 of 22) sorted by relevance

/external/skia/include/codec/
DSkCodec.h813 void applyColorXform(void* dst, const void* src, int count, SkAlphaType) const;
814 void applyColorXform(void* dst, const void* src, int count) const;
/external/skqp/include/codec/
DSkCodec.h813 void applyColorXform(void* dst, const void* src, int count, SkAlphaType) const;
814 void applyColorXform(void* dst, const void* src, int count) const;
/external/skia/src/codec/
DSkBmpStandardCodec.cpp117 this->applyColorXform(colorTable, colorTable, maxColors); in createColorTable()
222 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth()); in decodeRows()
DSkBmpMaskCodec.cpp97 this->applyColorXform(dstRow, this->xformBuffer(), fMaskSwizzler->swizzleWidth()); in decodeRows()
DSkCodec.cpp679 void SkCodec::applyColorXform(void* dst, const void* src, int count, SkAlphaType at) const { in applyColorXform() function in SkCodec
686 void SkCodec::applyColorXform(void* dst, const void* src, int count) const { in applyColorXform() function in SkCodec
688 this->applyColorXform(dst, src, count, alphaType); in applyColorXform()
DSkGifCodec.cpp176 this->applyColorXform(dstColors, currColorTable->readColors(), currColorTable->count(), in initializeColorTable()
412 this->applyColorXform(dst, fXformBuffer.get(), xformWidth, kXformAlphaType); in applyXformRow()
DSkPngCodec.cpp308 this->applyColorXform(colorTable, colorTable, numColors); in createColorTable()
479 this->applyColorXform(dst, src, fXformWidth); in applyXformRow()
483 this->applyColorXform(dst, fColorXformSrcRow, fXformWidth); in applyXformRow()
DSkHeifCodec.cpp247 this->applyColorXform(dst, swizzleDst, dstWidth, kOpaque_SkAlphaType); in readRows()
DSkBmpRLECodec.cpp324 this->applyColorXform(dst, decodeDst, dstInfo.width()); in decodeRows()
DSkWebpCodec.cpp642 this->applyColorXform(xformDst, xformSrc, scaledWidth, xformAlphaType); in onGetPixels()
DSkRawCodec.cpp749 this->applyColorXform(dstRow, xformBuffer.get(), dstInfo.width(), kOpaque_SkAlphaType); in onGetPixels()
DSkJpegCodec.cpp544 this->applyColorXform(dst, swizzleDst, dstWidth, kOpaque_SkAlphaType); in readRows()
/external/skqp/src/codec/
DSkBmpStandardCodec.cpp117 this->applyColorXform(colorTable, colorTable, maxColors); in createColorTable()
224 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth()); in decodeRows()
DSkBmpMaskCodec.cpp97 this->applyColorXform(dstRow, this->xformBuffer(), fMaskSwizzler->swizzleWidth()); in decodeRows()
DSkCodec.cpp679 void SkCodec::applyColorXform(void* dst, const void* src, int count, SkAlphaType at) const { in applyColorXform() function in SkCodec
686 void SkCodec::applyColorXform(void* dst, const void* src, int count) const { in applyColorXform() function in SkCodec
688 this->applyColorXform(dst, src, count, alphaType); in applyColorXform()
DSkGifCodec.cpp176 this->applyColorXform(dstColors, currColorTable->readColors(), currColorTable->count(), in initializeColorTable()
412 this->applyColorXform(dst, fXformBuffer.get(), xformWidth, kXformAlphaType); in applyXformRow()
DSkPngCodec.cpp304 this->applyColorXform(colorTable, colorTable, numColors); in createColorTable()
475 this->applyColorXform(dst, src, fXformWidth); in applyXformRow()
479 this->applyColorXform(dst, fColorXformSrcRow, fXformWidth); in applyXformRow()
DSkHeifCodec.cpp247 this->applyColorXform(dst, swizzleDst, dstWidth, kOpaque_SkAlphaType); in readRows()
DSkBmpRLECodec.cpp324 this->applyColorXform(dst, decodeDst, dstInfo.width()); in decodeRows()
DSkWebpCodec.cpp642 this->applyColorXform(xformDst, xformSrc, scaledWidth, xformAlphaType); in onGetPixels()
DSkRawCodec.cpp754 this->applyColorXform(dstRow, xformBuffer.get(), dstInfo.width(), kOpaque_SkAlphaType); in onGetPixels()
DSkJpegCodec.cpp543 this->applyColorXform(dst, swizzleDst, dstWidth, kOpaque_SkAlphaType); in readRows()