Home
last modified time | relevance | path

Searched defs:DrawOptions (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/tools/fiddle/
Dfiddle_main.h38 struct DrawOptions { struct
39 DrawOptions(int w, int h, bool r, bool g, bool p, bool k, bool srgb, bool f16, in DrawOptions() function
63 SkISize size;
64 bool raster;
88 extern DrawOptions GetDrawOptions(); argument