Searched defs:EditorLayer (Results 1 – 1 of 1) sorted by relevance
120 struct EditorLayer : public sk_app::Window::Layer { struct121 EditorLayer() { in EditorLayer() function125 SkString fPath;126 sk_app::Window* fParent = nullptr;128 std::vector<char> fClipboard;129 Editor fEditor;130 Editor::TextPosition fTextPos{0, 0};131 Editor::TextPosition fMarkPos;132 int fPos = 0; // window pixel position in file133 int fWidth = 0; // window width[all …]