Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawOpAtlas.cpp169 fPlotHeight = fProxy->height() / numPlotsY; in GrDrawOpAtlas()
172 SkASSERT(fPlotHeight * numPlotsY == fProxy->height()); in GrDrawOpAtlas()
184 new Plot(index, 1, x, y, fPlotWidth, fPlotHeight, fProxy->config())); in GrDrawOpAtlas()
231 if (width > fPlotWidth || height > fPlotHeight) { in addToAtlas()
DGrDrawOpAtlas.h27 int fPlotHeight; member
292 int fPlotHeight; variable
/external/skia/tools/gpu/
DGrTest.cpp43 configs[kA8_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
50 configs[kA565_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
57 configs[kARGB_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp64 fAtlasConfigs[kA8_GrMaskFormat].fPlotHeight = minPlot; in GrAtlasGlyphCache()
72 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = minPlot; in GrAtlasGlyphCache()
79 fAtlasConfigs[kARGB_GrMaskFormat].fPlotHeight = minPlot; in GrAtlasGlyphCache()