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

  /external/skia/bench/
ColorPrivBench.cpp 65 junk ^= SkFourByteInterp(src, dst, scale);
  /external/skia/tests/
ColorPrivTest.cpp 35 // SkFourByteInterp and SkFastFourByteInterp convert from [0, 255] to [0, 256] differently.
37 const SkPMColor slow = SkFourByteInterp(src, dst, scale);
  /external/skqp/bench/
ColorPrivBench.cpp 65 junk ^= SkFourByteInterp(src, dst, scale);
  /external/skqp/tests/
ColorPrivTest.cpp 35 // SkFourByteInterp and SkFastFourByteInterp convert from [0, 255] to [0, 256] differently.
37 const SkPMColor slow = SkFourByteInterp(src, dst, scale);
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 603 *device = SkFourByteInterp(c, *device, alpha);
636 *device = SkFourByteInterp(c, *device, alpha);
SkColorData.h 348 * srcWeight is [0..256], unlike SkFourByteInterp which takes [0..255]
366 static inline SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst,
447 * Nearly the same as SkFourByteInterp, but faster and a touch more accurate, due to better
    [all...]
  /external/skqp/src/core/
SkBlitter_ARGB32.cpp 603 *device = SkFourByteInterp(c, *device, alpha);
636 *device = SkFourByteInterp(c, *device, alpha);
SkColorData.h 348 * srcWeight is [0..256], unlike SkFourByteInterp which takes [0..255]
366 static inline SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst,
447 * Nearly the same as SkFourByteInterp, but faster and a touch more accurate, due to better
    [all...]

Completed in 269 milliseconds