• Home
  • Raw
  • Download

Lines Matching refs:Plot

83 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter,  in Plot()  function in GrDrawOpAtlas::Plot
113 GrDrawOpAtlas::Plot::~Plot() { in ~Plot()
117 bool GrDrawOpAtlas::Plot::addSubImage( in addSubImage()
162 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels, in uploadToTexture()
185 void GrDrawOpAtlas::Plot::resetRects() { in resetRects()
240 AtlasLocator* atlasLocator, Plot* plot) { in updatePlot()
249 sk_sp<Plot> plotsp(SkRef(plot)); in updatePlot()
273 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in uploadToPage()
318 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
353 Plot* plot = nullptr; in addToAtlas()
355 Plot* currentPlot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
374 sk_sp<Plot>& newPlot = fPages[pageIdx].fPlotArray[plot->plotIndex()]; in addToAtlas()
386 sk_sp<Plot> plotsp(SkRef(newPlot.get())); in addToAtlas()
414 while (Plot* plot = plotIter.get()) { in compact()
436 SkTArray<Plot*> availablePlots; in compact()
448 while (Plot* plot = plotIter.get()) { in compact()
487 while (Plot* plot = plotIter.get()) { in compact()
519 while (Plot* plot = plotIter.get()) { in compact()
578 fPages[i].fPlotArray = std::make_unique<sk_sp<Plot>[]>(numPlotsX * numPlotsY); in createPages()
580 sk_sp<Plot>* currPlot = fPages[i].fPlotArray.get(); in createPages()
584 currPlot->reset(new Plot( in createPages()
629 Plot* currPlot = fPages[lastPageIndex].fPlotArray[plotIndex].get(); in deactivateLastPage()