#include <raster_cache_item.h>
Definition at line 26 of file raster_cache_item.h.
◆ CacheState
◆ RasterCacheItem()
flutter::RasterCacheItem::RasterCacheItem |
( |
RasterCacheKeyID |
key_id, |
|
|
CacheState |
cache_state = CacheState::kNone , |
|
|
unsigned |
child_entries = 0 |
|
) |
| |
|
inlineexplicit |
◆ ~RasterCacheItem()
virtual flutter::RasterCacheItem::~RasterCacheItem |
( |
| ) |
|
|
virtualdefault |
◆ cache_state()
CacheState flutter::RasterCacheItem::cache_state |
( |
| ) |
const |
|
inline |
◆ child_items()
unsigned flutter::RasterCacheItem::child_items |
( |
| ) |
const |
|
inline |
◆ Draw() [1/2]
virtual bool flutter::RasterCacheItem::Draw |
( |
const PaintContext & |
context, |
|
|
const DlPaint * |
paint |
|
) |
| const |
|
pure virtual |
◆ Draw() [2/2]
◆ GetId()
virtual std::optional< RasterCacheKeyID > flutter::RasterCacheItem::GetId |
( |
| ) |
const |
|
inlinevirtual |
◆ need_caching()
bool flutter::RasterCacheItem::need_caching |
( |
| ) |
const |
|
inline |
◆ PrerollFinalize()
◆ PrerollSetup()
◆ set_matrix()
void flutter::RasterCacheItem::set_matrix |
( |
const SkMatrix & |
matrix | ) |
|
|
inline |
◆ TryToPrepareRasterCache()
virtual bool flutter::RasterCacheItem::TryToPrepareRasterCache |
( |
const PaintContext & |
context, |
|
|
bool |
parent_cached = false |
|
) |
| const |
|
pure virtual |
◆ cache_state_
CacheState flutter::RasterCacheItem::cache_state_ = CacheState::kNone |
|
protected |
◆ child_items_
unsigned flutter::RasterCacheItem::child_items_ |
|
protected |
◆ key_id_
◆ matrix_
SkMatrix flutter::RasterCacheItem::matrix_ |
|
mutableprotected |
The documentation for this class was generated from the following file: