Searched refs:gCoeffs (Results 1 – 3 of 3) sorted by relevance
52 const CoeffRec gCoeffs[] = { variable79 *src = gCoeffs[static_cast<int>(mode)].fSrc; in SkBlendMode_AsCoeff()82 *dst = gCoeffs[static_cast<int>(mode)].fDst; in SkBlendMode_AsCoeff()
53 const CoeffRec gCoeffs[] = { variable77 *src = gCoeffs[static_cast<int>(mode)].fSrc; in SkBlendMode_AsCoeff()80 *dst = gCoeffs[static_cast<int>(mode)].fDst; in SkBlendMode_AsCoeff()
135 static constexpr SelectorCoeffs gCoeffs[] = { in Coeffs() local151 SkASSERT(i < SK_ARRAY_COUNT(gCoeffs)); in Coeffs()153 return gCoeffs[i]; in Coeffs()