Searched refs:plotLocator (Results 1 – 5 of 5) sorted by relevance
131 PlotLocator plotLocator() const { return fPlotLocator; } in plotLocator() function294 bool hasID(const PlotLocator& plotLocator) { in hasID() argument295 if (!plotLocator.isValid()) { in hasID()299 uint32_t plot = plotLocator.plotIndex(); in hasID()300 uint32_t page = plotLocator.pageIndex(); in hasID()302 uint64_t locatorGeneration = plotLocator.genID(); in hasID()308 SkASSERT(this->hasID(atlasLocator.plotLocator())); in setLastUseToken()433 PlotLocator plotLocator() const { in plotLocator() function532 this->processEviction(plot->plotLocator()); in processEvictionAndResetRects()
250 inline void GrDrawOpAtlas::processEviction(PlotLocator plotLocator) { in processEviction() argument252 evictor->evict(plotLocator); in processEviction()279 atlasLocator->updatePlotLocator(plot->plotLocator()); in updatePlot()390 this->processEviction(plot->plotLocator()); in addToAtlas()416 atlasLocator->updatePlotLocator(newPlot->plotLocator()); in addToAtlas()
94 } else if (!fAtlas->hasID(shapeData->fAtlasLocator.plotLocator())) { in findOrCreate()130 void SmallPathAtlasMgr::evict(GrDrawOpAtlas::PlotLocator plotLocator) { in evict() argument137 if (plotLocator == shapeData->fAtlasLocator.plotLocator()) { in evict()
280 if (!shapeData->fAtlasLocator.plotLocator().isValid()) { in onPrepareDraws()297 if (!shapeData->fAtlasLocator.plotLocator().isValid()) { in onPrepareDraws()
34 return this->getAtlas(format)->hasID(glyph->fAtlasLocator.plotLocator()); in hasGlyph()