Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::testing::MockCanvas::DrawShadowData Struct Reference

#include <mock_canvas.h>

Public Attributes

SkPath path
 
DlColor color
 
SkScalar elevation
 
bool transparent_occluder
 
SkScalar dpr
 

Detailed Description

Definition at line 103 of file mock_canvas.h.

Member Data Documentation

◆ color

DlColor flutter::testing::MockCanvas::DrawShadowData::color

Definition at line 105 of file mock_canvas.h.

◆ dpr

SkScalar flutter::testing::MockCanvas::DrawShadowData::dpr

Definition at line 108 of file mock_canvas.h.

◆ elevation

SkScalar flutter::testing::MockCanvas::DrawShadowData::elevation

Definition at line 106 of file mock_canvas.h.

◆ path

SkPath flutter::testing::MockCanvas::DrawShadowData::path

Definition at line 104 of file mock_canvas.h.

◆ transparent_occluder

bool flutter::testing::MockCanvas::DrawShadowData::transparent_occluder

Definition at line 107 of file mock_canvas.h.


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