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

  /external/skia/bench/
ColorPrivBench.cpp 63 junk ^= SkFastFourByteInterp256(src, dst, scale);
  /external/skia/tests/
ColorPrivTest.cpp 24 ASSERT(SkFourByteInterp256(src, dst, scale) == SkFastFourByteInterp256(src, dst, scale));
  /external/skia/include/core/
SkColorPriv.h 519 static inline SkPMColor SkFastFourByteInterp256(SkPMColor src, SkPMColor dst, unsigned scale) {
538 return SkFastFourByteInterp256(src, dst, srcWeight + (srcWeight >> 7));
583 return SkFastFourByteInterp256(src, dst, scale);
    [all...]

Completed in 51 milliseconds