Searched refs:gBlendTable (Results 1 – 1 of 1) sorted by relevance
230 static const BlendFormula gBlendTable[2][2][SkXfermode::kLastCoeffMode + 1] = { variable331 return gBlendTable[colorPOI.isOpaque()][conflatesCoverage][xfermode]; in get_blend_formula()773 BlendFormula colorFormula = gBlendTable[colorPOI.isOpaque()][0][fXfermode]; in getInvariantBlendedColor()