Searched refs:fPlotWidth (Results 1 – 4 of 4) sorted by relevance
20 int numPlotsX() const { return fWidth / fPlotWidth; } in numPlotsX()21 int numPlotsY() const { return fHeight / fPlotWidth; } in numPlotsY()26 int fPlotWidth; member291 int fPlotWidth; variable
168 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()
42 configs[kA8_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()49 configs[kA565_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()56 configs[kARGB_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
63 fAtlasConfigs[kA8_GrMaskFormat].fPlotWidth = maxPlot; in GrAtlasGlyphCache()71 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = minPlot; in GrAtlasGlyphCache()78 fAtlasConfigs[kARGB_GrMaskFormat].fPlotWidth = minPlot; in GrAtlasGlyphCache()