/dports/lang/mono-basic/mono-basic-4.7/vbnc/rt/source/ |
H A D | EnhancedProgressBar.vb | 134 RR.AddRectangle(BaseRect) 139 … If Radius >= (Math.Min(BaseRect.Width, BaseRect.Height) / 2.0) Then Return GetCapsule(BaseRect) 149 .AddLine(BaseRect.Location, BaseRect.Location) 156 … .AddLine(New PointF(BaseRect.Right, BaseRect.Top), New PointF(BaseRect.Right, BaseRect.Top)) 163 … .AddLine(New PointF(BaseRect.Right, BaseRect.Bottom), New PointF(BaseRect.Right, BaseRect.Bottom)) 167 ArcRect.X = BaseRect.Left 170 … .AddLine(New PointF(BaseRect.Left, BaseRect.Bottom), New PointF(BaseRect.Left, BaseRect.Bottom)) 185 If BaseRect.Width > BaseRect.Height AndAlso BaseRect.Height > 0 Then 193 ElseIf BaseRect.Height > BaseRect.Width AndAlso BaseRect.Width > 0 Then 203 .AddEllipse(BaseRect) [all …]
|
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/ |
H A D | misc_win32.cpp | 209 RECT BaseRect = {0, 0, 0, 0}; in WndInMid() local 219 GetWindowRect(hBase, &BaseRect); in WndInMid() 222 BaseRect.left += GetSystemMetrics(SM_CXSIZEFRAME); in WndInMid() 223 BaseRect.right -= GetSystemMetrics(SM_CXSIZEFRAME); in WndInMid() 224 BaseRect.top += GetSystemMetrics(SM_CYSIZEFRAME); in WndInMid() 226 BaseRect.top += GetSystemMetrics(SM_CYCAPTION) + nMenuHeight; in WndInMid() 228 BaseRect.bottom -= GetSystemMetrics(SM_CYSIZEFRAME); in WndInMid() 231 SystemParametersInfo(SPI_GETWORKAREA, 0, &BaseRect, 0); in WndInMid() 234 bx = BaseRect.left + BaseRect.right; in WndInMid() 236 by = BaseRect.top + BaseRect.bottom; in WndInMid()
|
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/ |
H A D | misc_win32.cpp | 209 RECT BaseRect = {0, 0, 0, 0}; in WndInMid() local 219 GetWindowRect(hBase, &BaseRect); in WndInMid() 222 BaseRect.left += GetSystemMetrics(SM_CXSIZEFRAME); in WndInMid() 223 BaseRect.right -= GetSystemMetrics(SM_CXSIZEFRAME); in WndInMid() 224 BaseRect.top += GetSystemMetrics(SM_CYSIZEFRAME); in WndInMid() 226 BaseRect.top += GetSystemMetrics(SM_CYCAPTION) + nMenuHeight; in WndInMid() 228 BaseRect.bottom -= GetSystemMetrics(SM_CYSIZEFRAME); in WndInMid() 231 SystemParametersInfo(SPI_GETWORKAREA, 0, &BaseRect, 0); in WndInMid() 234 bx = BaseRect.left + BaseRect.right; in WndInMid() 236 by = BaseRect.top + BaseRect.bottom; in WndInMid()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/ |
H A D | gfxRect.h | 61 public mozilla::gfx::BaseRect<gfxFloat, gfxRect, gfxPoint, gfxSize, gfxMargin> { 62 typedef mozilla::gfx::BaseRect<gfxFloat, gfxRect, gfxPoint, gfxSize, gfxMargin> Super;
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/ |
H A D | Rect.h | 84 …public BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, IntSizeTyped<units>, IntMargin… 89 …typedef BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, IntSizeTyped<units>, IntMargi… 230 …public BaseRect<F, RectTyped<units, F>, PointTyped<units, F>, SizeTyped<units, F>, MarginTyped<uni… 235 …typedef BaseRect<F, RectTyped<units, F>, PointTyped<units, F>, SizeTyped<units, F>, MarginTyped<un…
|
H A D | BaseRect.h | 45 struct BaseRect { struct 49 BaseRect() : x(0), y(0), width(0), height(0) {} in BaseRect() function 50 BaseRect(const Point& aOrigin, const SizeT &aSize) : in BaseRect() argument 54 BaseRect(T aX, T aY, T aWidth, T aHeight) : in BaseRect() argument 571 const BaseRect<T, Sub, Point, SizeT, MarginT>& aRect) { argument
|
H A D | moz.build | 18 'BaseRect.h',
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/ |
H A D | Rect.h | 85 : public BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, 91 typedef BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, 234 struct RectTyped : public BaseRect<F, RectTyped<units, F>, PointTyped<units, F>, 240 typedef BaseRect<F, RectTyped<units, F>, PointTyped<units, F>,
|
H A D | BaseRect.h | 46 struct BaseRect { struct 50 BaseRect() : x(0), y(0), width(0), height(0) {} in BaseRect() argument 51 BaseRect(const Point& aOrigin, const SizeT& aSize) in BaseRect() function 53 BaseRect(T aX, T aY, T aWidth, T aHeight) in BaseRect() function 642 const BaseRect<T, Sub, Point, SizeT, MarginT>& aRect) { argument
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/ |
H A D | BaseRect.h | 46 struct BaseRect { struct 50 BaseRect() : x(0), y(0), width(0), height(0) {} in BaseRect() argument 51 BaseRect(const Point& aOrigin, const SizeT& aSize) in BaseRect() argument 53 BaseRect(T aX, T aY, T aWidth, T aHeight) in BaseRect() function 655 const BaseRect<T, Sub, Point, SizeT, MarginT>& aRect) { argument
|
H A D | Rect.h | 92 : public BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, 98 typedef BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, 241 struct RectTyped : public BaseRect<F, RectTyped<units, F>, PointTyped<units, F>, 247 typedef BaseRect<F, RectTyped<units, F>, PointTyped<units, F>,
|
H A D | moz.build | 18 'BaseRect.h',
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/ |
H A D | BaseRect.h | 46 struct BaseRect { struct 50 BaseRect() : x(0), y(0), width(0), height(0) {} in BaseRect() argument 51 BaseRect(const Point& aOrigin, const SizeT& aSize) in BaseRect() argument 53 BaseRect(T aX, T aY, T aWidth, T aHeight) in BaseRect() argument 682 const BaseRect<T, Sub, Point, SizeT, MarginT>& aRect) { argument
|
H A D | Rect.h | 96 : public BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, 102 typedef BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, 245 struct RectTyped : public BaseRect<F, RectTyped<units, F>, PointTyped<units, F>, 251 typedef BaseRect<F, RectTyped<units, F>, PointTyped<units, F>,
|
/dports/www/firefox/firefox-99.0/gfx/2d/ |
H A D | BaseRect.h | 46 struct BaseRect { struct 50 BaseRect() : x(0), y(0), width(0), height(0) {} in BaseRect() argument 51 BaseRect(const Point& aOrigin, const SizeT& aSize) in BaseRect() argument 53 BaseRect(T aX, T aY, T aWidth, T aHeight) in BaseRect() argument 679 const BaseRect<T, Sub, Point, SizeT, MarginT>& aRect) { argument
|
H A D | Rect.h | 96 : public BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, 102 typedef BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, 245 struct RectTyped : public BaseRect<F, RectTyped<units, F>, PointTyped<units, F>, 251 typedef BaseRect<F, RectTyped<units, F>, PointTyped<units, F>,
|
H A D | moz.build | 18 "BaseRect.h",
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/ |
H A D | BaseRect.h | 46 struct BaseRect { struct 50 BaseRect() : x(0), y(0), width(0), height(0) {} in BaseRect() argument 51 BaseRect(const Point& aOrigin, const SizeT& aSize) in BaseRect() argument 53 BaseRect(T aX, T aY, T aWidth, T aHeight) in BaseRect() function 682 const BaseRect<T, Sub, Point, SizeT, MarginT>& aRect) { argument
|
H A D | Rect.h | 96 : public BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, 102 typedef BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, 245 struct RectTyped : public BaseRect<F, RectTyped<units, F>, PointTyped<units, F>, 251 typedef BaseRect<F, RectTyped<units, F>, PointTyped<units, F>,
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/ |
H A D | nsRect.h | 24 struct nsRect : public mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, 26 typedef mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, nsMargin>
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/ |
H A D | nsRect.h | 25 public mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, nsMargin> { 26 typedef mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, nsMargin> Super;
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/ |
H A D | nsRect.h | 32 struct nsRect : public mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, 34 typedef mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, nsMargin>
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/ |
H A D | nsRect.h | 34 struct nsRect : public mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, 36 typedef mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, nsMargin>
|
/dports/www/firefox/firefox-99.0/gfx/src/ |
H A D | nsRect.h | 32 struct nsRect : public mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, 34 typedef mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, nsMargin>
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/ |
H A D | nsRect.h | 32 struct nsRect : public mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, 34 typedef mozilla::gfx::BaseRect<nscoord, nsRect, nsPoint, nsSize, nsMargin>
|