#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.
| const char* flutter::RasterCache::Context::flow_type |
Definition at line 126 of file raster_cache.h.
| GrDirectContext* flutter::RasterCache::Context::gr_context |
| const SkRect& flutter::RasterCache::Context::logical_rect |
Definition at line 125 of file raster_cache.h.
| const SkMatrix& flutter::RasterCache::Context::matrix |
Definition at line 124 of file raster_cache.h.
Referenced by flutter::RasterCache::UpdateCacheEntry().