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

  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/bench/
ColorPrivBench.cpp 55 junk ^= SkFastFourByteInterp(src, dst, scale);
  /external/skia/bench/
ColorPrivBench.cpp 55 junk ^= SkFastFourByteInterp(src, dst, scale);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 147 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
150 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 133 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
136 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
  /external/chromium_org/third_party/skia/include/core/
SkColorPriv.h 493 static inline SkPMColor SkFastFourByteInterp(SkPMColor src,
    [all...]
  /external/skia/include/core/
SkColorPriv.h 494 static inline SkPMColor SkFastFourByteInterp(SkPMColor src,
    [all...]

Completed in 116 milliseconds