Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasGlyphCache.h206 static int MaskFormatToAtlasIndex(GrMaskFormat format) { in MaskFormatToAtlasIndex() function
227 int atlasIndex = MaskFormatToAtlasIndex(format); in getAtlas()
DGrAtlasGlyphCache.cpp20 int index = MaskFormatToAtlasIndex(format); in initAtlas()