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

  /external/skia/src/gpu/
GrBatchAtlas.cpp 223 , fNumPlotsX(numPlotsX)
228 SkASSERT(fNumPlotsX * fNumPlotsY <= BulkUseTokenUpdater::kMaxPlots);
229 SkASSERT(fPlotWidth * fNumPlotsX == texture->width());
237 fPlotArray = SkNEW_ARRAY(SkAutoTUnref<BatchPlot>, (fNumPlotsX * fNumPlotsY));
241 for (int x = fNumPlotsX - 1, c = 0; x >= 0; --x, ++c) {
242 int id = r * fNumPlotsX + c;
356 SkASSERT(index < fNumPlotsX * fNumPlotsY);
363 SkASSERT(index < fNumPlotsX * fNumPlotsY);
GrAtlas.cpp 153 fNumPlotsX = numPlotsX;
161 int plotWidth = textureWidth / fNumPlotsX;
164 SkASSERT(plotWidth * fNumPlotsX == textureWidth);
172 fPlotArray = SkNEW_ARRAY(GrPlot, (fNumPlotsX*fNumPlotsY));
GrAtlas.h 141 int fNumPlotsX;
GrBatchAtlas.h 125 int fNumPlotsX;

Completed in 34 milliseconds