Home
last modified time | relevance | path

Searched refs:frameRect (Results 1 – 25 of 1458) sorted by relevance

12345678910>>...59

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing.Imaging/
H A DMetafile.cs104 public Metafile (IntPtr referenceHdc, Rectangle frameRect) : in Metafile() argument
109 public Metafile (IntPtr referenceHdc, RectangleF frameRect) : in Metafile() argument
137 this (referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual, null) in Metafile()
142 this (referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual, null) in Metafile()
157 public Metafile (Stream stream, IntPtr referenceHdc, Rectangle frameRect) : in Metafile() argument
183 this (referenceHdc, frameRect, frameUnit, type, null) in Metafile()
188 this (referenceHdc, frameRect, frameUnit, type, null) in Metafile()
282 type, ref frameRect, frameUnit, description, out nativeObject); in Metafile()
285 type, ref frameRect, frameUnit, description, out nativeObject); in Metafile()
303 type, ref frameRect, frameUnit, description, out nativeObject); in Metafile()
[all …]
/dports/devel/upp/upp/bazaar/XMLMenu/
H A DXMLToolBarFrame.cpp118 frameP11 = Point(frameRect.left, frameRect.top); in FrameLayout()
119 frameP12 = Point(frameRect.left, frameRect.bottom); in FrameLayout()
120 frameP21 = Point(frameRect.right-1, frameRect.top); in FrameLayout()
129 frameP11 = Point(frameRect.left, frameRect.top); in FrameLayout()
130 frameP12 = Point(frameRect.left, frameRect.bottom); in FrameLayout()
131 frameP21 = Point(frameRect.right-1, frameRect.top); in FrameLayout()
140 frameP11 = Point(frameRect.left, frameRect.top); in FrameLayout()
141 frameP12 = Point(frameRect.right, frameRect.top); in FrameLayout()
142 frameP21 = Point(frameRect.left, frameRect.bottom-1); in FrameLayout()
151 frameP11 = Point(frameRect.left, frameRect.top); in FrameLayout()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Imaging/
H A DMetafile.Unix.cs95 public Metafile(IntPtr referenceHdc, Rectangle frameRect) : in Metafile() argument
100 public Metafile(IntPtr referenceHdc, RectangleF frameRect) : in Metafile() argument
128 this(referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual, null) in Metafile()
133 this(referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual, null) in Metafile()
148 public Metafile(Stream stream, IntPtr referenceHdc, Rectangle frameRect) : in Metafile() argument
153 public Metafile(Stream stream, IntPtr referenceHdc, RectangleF frameRect) : in Metafile() argument
163 public Metafile(string fileName, IntPtr referenceHdc, Rectangle frameRect) : in Metafile() argument
174 this(referenceHdc, frameRect, frameUnit, type, null) in Metafile()
179 this(referenceHdc, frameRect, frameUnit, type, null) in Metafile()
272 type, ref frameRect, frameUnit, description, out nativeImage); in Metafile()
[all …]
H A DMetafile.Windows.cs146 this(referenceHdc, frameRect, frameUnit, type, null) in Metafile()
157 GPRECTF rectf = new GPRECTF(frameRect); in Metafile()
191 this(referenceHdc, frameRect, frameUnit, type, null) in Metafile()
204 if (frameRect.IsEmpty) in Metafile()
215 GPRECT gprect = new GPRECT(frameRect); in Metafile()
313 GPRECTF rectf = new GPRECTF(frameRect); in Metafile()
370 if (frameRect.IsEmpty) in Metafile()
382 GPRECT gprect = new GPRECT(frameRect); in Metafile()
464 GPRECTF rectf = new GPRECTF(frameRect); in Metafile()
512 if (frameRect.IsEmpty) in Metafile()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/Activities/Design/
H A DGradientPanel.cs18 protected Rectangle frameRect; field in System.Workflow.Activities.Design.GradientPanel
84 frameRect.X -= Margin.Left; in OnPaint()
85 frameRect.Y -= Margin.Top; in OnPaint()
86 frameRect.Width += Margin.Left + Margin.Right; in OnPaint()
87 frameRect.Height += Margin.Top + Margin.Bottom; in OnPaint()
88 …Rectangle shadowRect = new Rectangle(frameRect.X, frameRect.Y + 6, frameRect.Width, frameRect.Heig… in OnPaint()
89 glossHeight = frameRect.Height / 3; in OnPaint()
90 …sBrush = new LinearGradientBrush(new Point(frameRect.Left, frameRect.Top), new Point(frameRect.Lef… in OnPaint()
91 …eBrush = new LinearGradientBrush(new Point(frameRect.Left, frameRect.Top), new Point(frameRect.Lef… in OnPaint()
97 e.Graphics.FillPath(frameBrush, RoundedRect(frameRect)); in OnPaint()
[all …]
/dports/x11-themes/adwaita-qt/adwaita-qt-1.4.1/src/lib/
H A Dadwaitarenderer.cpp344 options.painter()->drawLine(frameRect.topRight(), frameRect.bottomRight()); in renderSidePanelFrame()
348 options.painter()->drawLine(frameRect.topLeft(), frameRect.topRight()); in renderSidePanelFrame()
352 options.painter()->drawLine(frameRect.topLeft(), frameRect.bottomLeft()); in renderSidePanelFrame()
356 options.painter()->drawLine(frameRect.bottomLeft(), frameRect.bottomRight()); in renderSidePanelFrame()
507 QLinearGradient gradient(frameRect.topLeft(), frameRect.bottomLeft()); in renderFlatButtonFrame()
964 rotate.translate(frameRect.center().x(), frameRect.center().y()); in renderSliderHandle()
966 rotate.translate(-frameRect.center().x(), -frameRect.center().y()); in renderSliderHandle()
1156 …options.painter()->drawLine(frameRect.left() + adjustment, frameRect.bottom(), frameRect.right() -… in renderTabBarTab()
1159 …options.painter()->drawLine(frameRect.left() + adjustment, frameRect.top(), frameRect.right() - ad… in renderTabBarTab()
1162 …options.painter()->drawLine(frameRect.right(), frameRect.top() + adjustment, frameRect.right(), fr… in renderTabBarTab()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUIMeshViewer.cpp106 core::rect<s32> frameRect(AbsoluteRect); in draw() local
107 frameRect.LowerRightCorner.Y = frameRect.UpperLeftCorner.Y + 1; in draw()
108 skin->draw2DRectangle(this, skin->getColor(EGDC_3D_SHADOW), frameRect, &AbsoluteClippingRect); in draw()
110 frameRect.LowerRightCorner.Y = AbsoluteRect.LowerRightCorner.Y; in draw()
111 frameRect.LowerRightCorner.X = frameRect.UpperLeftCorner.X + 1; in draw()
112 skin->draw2DRectangle(this, skin->getColor(EGDC_3D_SHADOW), frameRect, &AbsoluteClippingRect); in draw()
114 frameRect = AbsoluteRect; in draw()
115 frameRect.UpperLeftCorner.X = frameRect.LowerRightCorner.X - 1; in draw()
116 skin->draw2DRectangle(this, skin->getColor(EGDC_3D_HIGH_LIGHT), frameRect, &AbsoluteClippingRect); in draw()
118 frameRect = AbsoluteRect; in draw()
[all …]
H A DCGUITabControl.cpp521 frameRect.LowerRightCorner.X = frameRect.UpperLeftCorner.X + len; in needScrollControl()
592 frameRect.UpperLeftCorner.Y += 2; in draw()
593 frameRect.LowerRightCorner.Y = frameRect.UpperLeftCorner.Y + TabHeight; in draw()
597 frameRect.UpperLeftCorner.Y = frameRect.LowerRightCorner.Y - TabHeight - 1; in draw()
631 frameRect.LowerRightCorner.X = frameRect.UpperLeftCorner.X + len; in draw()
696 true, true, &frameRect); in draw()
883 frameRect.LowerRightCorner.Y = frameRect.UpperLeftCorner.Y + TabHeight; in getTabAt()
887 frameRect.UpperLeftCorner.Y = frameRect.LowerRightCorner.Y - TabHeight; in getTabAt()
892 if (!frameRect.isPointInside(p)) in getTabAt()
908 frameRect.LowerRightCorner.X = frameRect.UpperLeftCorner.X + len; in getTabAt()
[all …]
H A DCGUITreeView.cpp813 frameRect.LowerRightCorner.Y = frameRect.UpperLeftCorner.Y + 1; in draw()
818 frameRect.LowerRightCorner.X = frameRect.UpperLeftCorner.X + 1; in draw()
822 frameRect = AbsoluteRect; in draw()
823 frameRect.UpperLeftCorner.X = frameRect.LowerRightCorner.X - 1; in draw()
827 frameRect = AbsoluteRect; in draw()
852 frameRect = AbsoluteRect; in draw()
943 core::rect<s32> textRect = frameRect; in draw()
995 rc.UpperLeftCorner.Y = frameRect.UpperLeftCorner.Y + ( ( frameRect.getHeight() ) >> 1 ); in draw()
1013 …rc.UpperLeftCorner.Y = frameRect.UpperLeftCorner.Y - ( ( frameRect.getHeight() - IndentWidth ) >> … in draw()
1017 rc.UpperLeftCorner.Y = frameRect.UpperLeftCorner.Y - ( frameRect.getHeight() >> 1 ); in draw()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCGUIMeshViewer.cpp106 core::rect<s32> frameRect(AbsoluteRect); in draw() local
107 frameRect.LowerRightCorner.Y = frameRect.UpperLeftCorner.Y + 1; in draw()
108 skin->draw2DRectangle(this, skin->getColor(EGDC_3D_SHADOW), frameRect, &AbsoluteClippingRect); in draw()
110 frameRect.LowerRightCorner.Y = AbsoluteRect.LowerRightCorner.Y; in draw()
111 frameRect.LowerRightCorner.X = frameRect.UpperLeftCorner.X + 1; in draw()
112 skin->draw2DRectangle(this, skin->getColor(EGDC_3D_SHADOW), frameRect, &AbsoluteClippingRect); in draw()
114 frameRect = AbsoluteRect; in draw()
115 frameRect.UpperLeftCorner.X = frameRect.LowerRightCorner.X - 1; in draw()
116 skin->draw2DRectangle(this, skin->getColor(EGDC_3D_HIGH_LIGHT), frameRect, &AbsoluteClippingRect); in draw()
118 frameRect = AbsoluteRect; in draw()
[all …]
H A DCGUITabControl.cpp518 frameRect.LowerRightCorner.X = frameRect.UpperLeftCorner.X + len; in needScrollControl()
589 frameRect.UpperLeftCorner.Y += 2; in draw()
590 frameRect.LowerRightCorner.Y = frameRect.UpperLeftCorner.Y + TabHeight; in draw()
594 frameRect.UpperLeftCorner.Y = frameRect.LowerRightCorner.Y - TabHeight - 1; in draw()
628 frameRect.LowerRightCorner.X = frameRect.UpperLeftCorner.X + len; in draw()
693 true, true, &frameRect); in draw()
880 frameRect.LowerRightCorner.Y = frameRect.UpperLeftCorner.Y + TabHeight; in getTabAt()
884 frameRect.UpperLeftCorner.Y = frameRect.LowerRightCorner.Y - TabHeight; in getTabAt()
889 if (!frameRect.isPointInside(p)) in getTabAt()
905 frameRect.LowerRightCorner.X = frameRect.UpperLeftCorner.X + len; in getTabAt()
[all …]
H A DCGUITreeView.cpp813 frameRect.LowerRightCorner.Y = frameRect.UpperLeftCorner.Y + 1; in draw()
818 frameRect.LowerRightCorner.X = frameRect.UpperLeftCorner.X + 1; in draw()
822 frameRect = AbsoluteRect; in draw()
823 frameRect.UpperLeftCorner.X = frameRect.LowerRightCorner.X - 1; in draw()
827 frameRect = AbsoluteRect; in draw()
852 frameRect = AbsoluteRect; in draw()
943 core::rect<s32> textRect = frameRect; in draw()
995 rc.UpperLeftCorner.Y = frameRect.UpperLeftCorner.Y + ( ( frameRect.getHeight() ) >> 1 ); in draw()
1013 …rc.UpperLeftCorner.Y = frameRect.UpperLeftCorner.Y - ( ( frameRect.getHeight() - IndentWidth ) >> … in draw()
1017 rc.UpperLeftCorner.Y = frameRect.UpperLeftCorner.Y - ( frameRect.getHeight() >> 1 ); in draw()
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/adwaita-qt/style/
H A Dadwaitahelper.cpp759 painter->drawLine(frameRect.topRight(), frameRect.bottomRight()); in renderSidePanelFrame()
763 painter->drawLine(frameRect.topLeft(), frameRect.topRight()); in renderSidePanelFrame()
767 painter->drawLine(frameRect.topLeft(), frameRect.bottomLeft()); in renderSidePanelFrame()
771 painter->drawLine(frameRect.bottomLeft(), frameRect.bottomRight()); in renderSidePanelFrame()
825 QLinearGradient gradient(frameRect.bottomLeft(), frameRect.topLeft()); in renderButtonFrame()
1488 rotate.translate(frameRect.center().x(), frameRect.center().y()); in renderSliderHandle()
1490 rotate.translate(-frameRect.center().x(), -frameRect.center().y()); in renderSliderHandle()
1589 …painter->drawLine(frameRect.left() + adjustment, frameRect.bottom(), frameRect.right() - adjustmen… in renderTabBarTab()
1592 …painter->drawLine(frameRect.left() + adjustment, frameRect.top(), frameRect.right() - adjustment, in renderTabBarTab()
1595 …painter->drawLine(frameRect.right(), frameRect.top() + adjustment, frameRect.right(), frameRect.bo… in renderTabBarTab()
[all …]
/dports/x11-themes/plasma5-breeze/breeze-5.23.5/kstyle/
H A Dbreezehelper.cpp426 frameRect = strokedRect( frameRect ); in renderFrame()
463 painter->drawLine( frameRect.topRight(), frameRect.bottomRight() ); in renderSidePanelFrame()
467 painter->drawLine( frameRect.topLeft(), frameRect.topRight() ); in renderSidePanelFrame()
471 painter->drawLine( frameRect.topLeft(), frameRect.bottomLeft() ); in renderSidePanelFrame()
475 painter->drawLine( frameRect.bottomLeft(), frameRect.bottomRight() ); in renderSidePanelFrame()
522 frameRect = strokedRect( frameRect ); in renderMenuFrame()
641 QLinearGradient bgGradient(frameRect.topLeft(), frameRect.bottomLeft()); in renderButtonFrame()
645 QLinearGradient penGradient(frameRect.topLeft(), frameRect.bottomLeft()); in renderButtonFrame()
721 frameRect = strokedRect( frameRect ); in renderTabWidgetFrame()
790 frameRect = strokedRect(frameRect); in renderCheckBoxBackground()
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaTextBrowser.m21 - (id) initWithFrame:(NSRect)frameRect frameName:(NSString *)frameName groupName:(NSString *)groupN…
22 self = [super initWithFrame:frameRect frameName:frameName groupName:groupName];
96 - (void)setFrame:(NSRect)frameRect {
97 if (frameRect.size.width < 0.0) frameRect.size.width = 0.0;
98 if (frameRect.size.height < 0.0) frameRect.size.height = 0.0;
99 [super setFrame:frameRect];
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaTextBrowser.m21 - (id) initWithFrame:(NSRect)frameRect frameName:(NSString *)frameName groupName:(NSString *)groupN…
22 self = [super initWithFrame:frameRect frameName:frameName groupName:groupName];
96 - (void)setFrame:(NSRect)frameRect {
97 if (frameRect.size.width < 0.0) frameRect.size.width = 0.0;
98 if (frameRect.size.height < 0.0) frameRect.size.height = 0.0;
99 [super setFrame:frameRect];
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaTextBrowser.m21 - (id) initWithFrame:(NSRect)frameRect frameName:(NSString *)frameName groupName:(NSString *)groupN…
22 self = [super initWithFrame:frameRect frameName:frameName groupName:groupName];
96 - (void)setFrame:(NSRect)frameRect {
97 if (frameRect.size.width < 0.0) frameRect.size.width = 0.0;
98 if (frameRect.size.height < 0.0) frameRect.size.height = 0.0;
99 [super setFrame:frameRect];
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaTextBrowser.m21 - (id) initWithFrame:(NSRect)frameRect frameName:(NSString *)frameName groupName:(NSString *)groupN…
22 self = [super initWithFrame:frameRect frameName:frameName groupName:groupName];
96 - (void)setFrame:(NSRect)frameRect {
97 if (frameRect.size.width < 0.0) frameRect.size.width = 0.0;
98 if (frameRect.size.height < 0.0) frameRect.size.height = 0.0;
99 [super setFrame:frameRect];
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaTextBrowser.m21 - (id) initWithFrame:(NSRect)frameRect frameName:(NSString *)frameName groupName:(NSString *)groupN…
22 self = [super initWithFrame:frameRect frameName:frameName groupName:groupName];
96 - (void)setFrame:(NSRect)frameRect {
97 if (frameRect.size.width < 0.0) frameRect.size.width = 0.0;
98 if (frameRect.size.height < 0.0) frameRect.size.height = 0.0;
99 [super setFrame:frameRect];
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/editing/
H A Duicrosslines.cpp84 CRect frameRect = getViewSize (); in invalid() local
85 invalidRect (CRect (currentRect.left-3, frameRect.top, currentRect.left+3, frameRect.bottom)); in invalid()
86 invalidRect (CRect (frameRect.left, currentRect.top-3, frameRect.right, currentRect.top+3)); in invalid()
89 invalidRect (CRect (currentRect.right-3, frameRect.top, currentRect.right+3, frameRect.bottom)); in invalid()
90 invalidRect (CRect (frameRect.left, currentRect.bottom-3, frameRect.right, currentRect.bottom+3)); in invalid()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/editing/
H A Duicrosslines.cpp86 CRect frameRect = getViewSize (); in invalid() local
87 invalidRect (CRect (currentRect.left-3, frameRect.top, currentRect.left+3, frameRect.bottom)); in invalid()
88 invalidRect (CRect (frameRect.left, currentRect.top-3, frameRect.right, currentRect.top+3)); in invalid()
91 invalidRect (CRect (currentRect.right-3, frameRect.top, currentRect.right+3, frameRect.bottom)); in invalid()
92 invalidRect (CRect (frameRect.left, currentRect.bottom-3, frameRect.right, currentRect.bottom+3)); in invalid()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/ComponentModel/Design/
H A DHighlightOverlayGlyph.cs44 Rectangle frameRect = Bounds; in OnPaint()
45 Rectangle shadowRect = frameRect; in OnPaint()
50 …eBrush = new LinearGradientBrush(new Point(frameRect.Left, frameRect.Top), new Point(frameRect.Lef… in OnPaint()
53 graphics.FillPath(frameBrush, RoundedRect(frameRect)); in OnPaint()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusmetafile.h124 Metafile(HDC referenceHdc, const RectF& frameRect,
131 referenceHdc, type, &frameRect, frameUnit, in Image()
135 Metafile(HDC referenceHdc, const Rect& frameRect,
142 referenceHdc, type, &frameRect, frameUnit, in Image()
158 const RectF& frameRect,
165 filename, referenceHdc, type, &frameRect, in Image()
170 const Rect& frameRect,
177 filename, referenceHdc, type, &frameRect, in Image()
199 stream, referenceHdc, type, &frameRect, in Image()
203 Metafile(IStream *stream, HDC referenceHdc, const Rect& frameRect,
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusmetafile.h119 Metafile(HDC referenceHdc, const RectF& frameRect,
126 referenceHdc, type, &frameRect, frameUnit, in Image()
130 Metafile(HDC referenceHdc, const Rect& frameRect,
137 referenceHdc, type, &frameRect, frameUnit, in Image()
153 const RectF& frameRect,
160 filename, referenceHdc, type, &frameRect, in Image()
165 const Rect& frameRect,
172 filename, referenceHdc, type, &frameRect, in Image()
194 stream, referenceHdc, type, &frameRect, in Image()
198 Metafile(IStream *stream, HDC referenceHdc, const Rect& frameRect,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusmetafile.h119 Metafile(HDC referenceHdc, const RectF& frameRect,
126 referenceHdc, type, &frameRect, frameUnit, in Image()
130 Metafile(HDC referenceHdc, const Rect& frameRect,
137 referenceHdc, type, &frameRect, frameUnit, in Image()
153 const RectF& frameRect,
160 filename, referenceHdc, type, &frameRect, in Image()
165 const Rect& frameRect,
172 filename, referenceHdc, type, &frameRect, in Image()
194 stream, referenceHdc, type, &frameRect, in Image()
198 Metafile(IStream *stream, HDC referenceHdc, const Rect& frameRect,
[all …]

12345678910>>...59