Home
last modified time | relevance | path

Searched refs:plotLocator (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSmallPathAtlasMgr.cpp94 } else if (!fAtlas->hasID(shapeData->fAtlasLocator.plotLocator())) { in findOrCreate()
130 void SmallPathAtlasMgr::evict(GrDrawOpAtlas::PlotLocator plotLocator) { in evict() argument
137 if (plotLocator == shapeData->fAtlasLocator.plotLocator()) { in evict()
H A DSmallPathRenderer.cpp280 if (!shapeData->fAtlasLocator.plotLocator().isValid()) {
297 if (!shapeData->fAtlasLocator.plotLocator().isValid()) {
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.h131 PlotLocator plotLocator() const { return fPlotLocator; }
294 bool hasID(const PlotLocator& plotLocator) {
295 if (!plotLocator.isValid()) {
299 uint32_t plot = plotLocator.plotIndex();
300 uint32_t page = plotLocator.pageIndex();
302 uint64_t locatorGeneration = plotLocator.genID();
308 SkASSERT(this->hasID(atlasLocator.plotLocator()));
433 PlotLocator plotLocator() const {
532 this->processEviction(plot->plotLocator());
H A DGrDrawOpAtlas.cpp251 inline void GrDrawOpAtlas::processEviction(PlotLocator plotLocator) { in processEviction() argument
253 evictor->evict(plotLocator); in processEviction()
280 atlasLocator->updatePlotLocator(plot->plotLocator()); in updatePlot()
391 this->processEviction(plot->plotLocator()); in addToAtlas()
417 atlasLocator->updatePlotLocator(newPlot->plotLocator()); in addToAtlas()
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp34 return this->getAtlas(format)->hasID(glyph->fAtlasLocator.plotLocator()); in hasGlyph()

Completed in 7 milliseconds