Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawOpAtlas.cpp32 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()
DGrDrawOpAtlas.h498 int fPlotHeight; variable
/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp190 , 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()
DGrDrawOpAtlas.h392 int fPlotHeight; variable