Searched refs:SkFourByteInterp (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DColorPrivTest.cpp28 // SkFourByteInterp and SkFastFourByteInterp convert from [0, 255] to [0, 256] differently.
30 const SkPMColor slow = SkFourByteInterp(src, dst, scale);
/external/skia/tests/
H A DColorPrivTest.cpp28 // SkFourByteInterp and SkFastFourByteInterp convert from [0, 255] to [0, 256] differently.
30 const SkPMColor slow = SkFourByteInterp(src, dst, scale);
/external/chromium_org/third_party/skia/bench/
H A DColorPrivBench.cpp59 junk ^= SkFourByteInterp(src, dst, scale);
/external/skia/bench/
H A DColorPrivBench.cpp59 junk ^= SkFourByteInterp(src, dst, scale);
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter_ARGB32.cpp563 *device = SkFourByteInterp(c, *device, alpha);
607 *device = SkFourByteInterp(c, *device, alpha);
614 *device = SkFourByteInterp(c, *device, alpha);
H A DSkXfermode.cpp715 C = SkFourByteInterp(C, dstC, a);
740 C = SkFourByteInterp(C, dstC, a);
1311 C = SkFourByteInterp(C, dstC, a);
1340 C = SkFourByteInterp(C, dstC, a);
1532 dst[i] = SkFourByteInterp(src[i], dst[i], a);
/external/skia/src/core/
H A DSkBlitter_ARGB32.cpp563 *device = SkFourByteInterp(c, *device, alpha);
607 *device = SkFourByteInterp(c, *device, alpha);
614 *device = SkFourByteInterp(c, *device, alpha);
H A DSkXfermode.cpp718 C = SkFourByteInterp(C, dstC, a);
743 C = SkFourByteInterp(C, dstC, a);
1297 C = SkFourByteInterp(C, dstC, a);
1326 C = SkFourByteInterp(C, dstC, a);
1524 dst[i] = SkFourByteInterp(src[i], dst[i], a);
/external/chromium_org/third_party/skia/src/opts/
H A DSkXfermode_opts_SSE2.cpp696 C = SkFourByteInterp(C, dstC, a);
761 C = SkFourByteInterp(C, dstC, a);
/external/skia/src/opts/
H A DSkXfermode_opts_SSE2.cpp695 C = SkFourByteInterp(C, dstC, a);
760 C = SkFourByteInterp(C, dstC, a);
/external/chromium_org/third_party/skia/include/core/
H A DSkColorPriv.h391 * srcWeight is [0..256], unlike SkFourByteInterp which takes [0..255]
409 static inline SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst, function
490 * Nearly the same as SkFourByteInterp, but faster and a touch more accurate, due to better
/external/skia/include/core/
H A DSkColorPriv.h392 * srcWeight is [0..256], unlike SkFourByteInterp which takes [0..255]
410 static inline SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst, function
491 * Nearly the same as SkFourByteInterp, but faster and a touch more accurate, due to better

Completed in 345 milliseconds