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