Home | History | Annotate | Download | only in effects

Lines Matching refs:kISA_GrBlendCoeff

31            kISA_GrBlendCoeff == dstCoeff ||
171 case kISA_GrBlendCoeff:
374 (kISA_GrBlendCoeff == fDstBlend && srcAIsOne);
427 fDstBlend = kISA_GrBlendCoeff;
435 fDstBlend = kISA_GrBlendCoeff;
546 if (kOne_GrBlendCoeff != srcBlend || kISA_GrBlendCoeff != dstBlend) {
611 static GrPorterDuffXPFactory gSrcOverPDXPF(kOne_GrBlendCoeff, kISA_GrBlendCoeff);
636 static GrPorterDuffXPFactory gDstOutPDXPF(kZero_GrBlendCoeff, kISA_GrBlendCoeff);
641 static GrPorterDuffXPFactory gSrcATopPDXPF(kDA_GrBlendCoeff, kISA_GrBlendCoeff);
651 static GrPorterDuffXPFactory gXorPDXPF(kIDA_GrBlendCoeff, kISA_GrBlendCoeff);
690 if (kOne_GrBlendCoeff == fSrcCoeff && kISA_GrBlendCoeff == fDstCoeff &&
722 if (kISA_GrBlendCoeff != dstCoeff || !srcAIsOne) {
747 case kISA_GrBlendCoeff: