Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasManager.h131 static GrMaskFormat AtlasIndexToMaskFormat(int idx) { return static_cast<GrMaskFormat>(idx); } in AtlasIndexToMaskFormat() function
DGrAtlasManager.cpp282 auto ct = GrMaskFormatToColorType(AtlasIndexToMaskFormat(i)); in dump()