Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawOpAtlas.cpp31 int numPlotsX = fTextureWidth / fPlotWidth; in validate()
36 int plotX = topLeft.x() / fPlotWidth; in validate()
212 , fPlotWidth(plotWidth) in GrDrawOpAtlas()
223 SkASSERT(fPlotWidth * numPlotsX == fTextureWidth); in GrDrawOpAtlas()
298 if (width > fPlotWidth || height > fPlotHeight) { in addToAtlas()
560 int numPlotsX = fTextureWidth/fPlotWidth; in createPages()
585 i, plotIndex, generationCounter, x, y, fPlotWidth, fPlotHeight, fColorType)); in createPages()
621 int numPlotsX = fTextureWidth/fPlotWidth; in deactivateLastPage()
DGrDrawOpAtlas.h497 int fPlotWidth; variable
/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp189 , fPlotWidth(plotWidth) in GrDrawOpAtlas()
198 SkASSERT(fPlotWidth * numPlotsX == fTextureWidth); in GrDrawOpAtlas()
268 if (width > fPlotWidth || height > fPlotHeight) { in addToAtlas()
523 int numPlotsX = fTextureWidth/fPlotWidth; in createPages()
540 currPlot->reset(new Plot(i, plotIndex, 1, x, y, fPlotWidth, fPlotHeight, in createPages()
578 int numPlotsX = fTextureWidth/fPlotWidth; in deactivateLastPage()
DGrDrawOpAtlas.h391 int fPlotWidth; variable