Home
last modified time | relevance | path

Searched refs:kNONE_SkKey (Results 1 – 7 of 7) sorted by relevance

/external/skia/platform_tools/android/apps/sample_app/src/main/jni/
DAndroidKeyToSkKey.h31 return kNONE_SkKey; in AndroidKeycodeToSkKey()
/external/skia/src/views/unix/
DXkeysToSkKeys.h35 return kNONE_SkKey; in XKeyToSkKey()
/external/skia/include/views/
DSkKey.h17 kNONE_SkKey, //corresponds to android's UNKNOWN enumerator
/external/skia/src/views/win/
DSkOSWindow_win.cpp123 return kNONE_SkKey; in winToskKey()
134 if (kNONE_SkKey != key) { in wndProc()
141 if (kNONE_SkKey != key) { in wndProc()
307 return kNONE_SkKey; in raw2key()
/external/skia/src/views/sdl/
DSkOSWindow_SDL.cpp160 return kNONE_SkKey; in convert_sdlkey_to_skkey()
269 if (kNONE_SkKey != sk) { in HandleEvent()
/external/skia/src/views/
DSkWindow.cpp158 if (key == kNONE_SkKey) in handleKey()
185 if (key == kNONE_SkKey) in handleKeyUp()
/external/skia/src/views/mac/
DSkNSView.mm221 return kNONE_SkKey;
229 if (kNONE_SkKey != key)
242 if (kNONE_SkKey != key)