Searched refs:DrawOptions (Results 1 – 3 of 3) sorted by relevance
/external/skia/experimental/fiddle/ |
D | fiddle_main.h | 15 struct DrawOptions { struct 16 DrawOptions(int w, int h, bool r, bool g, bool p, bool k, const char* s) in DrawOptions() function 31 extern DrawOptions GetDrawOptions(); argument
|
D | draw.cpp | 13 DrawOptions GetDrawOptions() { in GetDrawOptions() 16 return DrawOptions(256, 256, true, true, true, true, path); in GetDrawOptions()
|
D | fiddle_main.cpp | 82 const DrawOptions options = GetDrawOptions(); in main()
|