Searched refs:SkFourByteInterp (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | ColorPrivTest.cpp | 30 const SkPMColor slow = SkFourByteInterp(src, dst, scale); in DEF_TEST()
|
/external/skia/bench/ |
D | ColorPrivBench.cpp | 65 junk ^= SkFourByteInterp(src, dst, scale); in onDraw()
|
/external/skia/src/core/ |
D | SkBlitter_ARGB32.cpp | 616 *device = SkFourByteInterp(c, *device, alpha); in blitV() 660 *device = SkFourByteInterp(c, *device, alpha); in blitV() 667 *device = SkFourByteInterp(c, *device, alpha); in blitV()
|
D | SkXfermode.cpp | 1033 C = SkFourByteInterp(C, dstC, a); in xfer32() 1058 C = SkFourByteInterp(C, dstC, a); in xfer16() 1182 C = SkFourByteInterp(C, dstC, a); in xfer32() 1211 C = SkFourByteInterp(C, dstC, a); in xfer16()
|
D | SkXfermode4f.cpp | 135 C = SkFourByteInterp(C, dstC, a); in clear_linear()
|
/external/skia/include/core/ |
D | SkColorPriv.h | 448 static inline SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst, in SkFourByteInterp() function
|