Searched refs:vkey (Results 1 - 24 of 24) sorted by relevance

/external/harfbuzz/contrib/
H A Dharfbuzz-unicode-tables.c16 combining_property_cmp(const void *vkey, const void *vcandidate) { argument
17 const uint32_t key = (uint32_t) (intptr_t) vkey;
48 category_property_cmp(const void *vkey, const void *vcandidate) { argument
49 const uint32_t key = (uint32_t) (intptr_t) vkey;
H A Dharfbuzz-unicode.c66 script_property_cmp(const void *vkey, const void *vcandidate) { argument
67 const uint32_t key = (uint32_t) (intptr_t) vkey;
208 grapheme_break_property_cmp(const void *vkey, const void *vcandidate) { argument
209 const uint32_t key = (uint32_t) (intptr_t) vkey;
252 mirroring_property_cmp(const void *vkey, const void *vcandidate) { argument
253 const uint32_t key = (uint32_t) (intptr_t) vkey;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi.h77 struct svga_vs_compile_key vkey; member in struct:svga_compile_key
152 const struct svga_vs_compile_key *vkey );
H A Dsvga_tgsi.c286 emit.imm_start += key.vkey.need_prescale ? 2 : 0;
365 const struct svga_vs_compile_key *vkey )
371 memcpy(&key.vkey, vkey, sizeof *vkey);
373 /* Note: we could alternately store the remap table in the vkey but
376 svga_remap_generics(vkey->fs_generic_inputs, key.generic_remap_table);
H A Dsvga_state_vs.c62 if (compare_vs_keys( key, &result->key.vkey ) == 0)
H A Dsvga_state_constants.c332 key = &result->key.vkey;
H A Dsvga_tgsi_decl_sm30.c468 if (!emit->key.vkey.allow_psiz)
H A Dsvga_tgsi_insn.c2750 if (!emit->key.vkey.need_prescale) {
2861 if (emit->key.vkey.need_prescale) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.h77 struct svga_vs_compile_key vkey; member in struct:svga_compile_key
152 const struct svga_vs_compile_key *vkey );
H A Dsvga_tgsi.c286 emit.imm_start += key.vkey.need_prescale ? 2 : 0;
365 const struct svga_vs_compile_key *vkey )
371 memcpy(&key.vkey, vkey, sizeof *vkey);
373 /* Note: we could alternately store the remap table in the vkey but
376 svga_remap_generics(vkey->fs_generic_inputs, key.generic_remap_table);
H A Dsvga_state_vs.c62 if (compare_vs_keys( key, &result->key.vkey ) == 0)
H A Dsvga_state_constants.c332 key = &result->key.vkey;
H A Dsvga_tgsi_decl_sm30.c468 if (!emit->key.vkey.allow_psiz)
H A Dsvga_tgsi_insn.c2750 if (!emit->key.vkey.need_prescale) {
2861 if (emit->key.vkey.need_prescale) {
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents.c54 static SDL_keysym *TranslateKey(WPARAM vkey, UINT scancode, SDL_keysym *keysym, int pressed);
541 static int SDL_MapVirtualKey(int scancode, int vkey) argument
549 switch(vkey) {
567 return vkey;
583 return mvke?mvke:vkey;
586 static SDL_keysym *TranslateKey(WPARAM vkey, UINT scancode, SDL_keysym *keysym, int pressed) argument
593 if ((vkey == VK_RETURN) && (scancode & 0x100)) {
598 keysym->sym = VK_keymap[SDL_MapVirtualKey(scancode, vkey)];
603 /* Uh oh, better hope the vkey is close enough.. */
604 if((keysym->sym == vkey) || (vke
[all...]
/external/chromium_org/tools/memory_watcher/
H A Ddllmain.cc35 MemoryWatcherDumpKey(UINT modifiers, UINT vkey) argument
36 : HotKeyHandler(modifiers, vkey) {}
/external/chromium_org/ui/views/controls/
H A Dnative_control_win.h30 virtual bool OnKeyDown(int vkey) { return false; } argument
/external/chromium_org/ui/aura/
H A Dremote_root_window_host_win.h139 void OnKeyDown(uint32 vkey,
143 void OnKeyUp(uint32 vkey,
200 uint32 vkey,
H A Dremote_root_window_host_win.cc435 void RemoteRootWindowHostWin::OnKeyDown(uint32 vkey, argument
439 DispatchKeyboardMessage(ui::ET_KEY_PRESSED, vkey, repeat_count, scan_code,
443 void RemoteRootWindowHostWin::OnKeyUp(uint32 vkey, argument
447 DispatchKeyboardMessage(ui::ET_KEY_RELEASED, vkey, repeat_count, scan_code,
555 uint32 vkey,
567 vkey, local
571 ui::KeyboardCodeForWindowsKeyCode(vkey),
554 DispatchKeyboardMessage(ui::EventType type, uint32 vkey, uint32 repeat_count, uint32 scan_code, uint32 flags, bool is_character) argument
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events.c907 UINT vkey; local
913 vkey = MapVirtualKey(scancode, 1);
915 /* Uh oh, better hope the vkey is close enough.. */
916 keysym->unicode = vkey;
921 if ((keystate[VK_NUMLOCK] & 1) && vkey >= VK_NUMPAD0 && vkey <= VK_NUMPAD9)
923 keysym->unicode = vkey - VK_NUMPAD0 + '0';
925 else if (SDL_ToUnicode(vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) > 0)
/external/chromium_org/chrome/app/policy/
H A Dsyntax_check_policy_template_json.py338 for vkey in value:
339 if vkey not in ('desc', 'text'):
341 print 'In message %s: Warning: Unknown key: %s' % (key, vkey)
/external/valgrind/main/memcheck/tests/
H A Dunit_oset.c80 static Word wordCmp(void* vkey, void* velem) argument
82 return *(Word*)vkey - *(Word*)velem;
398 static Word blockCmp(const void* vkey, const void* velem) argument
400 Addr key = *(const Addr*)vkey;
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c103 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, const BYTE *keystate, LPWSTR wchars, int wsize, UINT flags);
844 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, const BYTE *keystate, LPWSTR wchars, int wsize, UINT flags) argument
849 if (ToAsciiEx(vkey, scancode, (PBYTE) keystate, (WORD*)chars, 0, GetKeyboardLayout(0)) == 1) {
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c95 static SDL_keysym *TranslateKey(int vkey, int chcode, int scancode, SDL_keysym *keysym, int iPressed);
236 static SDL_keysym *TranslateKey(int vkey, int chcode, int scancode, SDL_keysym *keysym, int iPressed) argument
247 keysym->unicode = vkey;
253 if (vkey == VK_SHIFT)

Completed in 1276 milliseconds