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

#include <mock_canvas.h>

Public Attributes

sk_sp< DlImageimage
 
SkScalar x
 
SkScalar y
 
DlImageSampling options
 
DlPaint paint
 

Detailed Description

Definition at line 90 of file mock_canvas.h.

Member Data Documentation

◆ image

sk_sp<DlImage> flutter::testing::MockCanvas::DrawImageData::image

Definition at line 91 of file mock_canvas.h.

◆ options

DlImageSampling flutter::testing::MockCanvas::DrawImageData::options

Definition at line 94 of file mock_canvas.h.

◆ paint

DlPaint flutter::testing::MockCanvas::DrawImageData::paint

Definition at line 95 of file mock_canvas.h.

◆ x

SkScalar flutter::testing::MockCanvas::DrawImageData::x

Definition at line 92 of file mock_canvas.h.

◆ y

SkScalar flutter::testing::MockCanvas::DrawImageData::y

Definition at line 93 of file mock_canvas.h.


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