HomeSort by relevance Sort by last modified time
    Searched refs:KeySym (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/views/unix/
keysym2ucs.h 9 * This module converts keysym values into the corresponding ISO 10646-1
15 long keysym2ucs(KeySym keysym);
XkeysToSkKeys.h 9 #include "X11/keysym.h"
16 SkKey XKeyToSkKey(KeySym keysym) {
17 switch (keysym) {
  /external/skia/include/views/unix/
keysym2ucs.h 9 * This module converts keysym values into the corresponding ISO 10646-1
15 long keysym2ucs(KeySym keysym);
XkeysToSkKeys.h 9 #include "X11/keysym.h"
16 SkKey XKeyToSkKey(KeySym keysym) {
17 switch (keysym) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xutil.h 56 #include <X11/keysym.h>
231 * Keysym macros, used on Keysyms to test for classes of symbols
233 #define IsKeypadKey(keysym) \
234 (((KeySym)(keysym) >= XK_KP_Space) && ((KeySym)(keysym) <= XK_KP_Equal))
236 #define IsPrivateKeypadKey(keysym) \
237 (((KeySym)(keysym) >= 0x11000000) && ((KeySym)(keysym) <= 0x1100FFFF)
    [all...]
XKBlib.h 358 extern KeySym XkbKeycodeToKeysym(
371 KeySym /* ks */
379 KeySym * /* keysym_return */
384 KeySym /* sym_rtrn */,
396 KeySym * /* keysym_return */
401 register KeySym * /* sym_return */,
941 extern KeySym *XkbResizeKeySyms(
1001 int /* map_width */, /* width of core KeySym array */
1002 KeySym * /* core_syms */, /* always mapWidth symbols */
1005 KeySym * /* xkb_syms_rtrn */ /* must have enough space *
    [all...]
Xlib.h 1377 KeySym keysym; member in struct:_XIMHotKeyTrigger
    [all...]
X.h 106 typedef XID KeySym;
141 #define NoSymbol 0L /* special KeySym */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 56 #include <X11/keysym.h>
231 * Keysym macros, used on Keysyms to test for classes of symbols
233 #define IsKeypadKey(keysym) \
234 (((KeySym)(keysym) >= XK_KP_Space) && ((KeySym)(keysym) <= XK_KP_Equal))
236 #define IsPrivateKeypadKey(keysym) \
237 (((KeySym)(keysym) >= 0x11000000) && ((KeySym)(keysym) <= 0x1100FFFF)
    [all...]
XKBlib.h 358 extern KeySym XkbKeycodeToKeysym(
371 KeySym /* ks */
379 KeySym * /* keysym_return */
384 KeySym /* sym_rtrn */,
396 KeySym * /* keysym_return */
401 register KeySym * /* sym_return */,
941 extern KeySym *XkbResizeKeySyms(
1001 int /* map_width */, /* width of core KeySym array */
1002 KeySym * /* core_syms */, /* always mapWidth symbols */
1005 KeySym * /* xkb_syms_rtrn */ /* must have enough space *
    [all...]
Xlib.h 1377 KeySym keysym; member in struct:_XIMHotKeyTrigger
    [all...]
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 71 const MCSymbol *KeySym) const override;
73 const MCSymbol *KeySym) const override;
145 const MCSymbol *KeySym) const override;
147 const MCSymbol *KeySym) const override;
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 134 const MCSymbol *KeySym) const {
139 const MCSymbol *KeySym) const {
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aurax11.cc 40 #include <X11/keysym.h>
66 // To support DOM3 'location' attribute, we need to lookup an X KeySym and
68 KeySym keysym = XK_VoidSymbol; local
69 XLookupString(event, NULL, 0, &keysym, NULL);
70 switch (keysym) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBsrv.h 519 extern KeySym *XkbResizeKeySyms(
991 KeySym /* sym */,
992 KeySym * /* lower */,
993 KeySym * /* upper */
1041 KeySym * /* core_syms */,
1044 KeySym * /* xkb_syms_rtrn */
1058 KeySym * /* core_keysyms */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 519 extern KeySym *XkbResizeKeySyms(
991 KeySym /* sym */,
992 KeySym * /* lower */,
993 KeySym * /* upper */
1041 KeySym * /* core_syms */,
1044 KeySym * /* xkb_syms_rtrn */
1058 KeySym * /* core_keysyms */,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 358 unsigned Priority, const MCSymbol *KeySym) const {
378 unsigned Priority, const MCSymbol *KeySym) const {
    [all...]
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 5 #include <X11/keysym.h>
203 KeySym keysym,
206 XKeysymToKeycode(gfx::GetXDisplay(), keysym);
213 KeySym keysym) {
216 XKeysymToKeycode(gfx::GetXDisplay(), keysym);
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_x.cc 10 #include <X11/keysym.h>
33 // ch0: the keysym without modifier states.
34 // ch1: the keysym with shift state.
35 // ch2: the keysym with altgr state.
57 KeySym ch0;
117 KeySym ch0;
302 KeySym ch0;
304 KeySym ch1;
346 KeySym ch0;
348 KeySym ch1
477 KeySym keysym = NoSymbol; local
    [all...]
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 5 #include <X11/keysym.h>
256 KeySym keysym,
258 xevent->xkey.keycode = XKeysymToKeycode(x_display_, keysym);
266 KeySym keysym) {
268 xevent->xkey.keycode = XKeysymToKeycode(x_display_, keysym);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11sym.h 74 SDL_X11_SYM(KeyCode,XKeysymToKeycode,(Display* a,KeySym b),(a,b),return)
77 SDL_X11_SYM(int,XLookupString,(XKeyEvent* a,char* b,int c,KeySym* d,XComposeStatus* e),(a,b,c,d,e),return)
142 SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display* a,unsigned int b,int c),(a,b,c),return)
144 SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display* a,KeyCode b,int c),(a,b,c),return)
150 SDL_X11_SYM(int,Xutf8LookupString,(XIC a,XKeyPressedEvent* b,char* c,int d,KeySym* e,Status* f),(a,b,c,d,e,f),return)
SDL_x11events.c 29 #include <X11/keysym.h>
55 /* The translation tables from an X11 keysym to a SDL keysym */
560 SDL_keysym keysym; local
568 /* Get the translated SDL virtual keysym and put it on the queue.*/
569 keysym.scancode = keycode;
570 keysym.sym = X11_TranslateKeycode(SDL_Display, keycode);
571 keysym.mod = KMOD_NONE;
572 keysym.unicode = 0;
573 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym);
753 SDL_keysym keysym; local
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.cc 42 // Get a keysym and group.
43 KeySym keysym = NoSymbol; local
45 XLookupString(&xkey, NULL, 0, &keysym, NULL);
54 if (keyvals[i] == keysym) {
85 event->key.keyval = keysym;
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 199 KeySym key = XkbKeycodeToKeysym(g_display, e.xkey.keycode, 0, 0);
  /external/chromium_org/remoting/host/
local_input_monitor_linux.cc 295 KeySym key_sym = XkbKeycodeToKeysym(display_, key_code, 0, 0);

Completed in 2182 milliseconds

1 2