Searched refs:plotLocator (Results 1 – 10 of 10) sorted by relevance
123 bool hasID(const skgpu::PlotLocator& plotLocator) { in hasID() argument124 if (!plotLocator.isValid()) { in hasID()128 uint32_t plot = plotLocator.plotIndex(); in hasID()129 uint32_t page = plotLocator.pageIndex(); in hasID()131 uint64_t locatorGeneration = plotLocator.genID(); in hasID()137 SkASSERT(this->hasID(atlasLocator.plotLocator())); in setLastUseToken()207 this->processEviction(plot->plotLocator()); in processEvictionAndResetRects()
136 inline void GrDrawOpAtlas::processEviction(PlotLocator plotLocator) { in processEviction() argument138 evictor->evict(plotLocator); in processEviction()185 atlasLocator->updatePlotLocator(plot->plotLocator()); in updatePlot()296 this->processEviction(plot->plotLocator()); in addToAtlas()322 atlasLocator->updatePlotLocator(newPlot->plotLocator()); in addToAtlas()
128 bool hasID(const PlotLocator& plotLocator) { in hasID() argument129 if (!plotLocator.isValid()) { in hasID()133 uint32_t plot = plotLocator.plotIndex(); in hasID()134 uint32_t page = plotLocator.pageIndex(); in hasID()136 uint64_t locatorGeneration = plotLocator.genID(); in hasID()200 SkASSERT(this->hasID(atlasLocator.plotLocator())); in findPlot()217 this->processEviction(plot->plotLocator()); in processEvictionAndResetRects()
134 uint32_t index = shape_key_list_index(locator.plotLocator(), fDrawAtlas.get()); in findOrCreateEntry()188 void PathAtlas::DrawAtlasMgr::evict(PlotLocator plotLocator) { in evict() argument190 uint32_t index = shape_key_list_index(plotLocator, fDrawAtlas.get()); in evict()
112 inline void DrawAtlas::processEviction(PlotLocator plotLocator) { in processEviction() argument114 evictor->evict(plotLocator); in processEviction()126 atlasLocator->updatePlotLocator(plot->plotLocator()); in updatePlot()207 atlasLocator->updatePlotLocator(fPages[0].fPlotList.head()->plotLocator()); in addRect()
100 } else if (!fAtlas->hasID(shapeData->fAtlasLocator.plotLocator())) { in findOrCreate()136 void SmallPathAtlasMgr::evict(skgpu::PlotLocator plotLocator) { in evict() argument143 if (plotLocator == shapeData->fAtlasLocator.plotLocator()) { in evict()
328 if (!shapeData->fAtlasLocator.plotLocator().isValid()) { in onPrepareDraws()345 if (!shapeData->fAtlasLocator.plotLocator().isValid()) { in onPrepareDraws()
301 PlotLocator plotLocator() const { return fPlotLocator; } in plotLocator() function451 PlotLocator plotLocator() const { in plotLocator() function
54 return this->getAtlas(format)->hasID(glyph->fAtlasLocator.plotLocator()); in hasGlyph()
53 return this->getAtlas(format)->hasID(glyph->fAtlasLocator.plotLocator()); in hasGlyph()