Searched refs:srcAIsOne (Results 1 – 1 of 1) sorted by relevance
368 bool srcAIsOne = colorPOI.isOpaque(); in internalGetOptimizations() local372 (kSA_GrBlendCoeff == fDstBlend && srcAIsOne); in internalGetOptimizations()374 (kISA_GrBlendCoeff == fDstBlend && srcAIsOne); in internalGetOptimizations()430 } else if (srcAIsOne) { in internalGetOptimizations()721 bool srcAIsOne = colorPOI.isOpaque(); in getInvariantOutput() local722 if (kISA_GrBlendCoeff != dstCoeff || !srcAIsOne) { in getInvariantOutput()778 bool srcAIsOne = colorPOI.isOpaque(); in willReadDstColor() local781 if (kZero_GrBlendCoeff == fSrcCoeff || srcAIsOne) { in willReadDstColor()787 if (kSA_GrBlendCoeff == fDstCoeff && srcAIsOne) { in willReadDstColor()