Searched defs:GrBatchAtlasConfig (Results 1 – 1 of 1) sorted by relevance
20 struct GrBatchAtlasConfig { struct21 int numPlotsX() const { return fWidth / fPlotWidth; } in numPlotsX()22 int numPlotsY() const { return fHeight / fPlotWidth; } in numPlotsY()23 int fWidth;24 int fHeight;25 int fLog2Width;26 int fLog2Height;27 int fPlotWidth;28 int fPlotHeight;