Searched refs:fPlotWidth (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrBatchAtlas.cpp | 225 , 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()
|
D | GrBatchAtlas.h | 127 int fPlotWidth; variable
|