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

  /external/skia/tests/
ColorTest.cpp 74 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a0) == dst);
75 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a255) == src);
ColorPrivTest.cpp 28 // SkFourByteInterp and SkFastFourByteInterp convert from [0, 255] to [0, 256] differently.
31 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale);
  /external/skia/bench/
ColorPrivBench.cpp 61 junk ^= SkFastFourByteInterp(src, dst, scale);
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 213 device[0] = SkFastFourByteInterp(fPMColor, device[0], a0);
214 device[1] = SkFastFourByteInterp(fPMColor, device[1], a1);
221 device[0] = SkFastFourByteInterp(fPMColor, device[0], a0);
223 device[0] = SkFastFourByteInterp(fPMColor, device[0], a1);
  /external/skia/src/shaders/gradients/
SkLinearGradient.cpp 210 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
213 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
  /external/skia/include/core/
SkColorPriv.h 532 static inline SkPMColor SkFastFourByteInterp(SkPMColor src,
    [all...]

Completed in 115 milliseconds