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

  /external/skia/src/gpu/
GrDrawOpAtlas.cpp 57 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY,
63 , fPlotIndex(plotIndex)
524 uint32_t plotIndex = r * numPlotsX + c;
525 currPlot->reset(new Plot(i, plotIndex, 1, x, y, fPlotWidth, fPlotHeight,
571 uint32_t plotIndex = r * numPlotsX + c;
573 Plot* currPlot = fPages[lastPageIndex].fPlotArray[plotIndex].get();
GrDrawOpAtlas.h 287 Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, int width, int height,
  /external/skqp/src/gpu/
GrDrawOpAtlas.cpp 39 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY,
45 , fPlotIndex(plotIndex)
483 uint32_t plotIndex = r * numPlotsX + c;
484 currPlot->reset(new Plot(fNumPages, plotIndex, 1, x, y, fPlotWidth, fPlotHeight,
GrDrawOpAtlas.h 279 Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, int width, int height,

Completed in 244 milliseconds