Home
last modified time | relevance | path

Searched refs:XK_q (Results 1 – 6 of 6) sorted by relevance

/external/angle/util/x11/
DX11Window.cpp199 case XK_q: in X11CodeToKey()
/external/libpng/contrib/gregbook/
Drpng-x.c420 ((k = XLookupKeysym(&e.xkey, 0)) == XK_q || k == XK_Escape) )); in main()
Drpng2-x.c150 ((k = XLookupKeysym(&e.xkey, 0)) == XK_q || k == XK_Escape)))
/external/ImageMagick/MagickCore/
Danimate.c2170 if ((key_symbol == XK_q) || (key_symbol == XK_Escape)) in XAnimateImages()
2576 case XK_q: in XAnimateImages()
Ddisplay.c6723 case XK_q: in XImageWindowCommand()
6782 case XK_q: in XImageWindowCommand()
15811 if ((key_symbol == XK_q) || (key_symbol == XK_Escape)) in XDisplayImage()
/external/crosvm/gpu_display/src/generated/
Dxlib.rs430 pub const XK_q: u32 = 113; constant