Home
last modified time | relevance | path

Searched defs:EditorLayer (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp89 struct EditorLayer : public sk_app::Window::Layer { struct
90 SkString fPath;
91 sk_app::Window* fParent = nullptr;
93 std::vector<char> fClipboard;
94 Editor fEditor;
95 Editor::TextPosition fTextPos{0, 0};
96 Editor::TextPosition fMarkPos;
97 int fPos = 0; // window pixel position in file
98 int fWidth = 0; // window width
99 int fHeight = 0; // window height
[all …]