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

  /external/skia/src/gpu/
GrBatchAtlas.h 127 int fPlotWidth;
GrBatchAtlas.cpp 225 , fPlotWidth(texture->width() / numPlotsX)
229 SkASSERT(fPlotWidth * fNumPlotsX == texture->width());
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 29 milliseconds