Searched refs:plotLocator (Results 1 – 5 of 5) sorted by relevance
127 PlotLocator plotLocator() const { return fPlotLocator; } in plotLocator() function261 bool hasID(const PlotLocator& plotLocator) { in hasID() argument262 if (!plotLocator.isValid()) { in hasID()266 uint32_t plot = plotLocator.plotIndex(); in hasID()267 uint32_t page = plotLocator.pageIndex(); in hasID()269 uint64_t locatorGeneration = plotLocator.genID(); in hasID()275 SkASSERT(this->hasID(atlasLocator.plotLocator())); in setLastUseToken()393 PlotLocator plotLocator() const { in plotLocator() function489 this->processEviction(plot->plotLocator()); in processEvictionAndResetRects()
231 inline void GrDrawOpAtlas::processEviction(PlotLocator plotLocator) { in processEviction() argument233 evictor->evict(plotLocator); in processEviction()260 atlasLocator->updatePlotLocator(plot->plotLocator()); in updatePlot()371 this->processEviction(plot->plotLocator()); in addToAtlas()397 atlasLocator->updatePlotLocator(newPlot->plotLocator()); in addToAtlas()
81 } else if (!fAtlas->hasID(shapeData->fAtlasLocator.plotLocator())) { in findOrCreate()117 void GrSmallPathAtlasMgr::evict(GrDrawOpAtlas::PlotLocator plotLocator) { in evict() argument124 if (plotLocator == shapeData->fAtlasLocator.plotLocator()) { in evict()
325 if (!shapeData->fAtlasLocator.plotLocator().isValid()) { in onPrepareDraws()342 if (!shapeData->fAtlasLocator.plotLocator().isValid()) { in onPrepareDraws()
34 return this->getAtlas(format)->hasID(glyph->fAtlasLocator.plotLocator()); in hasGlyph()