Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkGifCodec.cpp399 static void blend_line(void* dstAsVoid, const void* srcAsVoid, int width) { in blend_line() function
511 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
514 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
DSkWebpCodec.cpp336 static void blend_line(SkColorType dstCT, void* dst, in blend_line() function
549 blend_line(dstCT, dst, dstCT, xformDst, in onGetPixels()
561 blend_line(dstCT, dst, webpDst.colorType(), src, in onGetPixels()
/external/skqp/src/codec/
DSkGifCodec.cpp399 static void blend_line(void* dstAsVoid, const void* srcAsVoid, int width) { in blend_line() function
511 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
514 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
DSkWebpCodec.cpp336 static void blend_line(SkColorType dstCT, void* dst, in blend_line() function
549 blend_line(dstCT, dst, dstCT, xformDst, in onGetPixels()
561 blend_line(dstCT, dst, webpDst.colorType(), src, in onGetPixels()