Flutter Engine
 
Loading...
Searching...
No Matches
flutter::RasterCache::Context Struct Reference

#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
 

Detailed Description

Definition at line 121 of file raster_cache.h.

Member Data Documentation

◆ dst_color_space

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

Definition at line 123 of file raster_cache.h.

Referenced by flutter::RasterCache::Rasterize().

◆ flow_type

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

Definition at line 126 of file raster_cache.h.

Referenced by flutter::RasterCache::Rasterize().

◆ gr_context

◆ logical_rect

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

Definition at line 125 of file raster_cache.h.

Referenced by flutter::RasterCache::Rasterize().

◆ matrix

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

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