Searched defs:dstCoeffIsOne (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp371 bool dstCoeffIsOne = kOne_GrBlendCoeff == fDstBlend || local
379 if ((kZero_GrBlendCoeff == fSrcBlend && dstCoeffIsOne)) {
444 } else if (dstCoeffIsOne) {

Completed in 240 milliseconds