Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
fiddle::Example Struct Reference

#include <examples.h>

Public Attributes

void(* fFunc )(SkCanvas *)
 
const char * fName
 
double fAnimationDuration
 
int fImageIndex
 
int fWidth
 
int fHeight
 
int fOffscreenWidth
 
int fOffscreenHeight
 
int fOffscreenSampleCount
 
bool fText
 
bool fSRGB
 
bool fF16
 
bool fOffscreen
 
bool fOffscreenTexturable
 
bool fOffscreenMipMap
 

Detailed Description

Definition at line 14 of file examples.h.

Member Data Documentation

◆ fAnimationDuration

double fiddle::Example::fAnimationDuration

Definition at line 17 of file examples.h.

◆ fF16

bool fiddle::Example::fF16

Definition at line 26 of file examples.h.

◆ fFunc

void(* fiddle::Example::fFunc) (SkCanvas *)

Definition at line 15 of file examples.h.

◆ fHeight

int fiddle::Example::fHeight

Definition at line 20 of file examples.h.

◆ fImageIndex

int fiddle::Example::fImageIndex

Definition at line 18 of file examples.h.

◆ fName

const char* fiddle::Example::fName

Definition at line 16 of file examples.h.

◆ fOffscreen

bool fiddle::Example::fOffscreen

Definition at line 27 of file examples.h.

◆ fOffscreenHeight

int fiddle::Example::fOffscreenHeight

Definition at line 22 of file examples.h.

◆ fOffscreenMipMap

bool fiddle::Example::fOffscreenMipMap

Definition at line 29 of file examples.h.

◆ fOffscreenSampleCount

int fiddle::Example::fOffscreenSampleCount

Definition at line 23 of file examples.h.

◆ fOffscreenTexturable

bool fiddle::Example::fOffscreenTexturable

Definition at line 28 of file examples.h.

◆ fOffscreenWidth

int fiddle::Example::fOffscreenWidth

Definition at line 21 of file examples.h.

◆ fSRGB

bool fiddle::Example::fSRGB

Definition at line 25 of file examples.h.

◆ fText

bool fiddle::Example::fText

Definition at line 24 of file examples.h.

◆ fWidth

int fiddle::Example::fWidth

Definition at line 19 of file examples.h.


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