HomeSort by relevance Sort by last modified time
    Searched refs:SkFastFourByteInterp256 (Results 1 - 4 of 4) sorted by null

  /external/skia/src/effects/
SkLerpXfermode.cpp 43 SkPMColor resC = SkFastFourByteInterp256(src[i], dstC, scale);
45 resC = SkFastFourByteInterp256(resC, dstC, a + (a >> 7));
52 dst[i] = SkFastFourByteInterp256(src[i], dst[i], scale);
66 SkPMColor resC = SkFastFourByteInterp256(src[i], dstC, scale);
68 resC = SkFastFourByteInterp256(resC, dstC, a + (a >> 7));
76 SkPMColor resC = SkFastFourByteInterp256(src[i], dstC, scale);
  /external/skia/tests/
ColorPrivTest.cpp 24 ASSERT(SkFourByteInterp256(src, dst, scale) == SkFastFourByteInterp256(src, dst, scale));
  /external/skia/bench/
ColorPrivBench.cpp 57 junk ^= SkFastFourByteInterp256(src, dst, scale);
  /external/skia/include/core/
SkColorPriv.h 490 static inline SkPMColor SkFastFourByteInterp256(SkPMColor src, SkPMColor dst, unsigned scale) {
509 return SkFastFourByteInterp256(src, dst, srcWeight + (srcWeight >> 7));
    [all...]

Completed in 51 milliseconds