Searched refs:fDstBlend (Results 1 – 5 of 5) sorted by relevance
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 PorterDuffXferProcessor284 , 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()[all …]
124 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()128 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()132 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()136 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()140 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()144 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()
184 fDstBlend = kZero_GrBlendCoeff; in reset()193 GrBlendCoeff fDstBlend; member
156 coeff_string(fDstBlend), fBlendConstant); in dump()
2125 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()