Home
last modified time | relevance | path

Searched defs:GrBatchAtlasConfig (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrBatchAtlas.h20 struct GrBatchAtlasConfig { struct
21 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;