Searched refs:kZero_GrBlendCoeff (Results 1 – 7 of 7) sorted by relevance
108 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()146 if (kZero_GrBlendCoeff == coeff) { in append_porterduff_term()343 if (kZero_GrBlendCoeff == fDstBlend) { in calcOutputTypes()373 bool dstCoeffIsZero = kZero_GrBlendCoeff == fDstBlend || in internalGetOptimizations()379 if ((kZero_GrBlendCoeff == fSrcBlend && dstCoeffIsOne)) { in internalGetOptimizations()396 fDstBlend = kZero_GrBlendCoeff; in internalGetOptimizations()399 } else if (kZero_GrBlendCoeff == fSrcBlend) { in internalGetOptimizations()403 fDstBlend = kZero_GrBlendCoeff; in internalGetOptimizations()423 if (kZero_GrBlendCoeff == fSrcBlend) { in internalGetOptimizations()596 static GrPorterDuffXPFactory gClearPDXPF(kZero_GrBlendCoeff, kZero_GrBlendCoeff); in Create()[all …]
124 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()128 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()139 blendInfo->fSrcBlend = kZero_GrBlendCoeff; in onGetBlendInfo()144 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()
75 *srcCoeff = kZero_GrBlendCoeff; in simplify_blend_term()87 *srcCoeff = kZero_GrBlendCoeff; in simplify_blend_term()98 *srcCoeff = kZero_GrBlendCoeff; in simplify_blend_term()108 *srcCoeff = kZero_GrBlendCoeff; in simplify_blend_term()118 if (kZero_GrBlendCoeff == *srcCoeff || (valid_color(srcCompFlags) && 0 == srcColor)) { in simplify_blend_term()119 *srcCoeff = kZero_GrBlendCoeff; in simplify_blend_term()
112 case kZero_GrBlendCoeff: in coeff_string()
62 kZero_GrBlendCoeff, //<! 0 enumerator184 fDstBlend = kZero_GrBlendCoeff; in reset()
30 GR_STATIC_ASSERT((int)kZero_GrBlendCoeff == (int)SkXfermode::kZero_Coeff);
134 GR_STATIC_ASSERT(0 == kZero_GrBlendCoeff); in BlendCoeffReferencesConstant()2127 kOne_GrBlendCoeff == srcCoeff && kZero_GrBlendCoeff == dstCoeff; in flushBlend()