Home
last modified time | relevance | path

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

/third_party/skia/include/private/
DGrTypesPriv.h1050 static constexpr GrColorFormatDesc MakeGray(int grayBits, GrColorTypeEncoding e) { in MakeGray() argument
1051 return {0, 0, 0, 0, grayBits, e}; in MakeGray()