Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp54 int maxPlot = SkTMin(512, SkTMax(256, 1 << (log2MaxDim - 2))); in GrAtlasGlyphCache() local
63 fAtlasConfigs[kA8_GrMaskFormat].fPlotWidth = maxPlot; in GrAtlasGlyphCache()