Searched refs:grayBits (Results 1 – 1 of 1) sorted by relevance
1050 static constexpr GrColorFormatDesc MakeGray(int grayBits, GrColorTypeEncoding e) { in MakeGray() argument1051 return {0, 0, 0, 0, grayBits, e}; in MakeGray()