Home
last modified time | relevance | path

Searched refs:KeyPress (Results 1 – 13 of 13) sorted by relevance

/external/crosvm/gpu_display/src/generated/
Dxlib_generator.sh67 --whitelist-var KeyPress \
Dxlib.rs21 pub const KeyPress: u32 = 2; constant
/external/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_rendering.c310 case KeyPress: in main()
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs128 xlib::KeyPress | xlib::KeyRelease => XEventEnum::KeyEvent(unsafe { self.0.xkey }), in as_enum()
356 key.type_ == xlib::KeyPress as i32, in handle_event()
/external/skqp/tools/sk_app/unix/
DWindow_unix.cpp288 case KeyPress: { in handleEvent()
/external/angle/util/x11/
DX11Window.cpp597 case KeyPress: in processEvent()
/external/skia/tools/sk_app/unix/
DWindow_unix.cpp295 case KeyPress: { in handleEvent()
/external/libpng/contrib/gregbook/
Drpng-x.c419 !(e.type == KeyPress && /* v--- or 1 for shifted keys */ in main()
Drpng2-x.c149 (e.type == KeyPress && /* v--- or 1 for shifted keys */ \
/external/ImageMagick/MagickCore/
Ddisplay.c2139 case KeyPress: in XAnnotateEditImage()
2375 case KeyPress: in XAnnotateEditImage()
2991 case KeyPress: in XChopImage()
3586 case KeyPress: in XColorEditImage()
4137 case KeyPress: in XCompositeImage()
4736 case KeyPress: in XCropImage()
5101 case KeyPress: in XCropImage()
5817 case KeyPress: in XDrawEditImage()
9944 case KeyPress: in XMatteEditImage()
10782 case KeyPress: in XPasteImage()
[all …]
Dwidget.c1390 case KeyPress: in XScreenEvent()
2456 case KeyPress: in XColorBrowserWidget()
3520 case KeyPress: in XConfirmWidget()
3979 case KeyPress: in XDialogWidget()
5087 case KeyPress: in XFileBrowserWidget()
6327 case KeyPress: in XFontBrowserWidget()
7355 case KeyPress: in XListBrowserWidget()
8335 case KeyPress: in XNoticeWidget()
8754 case KeyPress: in XPreferencesWidget()
9483 case KeyPress: in XTextViewWidget()
Danimate.c2160 status=XCheckTypedWindowEvent(display,windows->image.id,KeyPress, in XAnimateImages()
2517 case KeyPress: in XAnimateImages()
/external/python/cpython3/Lib/tkinter/
D__init__.py148 KeyPress = '2' variable in EventType
149 Key = KeyPress