Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp55 int minPlot = SkTMin(512, SkTMax(256, 1 << (log2MaxDim - 3))); in GrAtlasGlyphCache() local
64 fAtlasConfigs[kA8_GrMaskFormat].fPlotHeight = minPlot; in GrAtlasGlyphCache()
71 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = minPlot; in GrAtlasGlyphCache()
72 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = minPlot; in GrAtlasGlyphCache()
78 fAtlasConfigs[kARGB_GrMaskFormat].fPlotWidth = minPlot; in GrAtlasGlyphCache()
79 fAtlasConfigs[kARGB_GrMaskFormat].fPlotHeight = minPlot; in GrAtlasGlyphCache()