Home
last modified time | relevance | path

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

/external/harfbuzz/contrib/
Dharfbuzz-unicode-tables.c16 combining_property_cmp(const void *vkey, const void *vcandidate) { in combining_property_cmp()
48 category_property_cmp(const void *vkey, const void *vcandidate) { in category_property_cmp()
Dharfbuzz-unicode.c66 script_property_cmp(const void *vkey, const void *vcandidate) { in script_property_cmp()
208 grapheme_break_property_cmp(const void *vkey, const void *vcandidate) { in grapheme_break_property_cmp()
252 mirroring_property_cmp(const void *vkey, const void *vcandidate) { in mirroring_property_cmp()
/external/chromium_org/ui/views/controls/
Dnative_control_win.h30 virtual bool OnKeyDown(int vkey) { return false; } in OnKeyDown()
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibevents.c541 static int SDL_MapVirtualKey(int scancode, int vkey) in SDL_MapVirtualKey()
586 static SDL_keysym *TranslateKey(WPARAM vkey, UINT scancode, SDL_keysym *keysym, int pressed) in TranslateKey()
/external/chromium_org/tools/memory_watcher/
Ddllmain.cc35 MemoryWatcherDumpKey(UINT modifiers, UINT vkey) in MemoryWatcherDumpKey()
/external/valgrind/main/memcheck/tests/
Dunit_oset.c80 static Word wordCmp(void* vkey, void* velem) in wordCmp()
398 static Word blockCmp(const void* vkey, const void* velem) in blockCmp()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_tgsi.c365 const struct svga_vs_compile_key *vkey ) in svga_translate_vertex_program()
Dsvga_tgsi.h77 struct svga_vs_compile_key vkey; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c365 const struct svga_vs_compile_key *vkey ) in svga_translate_vertex_program()
Dsvga_tgsi.h77 struct svga_vs_compile_key vkey; member
/external/chromium_org/ui/aura/
Dremote_root_window_host_win.cc539 void RemoteRootWindowHostWin::OnKeyDown(uint32 vkey, in OnKeyDown()
547 void RemoteRootWindowHostWin::OnKeyUp(uint32 vkey, in OnKeyUp()
697 uint32 vkey, in DispatchKeyboardMessage()
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5events.c907 UINT vkey; in TranslateKey() local
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysevents.c844 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, const BYTE *keystate, LPWSTR wchars, int … in ToUnicode9xME()
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
DSDL_os2fslib.c236 static SDL_keysym *TranslateKey(int vkey, int chcode, int scancode, SDL_keysym *keysym, int iPresse… in TranslateKey()