Home
last modified time | relevance | path

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

/third_party/skia/experimental/sktext/editor/
DApp.cpp36 fLayer = Editor::MakeDemo(fWindow->width(), fWindow->height()); in init()
DEditor.h28 static std::unique_ptr<Editor> MakeDemo(SkScalar width, SkScalar height);
DEditor.cpp274 std::unique_ptr<Editor> Editor::MakeDemo(SkScalar width, SkScalar height) { in MakeDemo() function in skia::editor::Editor