Home
last modified time | relevance | path

Searched refs:tabRect (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/W32Util/
H A DTabControl.cpp28 RECT tabRect; in AddTabWindow() local
29 GetWindowRect(hwnd,&tabRect); in AddTabWindow()
31 TabCtrl_AdjustRect(hwnd, FALSE, &tabRect); in AddTabWindow()
34 tabRect.left,tabRect.top,tabRect.right-tabRect.left,tabRect.bottom-tabRect.top, in AddTabWindow()
68 RECT tabRect; in AddTab() local
69 GetWindowRect(hwnd,&tabRect); in AddTab()
85 …MoveWindow(handle,tabRect.left,tabRect.top,tabRect.right-tabRect.left,tabRect.bottom-tabRect.top,T… in AddTab()
262 RECT tabRect; in OnResize() local
263 GetWindowRect(hwnd,&tabRect); in OnResize()
272 int bottom = tabRect.bottom; in OnResize()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/W32Util/
H A DTabControl.cpp28 RECT tabRect; in AddTabWindow() local
29 GetWindowRect(hwnd,&tabRect); in AddTabWindow()
31 TabCtrl_AdjustRect(hwnd, FALSE, &tabRect); in AddTabWindow()
34 tabRect.left,tabRect.top,tabRect.right-tabRect.left,tabRect.bottom-tabRect.top, in AddTabWindow()
68 RECT tabRect; in AddTab() local
69 GetWindowRect(hwnd,&tabRect); in AddTab()
85 …MoveWindow(handle,tabRect.left,tabRect.top,tabRect.right-tabRect.left,tabRect.bottom-tabRect.top,T… in AddTab()
262 RECT tabRect; in OnResize() local
263 GetWindowRect(hwnd,&tabRect); in OnResize()
272 int bottom = tabRect.bottom; in OnResize()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/W32Util/
H A DTabControl.cpp28 RECT tabRect; in AddTabWindow() local
29 GetWindowRect(hwnd,&tabRect); in AddTabWindow()
31 TabCtrl_AdjustRect(hwnd, FALSE, &tabRect); in AddTabWindow()
34 tabRect.left,tabRect.top,tabRect.right-tabRect.left,tabRect.bottom-tabRect.top, in AddTabWindow()
68 RECT tabRect; in AddTab() local
69 GetWindowRect(hwnd,&tabRect); in AddTab()
85 …MoveWindow(handle,tabRect.left,tabRect.top,tabRect.right-tabRect.left,tabRect.bottom-tabRect.top,T… in AddTab()
262 RECT tabRect; in OnResize() local
263 GetWindowRect(hwnd,&tabRect); in OnResize()
272 int bottom = tabRect.bottom; in OnResize()
[all …]
/dports/textproc/jdictionary/jdictionary/src-1_8/com/incors/plaf/kunststoff/
H A DKunststoffTabbedPaneUI.java47 Rectangle tabRect = rects[tabIndex]; in paintTab() local
53 …dientPaint gradientShadow = new GradientPaint((float) tabRect.getX(), 0.0f, col4, (float) (tabRect in paintTab()
55 g2D.fill(tabRect); in paintTab()
59 …aint gradientShadow = new GradientPaint(0.0f, (float) tabRect.getY(), col4, 0.0f, (float) (tabRect in paintTab()
61 g2D.fill(tabRect); in paintTab()
67 …GradientPaint gradientReflectionTop = new GradientPaint(0.0f, (float) tabRect.getHeight()/2, col1,… in paintTab()
69 g2D.fill(tabRect); in paintTab()
72 …entReflectionBottom = new GradientPaint(0.0f, (float) tabRect.getY(), col4, 0.0f, (float) (tabRect in paintTab()
74 g2D.fill(tabRect); in paintTab()
78 … gradientReflectionBottom = new GradientPaint((float) tabRect.getX(), 0.0f, col4, (float) (tabRect in paintTab()
[all …]
/dports/net-p2p/transmission-daemon/transmission-3.00/macosx/
H A DInfoTabButtonCell.m74 NSRect tabRect = [(NSMatrix *)[self controlView] cellFrameAtRow: row column: col];
75 tabRect.origin.x = 0.0;
76 tabRect.origin.y = 0.0;
78 NSImage * tabImage = [[NSImage alloc] initWithSize: tabRect.size];
113 NSRectFill(NSMakeRect(0.0, 0.0, NSWidth(tabRect), 1.0));
114 NSRectFill(NSMakeRect(0.0, NSHeight(tabRect) - 1.0, NSWidth(tabRect), 1.0));
115 …NSRectFill(NSMakeRect(NSWidth(tabRect) - 1.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0…
117 tabRect = NSMakeRect(0.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0);
119 [gradient drawInRect: tabRect angle: 270.0];
125 …const NSRect iconRect = NSMakeRect(NSMinX(tabRect) + floor((NSWidth(tabRect) - iconSize.width) * 0…
[all …]
/dports/net-p2p/transmission-cli/transmission-3.00/macosx/
H A DInfoTabButtonCell.m74 NSRect tabRect = [(NSMatrix *)[self controlView] cellFrameAtRow: row column: col];
75 tabRect.origin.x = 0.0;
76 tabRect.origin.y = 0.0;
78 NSImage * tabImage = [[NSImage alloc] initWithSize: tabRect.size];
113 NSRectFill(NSMakeRect(0.0, 0.0, NSWidth(tabRect), 1.0));
114 NSRectFill(NSMakeRect(0.0, NSHeight(tabRect) - 1.0, NSWidth(tabRect), 1.0));
115 …NSRectFill(NSMakeRect(NSWidth(tabRect) - 1.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0…
117 tabRect = NSMakeRect(0.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0);
119 [gradient drawInRect: tabRect angle: 270.0];
125 …const NSRect iconRect = NSMakeRect(NSMinX(tabRect) + floor((NSWidth(tabRect) - iconSize.width) * 0…
[all …]
/dports/net-p2p/transmission-gtk/transmission-3.00/macosx/
H A DInfoTabButtonCell.m74 NSRect tabRect = [(NSMatrix *)[self controlView] cellFrameAtRow: row column: col];
75 tabRect.origin.x = 0.0;
76 tabRect.origin.y = 0.0;
78 NSImage * tabImage = [[NSImage alloc] initWithSize: tabRect.size];
113 NSRectFill(NSMakeRect(0.0, 0.0, NSWidth(tabRect), 1.0));
114 NSRectFill(NSMakeRect(0.0, NSHeight(tabRect) - 1.0, NSWidth(tabRect), 1.0));
115 …NSRectFill(NSMakeRect(NSWidth(tabRect) - 1.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0…
117 tabRect = NSMakeRect(0.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0);
119 [gradient drawInRect: tabRect angle: 270.0];
125 …const NSRect iconRect = NSMakeRect(NSMinX(tabRect) + floor((NSWidth(tabRect) - iconSize.width) * 0…
[all …]
/dports/net-p2p/transmission-utils/transmission-3.00/macosx/
H A DInfoTabButtonCell.m74 NSRect tabRect = [(NSMatrix *)[self controlView] cellFrameAtRow: row column: col];
75 tabRect.origin.x = 0.0;
76 tabRect.origin.y = 0.0;
78 NSImage * tabImage = [[NSImage alloc] initWithSize: tabRect.size];
113 NSRectFill(NSMakeRect(0.0, 0.0, NSWidth(tabRect), 1.0));
114 NSRectFill(NSMakeRect(0.0, NSHeight(tabRect) - 1.0, NSWidth(tabRect), 1.0));
115 …NSRectFill(NSMakeRect(NSWidth(tabRect) - 1.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0…
117 tabRect = NSMakeRect(0.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0);
119 [gradient drawInRect: tabRect angle: 270.0];
125 …const NSRect iconRect = NSMakeRect(NSMinX(tabRect) + floor((NSWidth(tabRect) - iconSize.width) * 0…
[all …]
/dports/net-p2p/transmission-qt/transmission-3.00/macosx/
H A DInfoTabButtonCell.m74 NSRect tabRect = [(NSMatrix *)[self controlView] cellFrameAtRow: row column: col];
75 tabRect.origin.x = 0.0;
76 tabRect.origin.y = 0.0;
78 NSImage * tabImage = [[NSImage alloc] initWithSize: tabRect.size];
113 NSRectFill(NSMakeRect(0.0, 0.0, NSWidth(tabRect), 1.0));
114 NSRectFill(NSMakeRect(0.0, NSHeight(tabRect) - 1.0, NSWidth(tabRect), 1.0));
115 …NSRectFill(NSMakeRect(NSWidth(tabRect) - 1.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0…
117 tabRect = NSMakeRect(0.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0);
119 [gradient drawInRect: tabRect angle: 270.0];
125 …const NSRect iconRect = NSMakeRect(NSMinX(tabRect) + floor((NSWidth(tabRect) - iconSize.width) * 0…
[all …]
/dports/www/transmission-web/transmission-3.00/macosx/
H A DInfoTabButtonCell.m74 NSRect tabRect = [(NSMatrix *)[self controlView] cellFrameAtRow: row column: col];
75 tabRect.origin.x = 0.0;
76 tabRect.origin.y = 0.0;
78 NSImage * tabImage = [[NSImage alloc] initWithSize: tabRect.size];
113 NSRectFill(NSMakeRect(0.0, 0.0, NSWidth(tabRect), 1.0));
114 NSRectFill(NSMakeRect(0.0, NSHeight(tabRect) - 1.0, NSWidth(tabRect), 1.0));
115 …NSRectFill(NSMakeRect(NSWidth(tabRect) - 1.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0…
117 tabRect = NSMakeRect(0.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0);
119 [gradient drawInRect: tabRect angle: 270.0];
125 …const NSRect iconRect = NSMakeRect(NSMinX(tabRect) + floor((NSWidth(tabRect) - iconSize.width) * 0…
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DInspectorDialog.cpp141 CRect tabRect; in OnSize() local
142 m_Tabs.GetWindowRect(tabRect); in OnSize()
144 tabRect.left = 4; in OnSize()
145 tabRect.right = rect.Width() - 4; in OnSize()
146 tabRect.top = rect.Height() - tabRect.Height() - 4; in OnSize()
147 tabRect.bottom = rect.Height() - 4; in OnSize()
149 rect.bottom -= 5 + tabRect.Height(); in OnSize()
151 m_Tabs.SetWindowPos(NULL, tabRect.left, tabRect.top, tabRect.Width(), tabRect.Height(), 0); in OnSize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java244 x = tabRect.x + 3;
245 y = tabRect.y + 3;
246 w = tabRect.width - 6;
250 x = tabRect.x + 2;
251 y = tabRect.y + 3;
252 w = tabRect.width - 6;
256 x = tabRect.x + 3;
257 y = tabRect.y + 2;
258 w = tabRect.width - 7;
263 x = tabRect.x + 3;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java244 x = tabRect.x + 3;
245 y = tabRect.y + 3;
246 w = tabRect.width - 6;
250 x = tabRect.x + 2;
251 y = tabRect.y + 3;
252 w = tabRect.width - 6;
256 x = tabRect.x + 3;
257 y = tabRect.y + 2;
258 w = tabRect.width - 7;
263 x = tabRect.x + 3;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java244 x = tabRect.x + 3;
245 y = tabRect.y + 3;
246 w = tabRect.width - 6;
250 x = tabRect.x + 2;
251 y = tabRect.y + 3;
252 w = tabRect.width - 6;
256 x = tabRect.x + 3;
257 y = tabRect.y + 2;
258 w = tabRect.width - 7;
263 x = tabRect.x + 3;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java244 x = tabRect.x + 3;
245 y = tabRect.y + 3;
246 w = tabRect.width - 6;
250 x = tabRect.x + 2;
251 y = tabRect.y + 3;
252 w = tabRect.width - 6;
256 x = tabRect.x + 3;
257 y = tabRect.y + 2;
258 w = tabRect.width - 7;
263 x = tabRect.x + 3;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java244 x = tabRect.x + 3;
245 y = tabRect.y + 3;
246 w = tabRect.width - 6;
250 x = tabRect.x + 2;
251 y = tabRect.y + 3;
252 w = tabRect.width - 6;
256 x = tabRect.x + 3;
257 y = tabRect.y + 2;
258 w = tabRect.width - 7;
263 x = tabRect.x + 3;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java238 x = tabRect.x + 3;
239 y = tabRect.y + 3;
240 w = tabRect.width - 6;
244 x = tabRect.x + 2;
245 y = tabRect.y + 3;
246 w = tabRect.width - 6;
250 x = tabRect.x + 3;
251 y = tabRect.y + 2;
252 w = tabRect.width - 7;
257 x = tabRect.x + 3;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java244 x = tabRect.x + 3;
245 y = tabRect.y + 3;
246 w = tabRect.width - 6;
250 x = tabRect.x + 2;
251 y = tabRect.y + 3;
252 w = tabRect.width - 6;
256 x = tabRect.x + 3;
257 y = tabRect.y + 2;
258 w = tabRect.width - 7;
263 x = tabRect.x + 3;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java238 x = tabRect.x + 3;
239 y = tabRect.y + 3;
240 w = tabRect.width - 6;
244 x = tabRect.x + 2;
245 y = tabRect.y + 3;
246 w = tabRect.width - 6;
250 x = tabRect.x + 3;
251 y = tabRect.y + 2;
252 w = tabRect.width - 7;
257 x = tabRect.x + 3;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java244 x = tabRect.x + 3;
245 y = tabRect.y + 3;
246 w = tabRect.width - 6;
250 x = tabRect.x + 2;
251 y = tabRect.y + 3;
252 w = tabRect.width - 6;
256 x = tabRect.x + 3;
257 y = tabRect.y + 2;
258 w = tabRect.width - 7;
263 x = tabRect.x + 3;
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTabbedPaneUI.java244 x = tabRect.x + 3;
245 y = tabRect.y + 3;
246 w = tabRect.width - 6;
250 x = tabRect.x + 2;
251 y = tabRect.y + 3;
252 w = tabRect.width - 6;
256 x = tabRect.x + 3;
257 y = tabRect.y + 2;
258 w = tabRect.width - 7;
263 x = tabRect.x + 3;
[all …]
/dports/audio/polyphone/polyphone-75a5e88/sources/mainwindow/
H A Dtabbar.h46 _leftOffset = event->x() - this->tabRect(tabIndex).left() + 2;
47 _rightOffset = this->tabRect(tabIndex).right() - event->x() + 1;
56 if (event->x() - _leftOffset < this->tabRect(0).right())
61 QPointF(this->tabRect(0).right() + _leftOffset, event->y()),
65 else if (event->x() + _rightOffset > this->tabRect(this->count() - 1).right())
70 … QPointF(this->tabRect(this->count() - 1).right() - _rightOffset, event->y()),
/dports/devel/flexdock/flexdock-1.2.4/src/java/core/org/flexdock/docking/drag/effects/
H A DDefaultPreview.java85 …Rectangle tabRect = new Rectangle(tabPaneRect.x, tabPaneRect.y, DEFAULT_TAB_WIDTH, DEFAULT_TAB_HEI… in createPolyTab() local
92 tabRect.height = lastTab.height; in createPolyTab()
93 tabRect.y = lastTab.y; in createPolyTab()
94 tabRect.x = lastTab.x + lastTab.width; in createPolyTab()
97 tabRect.y = tabsOnTop? 0: tabPaneRect.height - DEFAULT_TAB_HEIGHT; in createPolyTab()
101 tabRect.x += DEFAULT_TAB_WIDTH; in createPolyTab()
106 tabPaneRect.height -= tabRect.height; in createPolyTab()
108 tabPaneRect.y += tabRect.height; in createPolyTab()
111 return createPolyTabOnTop(tabPaneRect, tabRect); in createPolyTab()
113 return createPolyTabOnBottom(tabPaneRect, tabRect); in createPolyTab()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneUI.java243 nudge = tabRect.width % 2; in getTabLabelShiftX()
381 g2d.transform(AffineTransform.getRotateInstance(rotateAmount, tabRect.x, tabRect.y)); in rotateGraphics()
390 yDiff = tabRect.height + tabRect.y - (textRect.y + textRect.height); in rotateGraphics()
392 yIconDiff = tabRect.height + tabRect.y - (iconRect.y + iconRect.height); in rotateGraphics()
396 xDiff = (tabRect.x + tabRect.width) - (textRect.x + textRect.width); in rotateGraphics()
398 xIconDiff = (tabRect.x + tabRect.width) - (iconRect.x + iconRect.width); in rotateGraphics()
403 textRect.x = tabRect.x + yDiff; in rotateGraphics()
404 textRect.y = tabRect.y + xDiff; in rotateGraphics()
439 textRect.setBounds(tabRect); in paintTabNormalFromRect()
440 fContentRect.setBounds(tabRect); in paintTabNormalFromRect()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneUI.java243 nudge = tabRect.width % 2; in getTabLabelShiftX()
381 g2d.transform(AffineTransform.getRotateInstance(rotateAmount, tabRect.x, tabRect.y)); in rotateGraphics()
390 yDiff = tabRect.height + tabRect.y - (textRect.y + textRect.height); in rotateGraphics()
392 yIconDiff = tabRect.height + tabRect.y - (iconRect.y + iconRect.height); in rotateGraphics()
396 xDiff = (tabRect.x + tabRect.width) - (textRect.x + textRect.width); in rotateGraphics()
398 xIconDiff = (tabRect.x + tabRect.width) - (iconRect.x + iconRect.width); in rotateGraphics()
403 textRect.x = tabRect.x + yDiff; in rotateGraphics()
404 textRect.y = tabRect.y + xDiff; in rotateGraphics()
439 textRect.setBounds(tabRect); in paintTabNormalFromRect()
440 fContentRect.setBounds(tabRect); in paintTabNormalFromRect()
[all …]

12345678910>>...18