Home
last modified time | relevance | path

Searched refs:ScreenInfo (Results 126 – 150 of 930) sorted by relevance

12345678910>>...38

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dmoveresize.h67 extern Bool (*_as_grab_screen_func)( struct ScreenInfo *scr, Cursor cursor );
83 struct ScreenInfo *scr;
87 ASHintWindow *create_ashint_window( ScreenInfo *scr, struct MyLook *look, const char *hint );
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dnetwm.c54 ScreenInfo *screen_info; in clientSetNetState()
148 ScreenInfo *screen_info; in clientGetNetState()
286 ScreenInfo *screen_info; in clientUpdateNetWmDesktop()
322 ScreenInfo *screen_info; in clientUpdateNetState()
625 ScreenInfo *screen_info; in clientNetMoveResize()
779 ScreenInfo *screen_info; in clientUpdateFullscreenState()
819 ScreenInfo *screen_info; in clientGetNetWmType()
887 ScreenInfo *screen_info; in clientGetInitialNetWmDesktop()
996 ScreenInfo *screen_info; in clientValidateNetStrut()
1037 ScreenInfo *screen_info; in clientGetNetStruts()
[all …]
H A Dwireframe.c54 ScreenInfo *screen_info = wireframe->screen_info; in wireframeDrawXlib()
123 ScreenInfo *screen_info = wireframe->screen_info; in wireframeDrawCairo()
160 ScreenInfo *screen_info; in wireframeUpdate()
197 ScreenInfo *screen_info; in wireframeCreate()
268 ScreenInfo *screen_info; in wireframeDelete()
H A Dsettings.h253 gboolean loadSettings (ScreenInfo *);
256 gboolean initSettings (ScreenInfo *);
257 void closeSettings (ScreenInfo *);
H A Devents.c298 ScreenInfo *screen_info; in handleKeyPress()
580 ScreenInfo *screen_info; in edgeButton()
711 ScreenInfo *screen_info; in button1Action()
761 ScreenInfo *screen_info; in titleButton()
863 ScreenInfo *screen_info; in rootScrollButton()
893 ScreenInfo *screen_info; in handleButtonPress()
1083 ScreenInfo *screen_info; in handleButtonRelease()
1111 ScreenInfo *screen_info; in handleDestroyNotify()
1214 ScreenInfo *screen_info; in handleUnmapNotify()
2344 ScreenInfo *screen_info = (ScreenInfo *) menu_data; in menu_callback()
[all …]
H A Dxsync.c49 ScreenInfo *screen_info; in clientCreateXSyncAlarm()
104 ScreenInfo *screen_info; in clientDestroyXSyncAlarm()
126 ScreenInfo *screen_info; in clientGetXSyncCounter()
217 ScreenInfo *screen_info; in clientXSyncRequest()
H A Dmywindow.c83 ScreenInfo *screen_info; in xfwmWindowSetCursor()
100 xfwmWindowCreate (ScreenInfo * screen_info, Visual *visual, gint depth, Window parent, in xfwmWindowCreate()
160 ScreenInfo *screen_info; in xfwmWindowShow()
258 xfwmWindowTemp (ScreenInfo *screen_info, Visual *visual, in xfwmWindowTemp()
358 ScreenInfo *screen_info; in xfwmWindowSetBG()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drender_widget.h215 const ScreenInfo& screen_info);
221 const ScreenInfo& screen_info);
227 const ScreenInfo& screen_info);
233 const ScreenInfo& screen_info);
359 void SetScreenInfoAndSize(const ScreenInfo& screen_info,
523 const ScreenInfo& GetOriginalScreenInfo() const;
645 const ScreenInfo& screen_info);
648 void InitCompositing(const ScreenInfo& screen_info);
785 const ScreenInfo& new_screen_info);
966 ScreenInfo screen_info_;
/dports/x11-wm/piewm/piewm-1.04/
H A Dscreen.h60 typedef struct ScreenInfo struct
305 } ScreenInfo; argument
309 extern ScreenInfo **ScreenList;
310 extern ScreenInfo *Scr;
/dports/x11-wm/tvtwm/tvtwm/
H A Dscreen.h69 typedef struct ScreenInfo struct
313 } ScreenInfo; argument
317 extern ScreenInfo **ScreenList;
318 extern ScreenInfo *Scr;
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dhousekeeping.c38 static ScreenInfo *grabbed_screen = NULL;
42 Bool GrabEm (ScreenInfo * scr, Cursor cursor) in GrabEm()
175 Bool StartWarping (ScreenInfo * scr) in StartWarping()
212 void PasteSelection (ScreenInfo * scr) in PasteSelection()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dpan.c65 PAN_Initialize(ScreenInfo *scr) in PAN_Initialize()
119 PAN_CheckBounds(ScreenInfo *scr) in PAN_CheckBounds()
188 PAN_Raise(ScreenInfo *scr) in PAN_Raise()
204 PAN_IsPannerWindow(ScreenInfo *scr, Window win) in PAN_IsPannerWindow()
218 PAN_PanDesktop(ScreenInfo *scr, int HorWarpSize, int VertWarpSize, in PAN_PanDesktop()
H A Dpager.c50 draw_partitions(ScreenInfo *scr) in draw_partitions()
93 PAGER_Clear(ScreenInfo *scr) in PAGER_Clear()
106 PAGER_Redraw(ScreenInfo *scr) in PAGER_Redraw()
155 PAGER_UpdateViewPort(ScreenInfo *scr) in PAGER_UpdateViewPort()
190 PAGER_UpdateView(ScreenInfo *scr, MwmWindow *t) in PAGER_UpdateView()
251 PAGER_MoveViewPort(ScreenInfo *scr, int newx, int newy, Boolean grab) in PAGER_MoveViewPort()
328 PAGER_SwitchPage(ScreenInfo *scr, Bool align, Bool ChangeFocus, XEvent *event) in PAGER_SwitchPage()
384 PAGER_Initialize(ScreenInfo *scr, Position x, Position y) in PAGER_Initialize()
451 PAGER_Update(ScreenInfo *scr, XEvent *event) in PAGER_Update()
H A Dwindows.c82 mapped_not_override(ScreenInfo *scr, Window w) in mapped_not_override()
189 grab_buttons(ScreenInfo *scr, MwmWindow *tmp_win) in grab_buttons()
263 grab_keys(ScreenInfo *scr, MwmWindow *tmp_win) in grab_keys()
345 smart_placement(ScreenInfo *scr, MwmWindow *t, in smart_placement()
691 add_window(ScreenInfo *scr, Window w) in add_window()
927 release_window(ScreenInfo *scr, MwmWindow *win) in release_window()
1008 WIN_CaptureWindows(ScreenInfo *scr) in WIN_CaptureWindows()
1082 WIN_ReleaseWindows(ScreenInfo *scr) in WIN_ReleaseWindows()
1427 WIN_Raise(ScreenInfo *scr, MwmWindow *t) in WIN_Raise()
1475 WIN_Lower(ScreenInfo *scr, MwmWindow *t) in WIN_Lower()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Dframe_connector_delegate.h180 const ScreenInfo& screen_info() const { return screen_info_; } in screen_info()
182 void SetScreenInfoForTesting(const ScreenInfo& screen_info) { in SetScreenInfoForTesting()
249 ScreenInfo screen_info_;
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/AndroidRemoteControl/
H A Dmain.cpp32 ScreenInfo::instance().setScreen(viewer.screen()); in main()
42 rootContext->setContextProperty(QStringLiteral("_screenInfo"), &ScreenInfo::instance()); in main()
/dports/x11-wm/fluxter/fluxter-0.2.0/
H A DBaseDisplay.cc324 screenInfoList = new LinkedList<ScreenInfo>;
327 ScreenInfo *screeninfo = new ScreenInfo(this, i);
335 ScreenInfo *si = screenInfoList->first();
484 ScreenInfo::ScreenInfo(BaseDisplay *d, int num) { function in ScreenInfo
H A DImage.hh165 ScreenInfo *screeninfo;
198 BImageControl(BaseDisplay *, ScreenInfo *, Bool = False, int = 4,
208 inline ScreenInfo *getScreenInfo(void) { return screeninfo; } in getScreenInfo()
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dtypes.h30 typedef struct ScreenInfo ScreenInfo; typedef
H A Devent_utils.c23 static ScreenInfo *FindScreenInfo(Window w);
208 ScreenInfo *
211 ScreenInfo *scr; in GetTwmScreen()
235 static ScreenInfo *
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dscreen.h97 typedef struct ScreenInfo struct
241 } ScreenInfo; argument
243 extern ScreenInfo Scr;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/exported/
H A Dweb_screen_info_test.cc12 ScreenInfo screen_info1; in TEST()
13 ScreenInfo screen_info2; in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dremote_frame_client.h26 struct ScreenInfo;
57 virtual void DidChangeScreenInfo(const ScreenInfo& original_screen_info) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/web/
H A Dweb_remote_frame_client.h24 struct ScreenInfo;
77 virtual void DidChangeScreenInfo(const ScreenInfo& original_screen_info) {} in DidChangeScreenInfo()
/dports/x11-wm/blackbox/blackbox-0.70.1/util/
H A Dbsetroot.cc133 const bt::ScreenInfo &screen_info = display.screenInfo(screen); in setPixmapProperty()
193 const bt::ScreenInfo &screen_info = display.screenInfo(screen); in duplicateColor()
211 const bt::ScreenInfo &screen_info = display.screenInfo(screen); in solid()
255 const bt::ScreenInfo &screen_info = display.screenInfo(screen); in modula()
312 const bt::ScreenInfo &screen_info = display.screenInfo(screen); in gradient()

12345678910>>...38