Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.cpp225 , fPlotWidth(texture->width() / numPlotsX) in GrBatchAtlas()
229 SkASSERT(fPlotWidth * fNumPlotsX == texture->width()); in GrBatchAtlas()
244 (*currPlot)->init(this, texture, id, 1, x, y, fPlotWidth, fPlotHeight, fBPP); in GrBatchAtlas()
290 SkASSERT(fTexture && width <= fPlotWidth && height <= fPlotHeight); in addToAtlas()
340 newPlot->init(this, fTexture, index, ++generation, x, y, fPlotWidth, fPlotHeight, fBPP); in addToAtlas()
DGrBatchAtlas.h127 int fPlotWidth; variable