Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawOpAtlas.h20 int numPlotsX() const { return fWidth / fPlotWidth; } in numPlotsX()
21 int numPlotsY() const { return fHeight / fPlotWidth; } in numPlotsY()
26 int fPlotWidth; member
291 int fPlotWidth; variable
DGrDrawOpAtlas.cpp168 fPlotWidth = fProxy->width() / numPlotsX; in GrDrawOpAtlas()
171 SkASSERT(fPlotWidth * numPlotsX == fProxy->width()); in GrDrawOpAtlas()
184 new Plot(index, 1, x, y, fPlotWidth, fPlotHeight, fProxy->config())); in GrDrawOpAtlas()
231 if (width > fPlotWidth || height > fPlotHeight) { in addToAtlas()
/external/skia/tools/gpu/
DGrTest.cpp42 configs[kA8_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
49 configs[kA565_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
56 configs[kARGB_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp63 fAtlasConfigs[kA8_GrMaskFormat].fPlotWidth = maxPlot; in GrAtlasGlyphCache()
71 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = minPlot; in GrAtlasGlyphCache()
78 fAtlasConfigs[kARGB_GrMaskFormat].fPlotWidth = minPlot; in GrAtlasGlyphCache()