Searched defs:numPlotsY (Results 1 – 5 of 5) sorted by relevance
77 int numPlotsX, int numPlotsY) { in GrLayerAtlas()
140 GrBatchAtlas::GrBatchAtlas(GrTexture* texture, int numPlotsX, int numPlotsY) in GrBatchAtlas()
162 int numPlotsX, int numPlotsY, in createAtlas()
22 int numPlotsY() const { return fHeight / fPlotWidth; } in numPlotsY() function
27 int numPlotsY = fAtlasConfigs[index].numPlotsY(); in initAtlas() local