Home
last modified time | relevance | path

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

/external/skqp/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
88 extern DrawOptions GetDrawOptions(); argument
Ddraw.cpp13 DrawOptions GetDrawOptions() { in GetDrawOptions()
16 return DrawOptions(256, 256, true, true, true, true, true, false, false, path, in GetDrawOptions()
Dfiddle_main.cpp120 const DrawOptions& options) { in setup_backend_objects()
240 DrawOptions options = GetDrawOptions(); in main()
/external/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
88 extern DrawOptions GetDrawOptions(); argument
Ddraw.cpp13 DrawOptions GetDrawOptions() { in GetDrawOptions()
16 return DrawOptions(256, 256, true, true, true, true, true, false, false, path, in GetDrawOptions()
Dfiddle_main.cpp120 const DrawOptions& options) { in setup_backend_objects()
240 DrawOptions options = GetDrawOptions(); in main()