Searched refs:fPlotHeight (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 32 int numPlotsY = fTextureHeight / fPlotHeight; in validate() 37 int plotY = topLeft.y() / fPlotHeight; in validate() 213 , fPlotHeight(plotHeight) in GrDrawOpAtlas() 224 SkASSERT(fPlotHeight * numPlotsY == fTextureHeight); in GrDrawOpAtlas() 298 if (width > fPlotWidth || height > fPlotHeight) { in addToAtlas() 561 int numPlotsY = fTextureHeight/fPlotHeight; in createPages() 585 i, plotIndex, generationCounter, x, y, fPlotWidth, fPlotHeight, fColorType)); in createPages() 622 int numPlotsY = fTextureHeight/fPlotHeight; in deactivateLastPage()
|
D | GrDrawOpAtlas.h | 498 int fPlotHeight; variable
|
/external/skqp/src/gpu/ |
D | GrDrawOpAtlas.cpp | 190 , fPlotHeight(plotHeight) in GrDrawOpAtlas() 199 SkASSERT(fPlotHeight * numPlotsY == fTextureHeight); in GrDrawOpAtlas() 268 if (width > fPlotWidth || height > fPlotHeight) { in addToAtlas() 524 int numPlotsY = fTextureHeight/fPlotHeight; in createPages() 540 currPlot->reset(new Plot(i, plotIndex, 1, x, y, fPlotWidth, fPlotHeight, in createPages() 579 int numPlotsY = fTextureHeight/fPlotHeight; in deactivateLastPage()
|
D | GrDrawOpAtlas.h | 392 int fPlotHeight; variable
|