Searched refs:SkFastFourByteInterp (Results 1 – 10 of 10) sorted by relevance
/external/skqp/tests/ |
D | ColorTest.cpp | 76 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a0) == dst); in test_fast_interp() 77 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a255) == src); in test_fast_interp()
|
D | ColorPrivTest.cpp | 40 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale); in DEF_TEST()
|
/external/skia/tests/ |
D | ColorTest.cpp | 71 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a0) == dst); in DEF_TEST() 72 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a255) == src); in DEF_TEST()
|
D | ColorPrivTest.cpp | 40 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale); in DEF_TEST()
|
/external/skqp/bench/ |
D | ColorPrivBench.cpp | 61 junk ^= SkFastFourByteInterp(src, dst, scale); in onDraw()
|
/external/skia/bench/ |
D | ColorPrivBench.cpp | 61 junk ^= SkFastFourByteInterp(src, dst, scale); in onDraw()
|
/external/skqp/src/core/ |
D | SkBlitter_ARGB32.cpp | 841 device[0] = SkFastFourByteInterp(fPMColor, device[0], a0); in blitAntiH2() 842 device[1] = SkFastFourByteInterp(fPMColor, device[1], a1); in blitAntiH2() 849 device[0] = SkFastFourByteInterp(fPMColor, device[0], a0); in blitAntiV2() 851 device[0] = SkFastFourByteInterp(fPMColor, device[0], a1); in blitAntiV2()
|
/external/skia/src/core/ |
D | SkBlitter_ARGB32.cpp | 841 device[0] = SkFastFourByteInterp(fPMColor, device[0], a0); in blitAntiH2() 842 device[1] = SkFastFourByteInterp(fPMColor, device[1], a1); in blitAntiH2() 849 device[0] = SkFastFourByteInterp(fPMColor, device[0], a0); in blitAntiV2() 851 device[0] = SkFastFourByteInterp(fPMColor, device[0], a1); in blitAntiV2()
|
/external/skqp/include/private/ |
D | SkColorData.h | 263 static inline SkPMColor SkFastFourByteInterp(SkPMColor src, in SkFastFourByteInterp() function
|
/external/skia/include/private/ |
D | SkColorData.h | 263 static inline SkPMColor SkFastFourByteInterp(SkPMColor src, in SkFastFourByteInterp() function
|