Lines Matching refs:key_symbol
1844 key_symbol; in XAnnotateEditImage() local
2147 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XAnnotateEditImage()
2148 switch ((int) key_symbol) in XAnnotateEditImage()
2386 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XAnnotateEditImage()
2392 switch ((int) key_symbol) in XAnnotateEditImage()
2397 key_symbol=DeleteCommand; in XAnnotateEditImage()
2403 switch ((int) key_symbol) in XAnnotateEditImage()
2437 key_symbol=XK_Escape; in XAnnotateEditImage()
2537 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XAnnotateEditImage()
2997 key_symbol; in XChopImage() local
3005 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XChopImage()
3006 switch ((int) key_symbol) in XChopImage()
3589 key_symbol; in XColorEditImage() local
3605 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XColorEditImage()
3606 switch ((int) key_symbol) in XColorEditImage()
4143 key_symbol; in XCompositeImage() local
4154 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XCompositeImage()
4158 "Key press: 0x%lx (%s)",(unsigned long) key_symbol,command); in XCompositeImage()
4159 switch ((int) key_symbol) in XCompositeImage()
4587 key_symbol; in XCropImage() local
4744 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XCropImage()
4745 switch ((int) key_symbol) in XCropImage()
5109 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XCropImage()
5110 switch ((int) key_symbol) in XCropImage()
5820 key_symbol; in XDrawEditImage() local
5828 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XDrawEditImage()
5829 switch ((int) key_symbol) in XDrawEditImage()
6684 KeySym key_symbol,Image **image,ExceptionInfo *exception) in XImageWindowCommand() argument
6695 if ((key_symbol >= XK_0) && (key_symbol <= XK_9)) in XImageWindowCommand()
6702 last_symbol=key_symbol; in XImageWindowCommand()
6704 delta[strlen(delta)]=Digits[key_symbol-XK_0]; in XImageWindowCommand()
6708 last_symbol=key_symbol; in XImageWindowCommand()
6714 switch (key_symbol) in XImageWindowCommand()
6731 switch ((int) key_symbol) in XImageWindowCommand()
6962 XTranslateImage(display,windows,*image,key_symbol); in XImageWindowCommand()
6986 if ((key_symbol == XK_Up) || (key_symbol == XK_KP_Up)) in XImageWindowCommand()
6992 if ((key_symbol == XK_Down) || (key_symbol == XK_KP_Down)) in XImageWindowCommand()
6999 if ((key_symbol == XK_Left) || (key_symbol == XK_KP_Left)) in XImageWindowCommand()
7005 if ((key_symbol == XK_Right) || (key_symbol == XK_KP_Right)) in XImageWindowCommand()
7026 XTranslateImage(display,windows,*image,key_symbol); in XImageWindowCommand()
9438 const MagickStatusType state,const KeySym key_symbol,ExceptionInfo *exception) in XMagnifyWindowCommand() argument
9449 switch ((int) key_symbol) in XMagnifyWindowCommand()
9503 windows->magnify.data=(key_symbol-XK_0); in XMagnifyWindowCommand()
9517 windows->magnify.data=(key_symbol-XK_KP_0); in XMagnifyWindowCommand()
9950 key_symbol; in XMatteEditImage() local
9966 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XMatteEditImage()
9967 switch ((int) key_symbol) in XMatteEditImage()
10788 key_symbol; in XPasteImage() local
10799 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XPasteImage()
10803 "Key press: 0x%lx (%s)",(long) key_symbol,command); in XPasteImage()
10804 switch ((int) key_symbol) in XPasteImage()
11391 key_symbol; in XROIImage() local
11399 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XROIImage()
11400 switch ((int) key_symbol) in XROIImage()
11811 key_symbol; in XROIImage() local
11819 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XROIImage()
11820 switch ((int) key_symbol) in XROIImage()
11881 event.xkey.state,key_symbol,image,exception); in XROIImage()
12232 key_symbol; in XRotateImage() local
12240 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XRotateImage()
12241 switch ((int) key_symbol) in XRotateImage()
12860 key_symbol; in XScreenEvent() local
12868 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XScreenEvent()
12869 XMagnifyWindowCommand(display,windows,event->xkey.state,key_symbol, in XScreenEvent()
13343 Image *image,const KeySym key_symbol) in XTranslateImage() argument
13363 switch ((int) key_symbol) in XTranslateImage()
14447 key_symbol; in XDisplayImage() local
15792 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XDisplayImage()
15797 key_symbol,command); in XDisplayImage()
15801 event.xkey.state,key_symbol,&display_image,exception); in XDisplayImage()
15807 XMagnifyWindowCommand(display,windows,event.xkey.state,key_symbol, in XDisplayImage()
15811 if ((key_symbol == XK_q) || (key_symbol == XK_Escape)) in XDisplayImage()
15815 if ((key_symbol == XK_F1) || (key_symbol == XK_Help)) in XDisplayImage()
15819 XTranslateImage(display,windows,*image,key_symbol); in XDisplayImage()
15832 sizeof(command),&key_symbol,(XComposeStatus *) NULL); in XDisplayImage()
15835 "Key release: 0x%lx (%c)",(unsigned long) key_symbol,*command); in XDisplayImage()