Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
skgpu::PlotEvictionCallback Class Referenceabstract

#include <AtlasTypes.h>

Inheritance diagram for skgpu::PlotEvictionCallback:
AssertOnEvict skgpu::ganesh::SmallPathAtlasMgr skgpu::graphite::PathAtlas::DrawAtlasMgr

Public Member Functions

virtual ~PlotEvictionCallback ()=default
 
virtual void evict (PlotLocator)=0
 

Detailed Description

An interface for eviction callbacks. Whenever an atlas evicts a specific PlotLocator, it will call all of the registered listeners so they can process the eviction.

Definition at line 366 of file AtlasTypes.h.

Constructor & Destructor Documentation

◆ ~PlotEvictionCallback()

virtual skgpu::PlotEvictionCallback::~PlotEvictionCallback ( )
virtualdefault

Member Function Documentation

◆ evict()

virtual void skgpu::PlotEvictionCallback::evict ( PlotLocator  )
pure virtual

The documentation for this class was generated from the following file: