Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::RasterCache::Context Struct Reference

#include <raster_cache.h>

Public Attributes

GrDirectContextgr_context
 
const sk_sp< SkColorSpacedst_color_space
 
const SkMatrixmatrix
 
const SkRectlogical_rect
 
const char * flow_type
 

Detailed Description

Definition at line 118 of file raster_cache.h.

Member Data Documentation

◆ dst_color_space

const sk_sp<SkColorSpace> flutter::RasterCache::Context::dst_color_space

Definition at line 120 of file raster_cache.h.

◆ flow_type

const char* flutter::RasterCache::Context::flow_type

Definition at line 123 of file raster_cache.h.

◆ gr_context

GrDirectContext* flutter::RasterCache::Context::gr_context

Definition at line 119 of file raster_cache.h.

◆ logical_rect

const SkRect& flutter::RasterCache::Context::logical_rect

Definition at line 122 of file raster_cache.h.

◆ matrix

const SkMatrix& flutter::RasterCache::Context::matrix

Definition at line 121 of file raster_cache.h.


The documentation for this struct was generated from the following file: