Searched defs:numPlotsX (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()
21 int numPlotsX() const { return fWidth / fPlotWidth; } in numPlotsX() function
26 int numPlotsX = fAtlasConfigs[index].numPlotsX(); in initAtlas() local