Home
last modified time | relevance | path

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

/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()
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp404 static void blend_line(void* dstAsVoid, const void* srcAsVoid, int width) { in blend_line() function
516 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
519 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
/external/skia/src/codec/
DSkWebpCodec.cpp316 static void blend_line(SkColorType dstCT, void* dst, in blend_line() function
528 blend_line(dstCT, dst, dstCT, xformDst, in onGetPixels()
540 blend_line(dstCT, dst, webpDst.colorType(), src, in onGetPixels()