Searched refs:MakeDemo (Results 1 – 3 of 3) sorted by relevance
36 fLayer = Editor::MakeDemo(fWindow->width(), fWindow->height()); in init()
28 static std::unique_ptr<Editor> MakeDemo(SkScalar width, SkScalar height);
274 std::unique_ptr<Editor> Editor::MakeDemo(SkScalar width, SkScalar height) { in MakeDemo() function in skia::editor::Editor