Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_rendering.c310 case KeyPress: in main()
/external/skia/tools/sk_app/unix/
DWindow_unix.cpp288 case KeyPress: { in handleEvent()
/external/skqp/tools/sk_app/unix/
DWindow_unix.cpp288 case KeyPress: { in handleEvent()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp341 case KeyPress: in OsRenderComplete()
/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.c2171 case KeyPress: in XAnnotateEditImage()
2407 case KeyPress: in XAnnotateEditImage()
3023 case KeyPress: in XChopImage()
3618 case KeyPress: in XColorEditImage()
4169 case KeyPress: in XCompositeImage()
4768 case KeyPress: in XCropImage()
5133 case KeyPress: in XCropImage()
5847 case KeyPress: in XDrawEditImage()
9987 case KeyPress: in XMatteEditImage()
10825 case KeyPress: in XPasteImage()
[all …]
Dwidget.c1388 case KeyPress: in XScreenEvent()
2453 case KeyPress: in XColorBrowserWidget()
3517 case KeyPress: in XConfirmWidget()
3976 case KeyPress: in XDialogWidget()
5083 case KeyPress: in XFileBrowserWidget()
6322 case KeyPress: in XFontBrowserWidget()
7349 case KeyPress: in XListBrowserWidget()
8329 case KeyPress: in XNoticeWidget()
8748 case KeyPress: in XPreferencesWidget()
9476 case KeyPress: in XTextViewWidget()
Danimate.c2152 status=XCheckTypedWindowEvent(display,windows->image.id,KeyPress, in XAnimateImages()
2509 case KeyPress: in XAnimateImages()
/external/python/cpython3/Lib/tkinter/
D__init__.py141 KeyPress = '2' variable in EventType
142 Key = KeyPress,