Flutter Engine
The Flutter Engine
|
#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 120 of file raster_cache.h.
const sk_sp<SkColorSpace> flutter::RasterCache::Context::dst_color_space |
Definition at line 122 of file raster_cache.h.
const char* flutter::RasterCache::Context::flow_type |
Definition at line 125 of file raster_cache.h.
GrDirectContext* flutter::RasterCache::Context::gr_context |
Definition at line 121 of file raster_cache.h.
const SkRect& flutter::RasterCache::Context::logical_rect |
Definition at line 124 of file raster_cache.h.
const SkMatrix& flutter::RasterCache::Context::matrix |
Definition at line 123 of file raster_cache.h.