Home
last modified time | relevance | path

Searched refs:GetAlphaAndCheckSingleChannel (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/gpu/
DGrInvariantOutput.h136 if (GetAlphaAndCheckSingleChannel(color, &a)) { in mulByKnownFourComponents()
146 fIsSingleComponent = GetAlphaAndCheckSingleChannel(fColor, &a); in mulByKnownFourComponents()
157 if (GetAlphaAndCheckSingleChannel(color, &a)) { in mulAlphaByKnownFourComponents()
222 if (GetAlphaAndCheckSingleChannel(color, &a)) { in setToOther()
259 static bool GetAlphaAndCheckSingleChannel(GrColor color, uint32_t* alpha) { in GetAlphaAndCheckSingleChannel() function