Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.h21 int numPlotsX() const { return fWidth / fPlotWidth; } in numPlotsX()
22 int numPlotsY() const { return fHeight / fPlotWidth; } in numPlotsY()
27 int fPlotWidth; member
DGrTest.cpp34 configs[kA8_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
41 configs[kA565_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
48 configs[kARGB_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
/external/skia/src/gpu/text/
DGrBatchFontCache.cpp53 fAtlasConfigs[kA8_GrMaskFormat].fPlotWidth = 512; in GrBatchFontCache()
60 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = 256; in GrBatchFontCache()
67 fAtlasConfigs[kARGB_GrMaskFormat].fPlotWidth = 256; in GrBatchFontCache()