Searched refs:numPlotsY (Results 1 – 1 of 1) sorted by relevance
32 int numPlotsY = fTextureHeight / fPlotHeight; in validate() local38 SkASSERT(plotIndex == (numPlotsY - plotY - 1) * numPlotsX + (numPlotsX - plotX - 1)); in validate()238 int numPlotsY = height/plotHeight; in GrDrawOpAtlas() local239 SkASSERT(numPlotsX * numPlotsY <= GrDrawOpAtlas::kMaxPlots); in GrDrawOpAtlas()241 SkASSERT(fPlotHeight * numPlotsY == fTextureHeight); in GrDrawOpAtlas()243 fNumPlots = numPlotsX * numPlotsY; in GrDrawOpAtlas()618 int numPlotsY = fTextureHeight/fPlotHeight; in createPages() local635 fPages[i].fPlotArray = std::make_unique<sk_sp<Plot>[]>(numPlotsX * numPlotsY); in createPages()638 for (int y = numPlotsY - 1, r = 0; y >= 0; --y, ++r) { in createPages()679 int numPlotsY = fTextureHeight/fPlotHeight; in deactivateLastPage() local[all …]