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

  /external/skia/tests/
ColorTest.cpp 176 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a0) == dst);
177 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a255) == src);
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 142 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
145 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
  /external/skia/include/core/
SkColorPriv.h 282 static inline SkPMColor SkFastFourByteInterp(SkPMColor src,
  /external/skia/legacy/include/core/
SkColorPriv.h 247 static inline SkPMColor SkFastFourByteInterp(SkPMColor src,
  /external/skia/legacy/src/effects/
SkGradientShader.cpp     [all...]

Completed in 293 milliseconds