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

  /external/skia/src/effects/
SkAvoidXfermode.cpp 105 void SkAvoidXfermode::xfer32(SkPMColor dst[], const SkPMColor src[], int count, function in class:SkAvoidXfermode
SkArithmeticMode.cpp 14 virtual void xfer32(SkPMColor dst[], const SkPMColor src[], int count,
57 void SkArithmeticMode_scalar::xfer32(SkPMColor dst[], const SkPMColor src[], function in class:SkArithmeticMode_scalar
  /external/skia/src/core/
SkXfermode.cpp 462 void SkXfermode::xfer32(SkPMColor* SK_RESTRICT dst, function in class:SkXfermode
566 void SkProcXfermode::xfer32(SkPMColor* SK_RESTRICT dst, function in class:SkProcXfermode
775 virtual void xfer32(SkPMColor*, const SkPMColor*, int, const SkAlpha*) SK_OVERRIDE;
789 void SkClearXfermode::xfer32(SkPMColor* SK_RESTRICT dst, function in class:SkClearXfermode
832 virtual void xfer32(SkPMColor*, const SkPMColor*, int, const SkAlpha*) SK_OVERRIDE;
846 void SkSrcXfermode::xfer32(SkPMColor* SK_RESTRICT dst, function in class:SkSrcXfermode
895 virtual void xfer32(SkPMColor*, const SkPMColor*, int, const SkAlpha*) SK_OVERRIDE;
908 void SkDstInXfermode::xfer32(SkPMColor* SK_RESTRICT dst, function in class:SkDstInXfermode
917 return this->INHERITED::xfer32(dst, src, count, aa);
934 virtual void xfer32(SkPMColor*, const SkPMColor*, int, const SkAlpha*) SK_OVERRIDE
948 void SkDstOutXfermode::xfer32(SkPMColor* SK_RESTRICT dst, function in class:SkDstOutXfermode
    [all...]

Completed in 40 milliseconds