Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DColorTest.cpp38 This test fails: SkFourByteInterp does *not* preserve opaque destinations.
54 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a0) == dst); in DEF_TEST()
55 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a255) == src); in DEF_TEST()
H A DColorPrivTest.cpp37 // SkFourByteInterp and SkFastFourByteInterp convert from [0, 255] to [0, 256] differently. in DEF_TEST()
39 const SkPMColor slow = SkFourByteInterp(src, dst, scale); in DEF_TEST()
/third_party/skia/bench/
H A DColorPrivBench.cpp65 junk ^= SkFourByteInterp(src, dst, scale);
/third_party/skia/include/private/
H A DSkColorData.h161 * scale is [0..256], unlike SkFourByteInterp which takes [0..255]
178 static inline SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst, U8CPU srcWeight) { in SkFourByteInterp() function
258 * Nearly the same as SkFourByteInterp, but faster and a touch more accurate, due to better
/third_party/skia/src/core/
H A DSkBlitter_ARGB32.cpp1362 *device = SkFourByteInterp(c, *device, alpha); in blitV()
1395 *device = SkFourByteInterp(c, *device, alpha); in blitV()

Completed in 5 milliseconds