Flutter Engine
The Flutter Engine
|
#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 |
Definition at line 14 of file examples.h.
double fiddle::Example::fAnimationDuration |
Definition at line 17 of file examples.h.
bool fiddle::Example::fF16 |
Definition at line 26 of file examples.h.
void(* fiddle::Example::fFunc) (SkCanvas *) |
Definition at line 15 of file examples.h.
int fiddle::Example::fHeight |
Definition at line 20 of file examples.h.
int fiddle::Example::fImageIndex |
Definition at line 18 of file examples.h.
const char* fiddle::Example::fName |
Definition at line 16 of file examples.h.
bool fiddle::Example::fOffscreen |
Definition at line 27 of file examples.h.
int fiddle::Example::fOffscreenHeight |
Definition at line 22 of file examples.h.
bool fiddle::Example::fOffscreenMipMap |
Definition at line 29 of file examples.h.
int fiddle::Example::fOffscreenSampleCount |
Definition at line 23 of file examples.h.
bool fiddle::Example::fOffscreenTexturable |
Definition at line 28 of file examples.h.
int fiddle::Example::fOffscreenWidth |
Definition at line 21 of file examples.h.
bool fiddle::Example::fSRGB |
Definition at line 25 of file examples.h.
bool fiddle::Example::fText |
Definition at line 24 of file examples.h.
int fiddle::Example::fWidth |
Definition at line 19 of file examples.h.