Lines Matching refs:Window
22 static bool default_key_func(Window::Key key, Window::InputState state, uint32_t modifiers, in default_key_func()
27 static bool default_mouse_func(int x, int y, Window::InputState state, uint32_t modifiers, in default_mouse_func()
36 static bool default_touch_func(intptr_t owner, Window::InputState state, float x, float y, in default_touch_func()
46 Window::Window() : fBackendCreatedFunc(default_backend_created_func) in Window() function in sk_app::Window
56 void Window::detach() { in detach()
61 void Window::onBackendCreated() { in onBackendCreated()
65 bool Window::onChar(SkUnichar c, uint32_t modifiers) { in onChar()
69 bool Window::onKey(Key key, InputState state, uint32_t modifiers) { in onKey()
73 bool Window::onMouse(int x, int y, InputState state, uint32_t modifiers) { in onMouse()
77 bool Window::onMouseWheel(float delta, uint32_t modifiers) { in onMouseWheel()
81 bool Window::onTouch(intptr_t owner, InputState state, float x, float y) { in onTouch()
85 void Window::onUIStateChanged(const SkString& stateName, const SkString& stateValue) { in onUIStateChanged()
89 void Window::onPaint() { in onPaint()
110 void Window::onResize(int w, int h) { in onResize()
117 int Window::width() { in width()
124 int Window::height() { in height()
131 void Window::setRequestedDisplayParams(const DisplayParams& params) { in setRequestedDisplayParams()
138 int Window::sampleCount() const { in sampleCount()
145 int Window::stencilBits() const { in stencilBits()
152 const GrContext* Window::getGrContext() const { in getGrContext()
159 void Window::inval() { in inval()
169 void Window::markInvalProcessed() { in markInvalProcessed()