#include <raster_cache.h>
Public Attributes | |
| GrDirectContext * | gr_context |
| const sk_sp< SkColorSpace > | dst_color_space |
| const SkMatrix & | matrix |
| const SkRect & | logical_rect |
| const char * | flow_type |
Definition at line 121 of file raster_cache.h.
| const sk_sp<SkColorSpace> flutter::RasterCache::Context::dst_color_space |
Definition at line 123 of file raster_cache.h.
Referenced by flutter::RasterCache::Rasterize().
| const char* flutter::RasterCache::Context::flow_type |
Definition at line 126 of file raster_cache.h.
Referenced by flutter::RasterCache::Rasterize().
| GrDirectContext* flutter::RasterCache::Context::gr_context |
Definition at line 122 of file raster_cache.h.
Referenced by flutter::testing::MockRasterCache::AddMockLayer(), flutter::testing::MockRasterCache::AddMockPicture(), flutter::RasterCache::Rasterize(), flutter::DisplayListRasterCacheItem::TryToPrepareRasterCache(), and flutter::LayerRasterCacheItem::TryToPrepareRasterCache().
| const SkRect& flutter::RasterCache::Context::logical_rect |
Definition at line 125 of file raster_cache.h.
Referenced by flutter::RasterCache::Rasterize().
| const SkMatrix& flutter::RasterCache::Context::matrix |
Definition at line 124 of file raster_cache.h.
Referenced by flutter::RasterCache::Rasterize(), and flutter::RasterCache::UpdateCacheEntry().