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

  /external/skia/src/core/
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/
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 452 milliseconds