![]() |
Flutter Engine
The Flutter Engine
|
#include <AtlasTypes.h>
Public Member Functions | |
virtual | ~PlotEvictionCallback ()=default |
virtual void | evict (PlotLocator)=0 |
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.
|
virtualdefault |
|
pure virtual |
Implemented in skgpu::graphite::PathAtlas::DrawAtlasMgr, and AssertOnEvict.