Searched refs:SkFourByteInterp (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/tests/ |
H A D | ColorTest.cpp | 38 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 D | ColorPrivTest.cpp | 37 // 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 D | ColorPrivBench.cpp | 65 junk ^= SkFourByteInterp(src, dst, scale);
|
/third_party/skia/include/private/ |
H A D | SkColorData.h | 161 * 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 D | SkBlitter_ARGB32.cpp | 1362 *device = SkFourByteInterp(c, *device, alpha); in blitV() 1395 *device = SkFourByteInterp(c, *device, alpha); in blitV()
|
Completed in 5 milliseconds