Searched refs:DrawOptions (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/fiddle/ |
D | fiddle_main.h | 38 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
|
D | draw.cpp | 13 DrawOptions GetDrawOptions() { in GetDrawOptions() 16 return DrawOptions(256, 256, true, true, true, true, true, false, false, path, in GetDrawOptions()
|
D | fiddle_main.cpp | 120 const DrawOptions& options) { in setup_backend_objects() 240 DrawOptions options = GetDrawOptions(); in main()
|
/external/skia/tools/fiddle/ |
D | fiddle_main.h | 38 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
|
D | draw.cpp | 13 DrawOptions GetDrawOptions() { in GetDrawOptions() 16 return DrawOptions(256, 256, true, true, true, true, true, false, false, path, in GetDrawOptions()
|
D | fiddle_main.cpp | 120 const DrawOptions& options) { in setup_backend_objects() 240 DrawOptions options = GetDrawOptions(); in main()
|