Home
last modified time | relevance | path

Searched refs:blend_line (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/codec/
DSkGifCodec.cpp419 static void blend_line(void* dstAsVoid, const void* srcAsVoid, int width) { in blend_line() function
531 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
534 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
DSkWebpCodec.cpp370 static void blend_line(SkColorType dstCT, void* dst, in blend_line() function
644 blend_line(dstCT, dst, dstCT, xformDst, needsSrgbToLinear, in onGetPixels()
656 blend_line(dstCT, dst, webpDst.colorType(), src, needsSrgbToLinear, in onGetPixels()
/external/skqp/src/codec/
DSkGifCodec.cpp419 static void blend_line(void* dstAsVoid, const void* srcAsVoid, int width) { in blend_line() function
531 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
534 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
DSkWebpCodec.cpp370 static void blend_line(SkColorType dstCT, void* dst, in blend_line() function
644 blend_line(dstCT, dst, dstCT, xformDst, needsSrgbToLinear, in onGetPixels()
656 blend_line(dstCT, dst, webpDst.colorType(), src, needsSrgbToLinear, in onGetPixels()