Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp120 struct EditorLayer : public sk_app::Window::Layer { struct
121 EditorLayer() { in EditorLayer() function
125 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 file
133 int fWidth = 0; // window width
[all …]