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