HomeSort by relevance Sort by last modified time
    Searched refs:fPlotHeight (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrBatchAtlas.h 128 int fPlotHeight;
GrBatchAtlas.cpp 226 , fPlotHeight(texture->height() / numPlotsY)
230 SkASSERT(fPlotHeight * fNumPlotsY == texture->height());
244 (*currPlot)->init(this, texture, id, 1, x, y, fPlotWidth, fPlotHeight, fBPP);
290 SkASSERT(fTexture && width <= fPlotWidth && height <= fPlotHeight);
340 newPlot->init(this, fTexture, index, ++generation, x, y, fPlotWidth, fPlotHeight, fBPP);

Completed in 24 milliseconds