Searched refs:grayAlpha (Results 1 – 1 of 1) sorted by relevance
1054 static constexpr GrColorFormatDesc MakeGrayAlpha(int grayAlpha, GrColorTypeEncoding e) { in MakeGrayAlpha() argument1055 return {0, 0, 0, 0, grayAlpha, e}; in MakeGrayAlpha()