Searched refs:blend_line (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/codec/ |
D | SkGifCodec.cpp | 399 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()
|
D | SkWebpCodec.cpp | 336 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/ |
D | SkGifCodec.cpp | 399 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()
|
D | SkWebpCodec.cpp | 336 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()
|