Searched refs:fPlotWidth (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 31 int numPlotsX = fTextureWidth / fPlotWidth; in validate() 36 int plotX = topLeft.x() / fPlotWidth; in validate() 225 , fPlotWidth(plotWidth) in GrDrawOpAtlas() 240 SkASSERT(fPlotWidth * numPlotsX == fTextureWidth); in GrDrawOpAtlas() 247 fTextureWidth, fTextureHeight, fMaxPages, fPlotWidth, fPlotHeight); in GrDrawOpAtlas() 317 if (width > fPlotWidth || height > fPlotHeight) { in addToAtlas() 617 int numPlotsX = fTextureWidth/fPlotWidth; in createPages() 642 i, plotIndex, generationCounter, x, y, fPlotWidth, fPlotHeight, fColorType)); in createPages() 678 int numPlotsX = fTextureWidth/fPlotWidth; in deactivateLastPage()
|
D | GrDrawOpAtlas.h | 540 int fPlotWidth; variable
|