Home
last modified time | relevance | path

Searched refs:numPlotsY (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/gpu/
DGrDrawOpAtlas.cpp32 int numPlotsY = fTextureHeight / fPlotHeight; in validate() local
38 SkASSERT(plotIndex == (numPlotsY - plotY - 1) * numPlotsX + (numPlotsX - plotX - 1)); in validate()
238 int numPlotsY = height/plotHeight; in GrDrawOpAtlas() local
239 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() local
635 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 …]