Home
last modified time | relevance | path

Searched refs:SkFastFourByteInterp (Results 1 – 10 of 10) sorted by relevance

/external/skqp/tests/
DColorTest.cpp76 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()
DColorPrivTest.cpp40 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale); in DEF_TEST()
/external/skia/tests/
DColorTest.cpp71 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a0) == dst); in DEF_TEST()
72 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a255) == src); in DEF_TEST()
DColorPrivTest.cpp40 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale); in DEF_TEST()
/external/skqp/bench/
DColorPrivBench.cpp61 junk ^= SkFastFourByteInterp(src, dst, scale); in onDraw()
/external/skia/bench/
DColorPrivBench.cpp61 junk ^= SkFastFourByteInterp(src, dst, scale); in onDraw()
/external/skqp/src/core/
DSkBlitter_ARGB32.cpp841 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/
DSkBlitter_ARGB32.cpp841 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/
DSkColorData.h263 static inline SkPMColor SkFastFourByteInterp(SkPMColor src, in SkFastFourByteInterp() function
/external/skia/include/private/
DSkColorData.h263 static inline SkPMColor SkFastFourByteInterp(SkPMColor src, in SkFastFourByteInterp() function