Home
last modified time | relevance | path

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

/external/skia/experimental/fiddle/
Dfiddle_main.h15 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
Ddraw.cpp13 DrawOptions GetDrawOptions() { in GetDrawOptions()
16 return DrawOptions(256, 256, true, true, true, true, path); in GetDrawOptions()
Dfiddle_main.cpp82 const DrawOptions options = GetDrawOptions(); in main()