Lines Matching refs:fDstBlend

88     GrBlendCoeff getDstBlend() const { return fDstBlend; }  in getDstBlend()
105 blendInfo->fDstBlend = fDstBlend; in onGetBlendInfo()
108 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()
116 fDstBlend != xp.fDstBlend || in onIsEqual()
133 GrBlendCoeff fDstBlend; member in PorterDuffXferProcessor
284 , fDstBlend(dstBlend) in PorterDuffXferProcessor()
343 if (kZero_GrBlendCoeff == fDstBlend) { in calcOutputTypes()
346 fDstBlend = kIS2C_GrBlendCoeff; in calcOutputTypes()
347 } else if (kSA_GrBlendCoeff == fDstBlend) { in calcOutputTypes()
350 fDstBlend = kIS2C_GrBlendCoeff; in calcOutputTypes()
351 } else if (kSC_GrBlendCoeff == fDstBlend) { in calcOutputTypes()
354 fDstBlend = kIS2C_GrBlendCoeff; in calcOutputTypes()
371 bool dstCoeffIsOne = kOne_GrBlendCoeff == fDstBlend || in internalGetOptimizations()
372 (kSA_GrBlendCoeff == fDstBlend && srcAIsOne); in internalGetOptimizations()
373 bool dstCoeffIsZero = kZero_GrBlendCoeff == fDstBlend || in internalGetOptimizations()
374 (kISA_GrBlendCoeff == fDstBlend && srcAIsOne); in internalGetOptimizations()
384 fDstBlend = kOne_GrBlendCoeff; in internalGetOptimizations()
396 fDstBlend = kZero_GrBlendCoeff; in internalGetOptimizations()
403 fDstBlend = kZero_GrBlendCoeff; in internalGetOptimizations()
413 if (can_tweak_alpha_for_coverage(fDstBlend)) { in internalGetOptimizations()
427 fDstBlend = kISA_GrBlendCoeff; in internalGetOptimizations()
435 fDstBlend = kISA_GrBlendCoeff; in internalGetOptimizations()
447 fDstBlend = kOne_GrBlendCoeff; in internalGetOptimizations()
493 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()