Home | History | Annotate | Download | only in core

Lines Matching refs:xfer

34 // idea for higher precision blends in xfer procs (and slightly faster)
970 bool SkXfermode::IsMode(SkXfermode* xfer, Mode* mode) {
971 if (NULL == xfer) {
979 if (xfer->asCoeff(&sc, &dc)) {