Home
last modified time | relevance | path

Searched refs:SkKey (Results 1 – 13 of 13) sorted by relevance

/external/skia/include/views/
DSkWindow.h67 bool handleKey(SkKey);
68 bool handleKeyUp(SkKey);
94 virtual bool onHandleKey(SkKey);
95 virtual bool onHandleKeyUp(SkKey);
DSkKey.h15 enum SkKey { enum
/external/skia/src/views/
DSkWindow.cpp157 bool SkWindow::handleKey(SkKey key) { in handleKey()
184 bool SkWindow::handleKeyUp(SkKey key) { in handleKeyUp()
253 bool SkWindow::onHandleKey(SkKey) { in onHandleKey() argument
257 bool SkWindow::onHandleKeyUp(SkKey) { in onHandleKeyUp() argument
/external/skia/src/views/win/
DSkOSWindow_win.cpp95 static SkKey winToskKey(WPARAM vk) { in winToskKey()
98 SkKey fKey; in winToskKey()
123 SkKey key = winToskKey(wParam); in wndProc()
130 SkKey key = winToskKey(wParam); in wndProc()
267 static SkKey raw2key(uint32_t raw) in raw2key()
271 SkKey fKey; in raw2key()
/external/skia/samplecode/
DSampleCode.cpp29 bool SampleCode::KeyQ(const SkEvent& evt, SkKey* outKey) { in KeyQ()
32 *outKey = (SkKey)evt.getFast32(); in KeyQ()
DSampleRepeatTile.cpp77 virtual bool handleKey(SkKey) { in handleKey() argument
DSampleCode.h36 static bool KeyQ(const SkEvent&, SkKey* outKey);
DSampleApp.h167 bool onHandleKey(SkKey key) override;
DSampleLayers.cpp204 virtual bool handleKey(SkKey) { in handleKey() argument
DSampleFilterQuality.cpp299 virtual bool handleKey(SkKey key) { in handleKey()
DSampleApp.cpp2060 bool SampleWindow::onHandleKey(SkKey key) { in onHandleKey()
/external/skia/src/views/mac/
DSkNSView.mm178 #include "SkKey.h"
199 static SkKey raw2key(UInt32 raw)
203 SkKey fKey;
234 SkKey key = raw2key([event keyCode]);
247 SkKey key = raw2key([event keyCode]);
/external/skia/src/views/unix/
DXkeysToSkKeys.h15 SkKey XKeyToSkKey(KeySym keysym) { in XKeyToSkKey()