#include <cacheable_layer.h>
Public Member Functions | |
| AutoCache (RasterCacheItem *raster_cache_item, PrerollContext *context, const DlMatrix &matrix) | |
| void | ShouldNotBeCached () |
| ~AutoCache () | |
Definition at line 16 of file cacheable_layer.h.
| flutter::AutoCache::AutoCache | ( | RasterCacheItem * | raster_cache_item, |
| PrerollContext * | context, | ||
| const DlMatrix & | matrix | ||
| ) |
Definition at line 9 of file cacheable_layer.cc.
References flutter::RasterCacheItem::PrerollSetup().
| flutter::AutoCache::~AutoCache | ( | ) |
Definition at line 30 of file cacheable_layer.cc.
References flutter::RasterCacheItem::PrerollFinalize().
|
inline |
Definition at line 22 of file cacheable_layer.h.
Referenced by flutter::OpacityLayer::Preroll().