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

  /external/skia/legacy/src/effects/
SkAvoidXfermode.cpp 141 dst[i] = SkFourByteInterp(src[i], dst[i], d);
  /external/skia/legacy/src/core/
SkXfermode.cpp 478 C = SkFourByteInterp(C, dstC, a);
503 C = SkFourByteInterp(C, dstC, a);
529 C = SkFourByteInterp(C, dstC, a);
585 C = SkFourByteInterp(C, dstC, a);
614 C = SkFourByteInterp(C, dstC, a);
643 C = SkFourByteInterp(C, dstC, a);
859 dst[i] = SkFourByteInterp(src[i], dst[i], a);
    [all...]
  /external/skia/src/core/
SkXfermode.cpp 483 C = SkFourByteInterp(C, dstC, a);
508 C = SkFourByteInterp(C, dstC, a);
533 C = SkFourByteInterp(C, dstC, a);
588 C = SkFourByteInterp(C, dstC, a);
617 C = SkFourByteInterp(C, dstC, a);
646 C = SkFourByteInterp(C, dstC, a);
895 dst[i] = SkFourByteInterp(src[i], dst[i], a);
    [all...]
SkBlitter_ARGB32.cpp 561 *device = SkFourByteInterp(c, *device, alpha);
605 *device = SkFourByteInterp(c, *device, alpha);
612 *device = SkFourByteInterp(c, *device, alpha);
  /external/skia/include/core/
SkColorPriv.h 247 * srcWeight is [0..256], unlike SkFourByteInterp which takes [0..255]
265 static inline SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst,
274 * SkFourByteInterp(). Third parameter controls blending of the first two:
277 * ** Does not match the results of SkFourByteInterp() because we use
  /external/skia/legacy/include/core/
SkColorPriv.h 224 static inline SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst,
239 * SkFourByteInterp(). Third parameter controls blending of the first two:
242 * ** Does not match the results of SkFourByteInterp() because we use

Completed in 101 milliseconds