Home
last modified time | relevance | path

Searched refs:fMouse (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/experimental/sktext/editor/
DEditor.cpp20 fMouse = std::make_unique<Mouse>(); in Editor()
66 fMouse->clearTouchInfo(); in update()
244 if (fMouse->isDoubleClick(SkPoint::Make(x, y))) { in onMouse()
249 fMouse->up(); in onMouse()
252 fMouse->down(); in onMouse()
260 fMouse->up(); in onMouse()
DEditor.h56 std::unique_ptr<Mouse> fMouse; variable