Searched refs:chr_data (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartzKeyboard.c | 671 const void *chr_data = NULL; local in function:QuartzReadSystemKeymap 685 chr_data = CFDataGetBytePtr(currentKeyLayoutDataRef); 690 if (chr_data == NULL) { 693 ErrorF("X11.app: Debug Info: keyboard_type=%u, currentKeyLayoutRef=%p, currentKeyLayoutDataRef=%p, chr_data=%p\n", 694 (unsigned)keyboard_type, currentKeyLayoutRef, currentKeyLayoutDataRef, chr_data); 698 KLGetKeyboardLayoutProperty (key_layout, kKLuchrData, &chr_data); 701 if(chr_data != NULL) { 707 if (chr_data == NULL) { 710 KLGetKeyboardLayoutProperty (key_layout, kKLKCHRData, &chr_data); 715 if(chr_data ! [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | quartzKeyboard.c | 749 __block const void *chr_data = NULL; local in function:QuartzReadSystemKeymap 765 chr_data = CFDataGetBytePtr(currentKeyLayoutDataRef); 778 if (chr_data == NULL) { 804 err = UCKeyTranslate(chr_data, i, kUCKeyActionDown, 812 err = UCKeyTranslate(chr_data, i, kUCKeyActionDown,
|
Completed in 4 milliseconds