Searched refs:fPlotHeight (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrBatchAtlas.cpp | 226 , fPlotHeight(texture->height() / numPlotsY) in GrBatchAtlas() 230 SkASSERT(fPlotHeight * fNumPlotsY == texture->height()); 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 | 128 int fPlotHeight; variable
|