Home
last modified time | relevance | path

Searched refs:ScreenInfo (Results 1 – 25 of 930) sorted by relevance

12345678910>>...38

/dports/x11-wm/larswm/larswm-7.5.3/
H A Dfns.h5 void initscreen (ScreenInfo *, int);
6 ScreenInfo *getscreen (Window);
31 void scanwins (ScreenInfo *);
36 void cmapnofocus (ScreenInfo *);
80 void toggle_inc (ScreenInfo *);
91 void tile_all (ScreenInfo *);
108 void grow_left (ScreenInfo *);
109 void max_left (ScreenInfo *);
126 int count_aside (ScreenInfo *);
147 void do_menu (ScreenInfo *);
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dmwm.h628 typedef struct ScreenInfo { struct
744 } ScreenInfo; argument
797 ScreenInfo **screen_info;
868 extern void PAN_Raise(ScreenInfo *scr);
875 extern void DT_SaveState(ScreenInfo *scr);
880 extern void PAGER_Clear(ScreenInfo *scr);
881 extern void PAGER_Redraw(ScreenInfo *scr);
890 extern void PARSE_mwmrc(ScreenInfo *scr);
901 extern void MISC_Ungrab(ScreenInfo *scr);
1011 extern void MENU_LinkUp(ScreenInfo *scr);
[all …]
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/AndroidRemoteControl/
H A DScreenInfo.cpp15 ScreenInfo &ScreenInfo::instance() in instance()
17 static ScreenInfo instance; in instance()
21 void ScreenInfo::setScreen(QScreen *screen) in setScreen()
42 QSize ScreenInfo::screenSize() const in screenSize()
47 QSize ScreenInfo::viewSize() const in viewSize()
52 int ScreenInfo::overviewIconSize() const in overviewIconSize()
57 ScreenInfo::ScreenInfo() in ScreenInfo() function in RemoteControl::ScreenInfo
66 int ScreenInfo::possibleColumns() in possibleColumns()
79 int ScreenInfo::iconHeight() in iconHeight()
87 void ScreenInfo::updateLayout() in updateLayout()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dscreen.h79 typedef struct ScreenInfo struct
162 }ScreenInfo; argument
164 void init_ScreenInfo(ScreenInfo *scr);
165 void init_screen_gcs(ScreenInfo *scr);
166 void destroy_screen_gcs(ScreenInfo *scr);
168 void make_screen_envvars( ScreenInfo *scr );
170 void init_screen_panframes(ScreenInfo *scr);
173 Window get_lowest_panframe(ScreenInfo *scr);
176 ScreenInfo *get_current_screen();
177 int get_screen_width(ScreenInfo *scr);
[all …]
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dscreen.h261 gboolean myScreenCheckWMAtom (ScreenInfo *,
267 ScreenInfo *myScreenClose (ScreenInfo *);
271 gboolean myScreenGrabKeyboard (ScreenInfo *,
274 gboolean myScreenGrabPointer (ScreenInfo *,
279 gboolean myScreenChangeGrabPointer (ScreenInfo *,
284 unsigned int myScreenUngrabKeyboard (ScreenInfo *,
286 unsigned int myScreenUngrabPointer (ScreenInfo *,
290 gint myScreenGetKeyPressed (ScreenInfo *,
293 Client *myScreenGetClientFromWindow (ScreenInfo *,
297 gboolean myScreenHasPrimaryMonitor (ScreenInfo *,
[all …]
H A Dcompositor.h38 gboolean compositorIsActive (ScreenInfo *);
55 Pixmap compositorGetWindowPixmapAtSize (ScreenInfo *,
61 void compositorZoomIn (ScreenInfo *,
63 void compositorZoomOut (ScreenInfo *,
69 gboolean compositorManageScreen (ScreenInfo *);
70 void compositorUnmanageScreen (ScreenInfo *);
71 void compositorAddAllWindows (ScreenInfo *);
72 gboolean compositorActivateScreen (ScreenInfo *,
74 void compositorUpdateScreenSize (ScreenInfo *);
79 void compositorRebuildScreen (ScreenInfo *);
[all …]
H A Dstacking.h34 void clientApplyStackList (ScreenInfo *);
39 Client *clientGetNextTopMost (ScreenInfo *,
42 Client *clientGetBottomMost (ScreenInfo *,
45 Client *clientAtPosition (ScreenInfo *,
57 GList *clientGetStackList (ScreenInfo *);
59 Client *clientGetLastRaise (ScreenInfo *);
60 void clientClearLastRaise (ScreenInfo *);
62 void clientResetDelayedRaise (ScreenInfo *);
H A Dworkspaces.h41 gboolean workspaceMove (ScreenInfo *,
46 void workspaceSwitch (ScreenInfo *,
51 void workspaceSetNames (ScreenInfo *,
54 void workspaceSetCount (ScreenInfo *,
56 void workspaceUpdateArea (ScreenInfo *);
58 void workspaceInsert (ScreenInfo *,
61 void workspaceDelete (ScreenInfo *,
H A Dmisc.h63 guint getMouseXY (ScreenInfo *,
66 GC createGC (ScreenInfo *,
72 void sendClientMessage (ScreenInfo *,
76 void sendRootMessage (ScreenInfo *,
80 gboolean checkWindowOnRoot (ScreenInfo *,
82 void placeSidewalks (ScreenInfo *,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/common/
H A Dscreen_info.cc9 ScreenInfo::ScreenInfo() = default;
10 ScreenInfo::ScreenInfo(const ScreenInfo& other) = default;
11 ScreenInfo::~ScreenInfo() = default;
13 bool ScreenInfo::operator==(const ScreenInfo& other) const { in operator ==()
24 bool ScreenInfo::operator!=(const ScreenInfo& other) const { in operator !=()
H A Dscreen_info.h19 struct CONTENT_EXPORT ScreenInfo { struct
20 ScreenInfo();
21 ScreenInfo(const ScreenInfo& other);
22 ~ScreenInfo();
60 bool operator==(const ScreenInfo& other) const; argument
61 bool operator!=(const ScreenInfo& other) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/common/widget/
H A Dscreen_info_mojom_traits.h16 StructTraits<blink::mojom::ScreenInfoDataView, blink::ScreenInfo> {
17 static float device_scale_factor(const blink::ScreenInfo& r) {
22 const blink::ScreenInfo& r) {
26 static int depth(const blink::ScreenInfo& r) { return r.depth; }
28 static int depth_per_component(const blink::ScreenInfo& r) {
32 static bool is_monochrome(const blink::ScreenInfo& r) {
36 static int display_frequency(const blink::ScreenInfo& r) {
40 static const gfx::Rect& rect(const blink::ScreenInfo& r) { return r.rect; }
42 static const gfx::Rect& available_rect(const blink::ScreenInfo& r) {
47 const blink::ScreenInfo& r) {
[all …]
/dports/math/kig/kig-21.12.3/misc/
H A Dscreeninfo.cc9 ScreenInfo::ScreenInfo( const Rect& docRect, const QRect& viewRect ) in ScreenInfo() function in ScreenInfo
14 Rect ScreenInfo::fromScreen( const QRect& r ) const in fromScreen()
31 QPoint ScreenInfo::toScreen( const Coordinate& p ) const in toScreen()
40 QRect ScreenInfo::toScreen( const Rect& r ) const in toScreen()
57 QRectF ScreenInfo::toScreenF( const Rect& r ) const in toScreenF()
65 double ScreenInfo::pixelWidth() const in pixelWidth()
72 const Rect& ScreenInfo::shownRect() const in shownRect()
77 void ScreenInfo::setShownRect( const Rect& r ) in setShownRect()
82 const QRect ScreenInfo::viewRect() const in viewRect()
87 void ScreenInfo::setViewRect( const QRect& r ) in setViewRect()
[all …]
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core-utils/lumina-xconfig/
H A DScreenSettings.h15 class ScreenInfo{
28 ScreenInfo(){ in ScreenInfo() function
35 ~ScreenInfo(){} in ~ScreenInfo()
47 static QList<ScreenInfo> CurrentScreens(); //reads xrandr information
48 static QList<ScreenInfo> PreviousSettings(QString profile="");
53 static bool SaveScreens(QList<ScreenInfo> screens, QString profile = "");
56 static void Apply(QList<ScreenInfo> screens);
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core-utils/lumina-xconfig/
H A DScreenSettings.h15 class ScreenInfo{
28 ScreenInfo(){ in ScreenInfo() function
35 ~ScreenInfo(){} in ~ScreenInfo()
47 static QList<ScreenInfo> CurrentScreens(); //reads xrandr information
48 static QList<ScreenInfo> PreviousSettings(QString profile="");
53 static bool SaveScreens(QList<ScreenInfo> screens, QString profile = "");
56 static void Apply(QList<ScreenInfo> screens);
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core-utils/lumina-xconfig/
H A DScreenSettings.h15 class ScreenInfo{
28 ScreenInfo(){ in ScreenInfo() function
35 ~ScreenInfo(){} in ~ScreenInfo()
47 static QList<ScreenInfo> CurrentScreens(); //reads xrandr information
48 static QList<ScreenInfo> PreviousSettings(QString profile="");
53 static bool SaveScreens(QList<ScreenInfo> screens, QString profile = "");
56 static void Apply(QList<ScreenInfo> screens);
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core-utils/lumina-xconfig/
H A DScreenSettings.h15 class ScreenInfo{
28 ScreenInfo(){ in ScreenInfo() function
35 ~ScreenInfo(){} in ~ScreenInfo()
47 static QList<ScreenInfo> CurrentScreens(); //reads xrandr information
48 static QList<ScreenInfo> PreviousSettings(QString profile="");
53 static bool SaveScreens(QList<ScreenInfo> screens, QString profile = "");
56 static void Apply(QList<ScreenInfo> screens);
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core-utils/lumina-xconfig/
H A DScreenSettings.h15 class ScreenInfo{
28 ScreenInfo(){ in ScreenInfo() function
35 ~ScreenInfo(){} in ~ScreenInfo()
47 static QList<ScreenInfo> CurrentScreens(); //reads xrandr information
48 static QList<ScreenInfo> PreviousSettings(QString profile="");
53 static bool SaveScreens(QList<ScreenInfo> screens, QString profile = "");
56 static void Apply(QList<ScreenInfo> screens);
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core-utils/lumina-xconfig/
H A DScreenSettings.h15 class ScreenInfo{
28 ScreenInfo(){ in ScreenInfo() function
35 ~ScreenInfo(){} in ~ScreenInfo()
47 static QList<ScreenInfo> CurrentScreens(); //reads xrandr information
48 static QList<ScreenInfo> PreviousSettings(QString profile="");
53 static bool SaveScreens(QList<ScreenInfo> screens, QString profile = "");
56 static void Apply(QList<ScreenInfo> screens);
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core-utils/lumina-xconfig/
H A DScreenSettings.h15 class ScreenInfo{
28 ScreenInfo(){ in ScreenInfo() function
35 ~ScreenInfo(){} in ~ScreenInfo()
47 static QList<ScreenInfo> CurrentScreens(); //reads xrandr information
48 static QList<ScreenInfo> PreviousSettings(QString profile="");
53 static bool SaveScreens(QList<ScreenInfo> screens, QString profile = "");
56 static void Apply(QList<ScreenInfo> screens);
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core-utils/lumina-xconfig/
H A DScreenSettings.h15 class ScreenInfo{
28 ScreenInfo(){ in ScreenInfo() function
35 ~ScreenInfo(){} in ~ScreenInfo()
47 static QList<ScreenInfo> CurrentScreens(); //reads xrandr information
48 static QList<ScreenInfo> PreviousSettings(QString profile="");
53 static bool SaveScreens(QList<ScreenInfo> screens, QString profile = "");
56 static void Apply(QList<ScreenInfo> screens);
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core-utils/lumina-xconfig/
H A DScreenSettings.h15 class ScreenInfo{
28 ScreenInfo(){ in ScreenInfo() function
35 ~ScreenInfo(){} in ~ScreenInfo()
47 static QList<ScreenInfo> CurrentScreens(); //reads xrandr information
48 static QList<ScreenInfo> PreviousSettings(QString profile="");
53 static bool SaveScreens(QList<ScreenInfo> screens, QString profile = "");
56 static void Apply(QList<ScreenInfo> screens);
/dports/x11-wm/evilwm/evilwm-1.1.1/
H A Devilwm.h116 typedef struct ScreenInfo ScreenInfo; typedef
117 struct ScreenInfo { struct
138 ScreenInfo *screen; argument
181 extern ScreenInfo *screens;
285 void make_new_client(Window w, ScreenInfo *s);
301 ScreenInfo *find_screen(Window root);
302 ScreenInfo *find_current_screen(void);
303 void grab_keys_for_screen(ScreenInfo *s);
308 void ewmh_init_screen(ScreenInfo *s);
309 void ewmh_deinit_screen(ScreenInfo *s);
[all …]
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Drenderer_opengl.h48 struct ScreenInfo { struct
95 void DrawSingleScreenRotated(const ScreenInfo& screen_info, float x, float y, float w, float h);
96 void DrawSingleScreen(const ScreenInfo& screen_info, float x, float y, float w, float h);
97 void DrawSingleScreenStereoRotated(const ScreenInfo& screen_info_l,
98 const ScreenInfo& screen_info_r, float x, float y, float w,
100 void DrawSingleScreenStereo(const ScreenInfo& screen_info_l, const ScreenInfo& screen_info_r,
106 ScreenInfo& screen_info, bool right_eye);
120 std::array<ScreenInfo, 3> screen_infos;
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Drenderer_opengl.h48 struct ScreenInfo { struct
95 void DrawSingleScreenRotated(const ScreenInfo& screen_info, float x, float y, float w, float h);
96 void DrawSingleScreen(const ScreenInfo& screen_info, float x, float y, float w, float h);
97 void DrawSingleScreenStereoRotated(const ScreenInfo& screen_info_l,
98 const ScreenInfo& screen_info_r, float x, float y, float w,
100 void DrawSingleScreenStereo(const ScreenInfo& screen_info_l, const ScreenInfo& screen_info_r,
106 ScreenInfo& screen_info, bool right_eye);
120 std::array<ScreenInfo, 3> screen_infos;

12345678910>>...38