Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrBatchFontCache.h196 static int MaskFormatToAtlasIndex(GrMaskFormat format) { in MaskFormatToAtlasIndex() function
217 int atlasIndex = MaskFormatToAtlasIndex(format); in getAtlas()
DGrBatchFontCache.cpp21 int index = MaskFormatToAtlasIndex(format); in initAtlas()