Home
last modified time | relevance | path

Searched refs:nRightRect (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/math/ngraph/Ngraph-6.3.54-src/x11drive/
H A Dwmfapi.h162 BOOL Ellipse(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect);
163 BOOL Arc(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect,
165 BOOL Pie(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect,
167 BOOL Chord(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect,
176 BOOL Rectangle(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect);
H A Dwmfapi.c106 BOOL Ellipse(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect) in Ellipse() argument
113 r.rdParm[1]=nRightRect; in Ellipse()
121 BOOL Arc(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect, in Arc() argument
133 r.rdParm[5]=nRightRect; in Arc()
141 BOOL Pie(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect, in Pie() argument
153 r.rdParm[5]=nRightRect; in Pie()
161 BOOL Chord(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect, in Chord() argument
173 r.rdParm[5]=nRightRect; in Chord()
273 BOOL Rectangle(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect) in Rectangle() argument
280 r.rdParm[1]=nRightRect; in Rectangle()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DGDI32.java109 HRGN CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect, in CreateRectRgn() argument
131 HRGN CreateRoundRectRgn(int nLeftRect, int nTopRect, int nRightRect, in CreateRoundRectRgn() argument
173 boolean SetRectRgn(HRGN hrgn, int nLeftRect, int nTopRect, int nRightRect, in SetRectRgn() argument
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/gdi/
H A Dregion.h33 FREERDP_API HGDI_RGN gdi_CreateRectRgn(INT32 nLeftRect, INT32 nTopRect, INT32 nRightRect,
54 INT32 nRightRect, INT32 nBottomRect);
H A Dshape.h31 FREERDP_API BOOL gdi_Ellipse(HGDI_DC hdc, int nLeftRect, int nTopRect, int nRightRect,
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dregion.c75 HGDI_RGN gdi_CreateRectRgn(INT32 nLeftRect, INT32 nTopRect, INT32 nRightRect, INT32 nBottomRect) in gdi_CreateRectRgn() argument
80 w = nRightRect - nLeftRect + 1ll; in gdi_CreateRectRgn()
87 nTopRect, nLeftRect, nBottomRect, nRightRect); in gdi_CreateRectRgn()
514 INLINE BOOL gdi_SetRectRgn(HGDI_RGN hRgn, INT32 nLeftRect, INT32 nTopRect, INT32 nRightRect, in gdi_SetRectRgn() argument
517 if (!gdi_CRectToRgn(nLeftRect, nTopRect, nRightRect, nBottomRect, hRgn)) in gdi_SetRectRgn()
H A Dshape.c110 BOOL gdi_Ellipse(HGDI_DC hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect) in gdi_Ellipse() argument
112 Ellipse_Bresenham(hdc, nLeftRect, nTopRect, nRightRect, nBottomRect); in gdi_Ellipse()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go201 func Ellipse(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
206 uintptr(nRightRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
333 uintptr(nRightRect),
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/gdi32-sys/src/
H A Dlib.rs24 hdc: HDC, nLeftRect: c_int, nTopRect: c_int, nRightRect: c_int, nBottomRect: c_int, in Arc()
28 hdc: HDC, nLeftRect: c_int, nTopRect: c_int, nRightRect: c_int, nBottomRect: c_int, in ArcTo()
42 hdc: HDC, nLeftRect: c_int, nTopRect: c_int, nRightRect: c_int, nBottomRect: c_int, in Chord()
89 nLeftRect: c_int, nTopRect: c_int, nRightRect: c_int, nBottomRect: c_int, in CreateEllipticRgn()
133 nLeftRect: c_int, nTopRect: c_int, nRightRect: c_int, nBottomRect: c_int, in CreateRectRgn()
552 …hdc: HDC, nLeftRect: c_int, nTopRect: c_int, nRightRect: c_int, nBottomRect: c_int, nXRadial1: c_i… in Pie()
594 hdc: HDC, nLeftRect: c_int, nTopRect: c_int, nRightRect: c_int, nBottomRect: c_int, in RoundRect()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dgp.c102 int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, in gp_Arc() argument
119 nLeftRect, nTopRect, nRightRect, nBottomRect, in gp_Arc()
128 int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, in gp_Chord() argument
154 nLeftRect, nTopRect, nRightRect, nBottomRect, in gp_Chord()
163 int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, in gp_Pie() argument
173 cx = ( nLeftRect + nRightRect ) / 2; in gp_Pie()
187 nLeftRect, nTopRect, nRightRect, nBottomRect, in gp_Pie()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc398 function CreateRectRgn(nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): HRGN; external 'GDI…
407 function CreateEllipticRgn(nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): HRGN; external …
416 function CreateRoundRectRgn(nLeftRect, nTopRect, nRightRect, nBottomRect, nWidthEllipse, nHeightEll…
418 procedure SetRectRgn(hrgn: HRGN; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt); external …
483 function IntersectClipRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): Small…
485 function ExcludeClipRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): SmallIn…
504 function Rectangle(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): BOOL; externa…
505 function RoundRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect, nEllipseWidth, nEllipseH…
507 function Ellipse(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): BOOL; external …
508 function Arc(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect, nXStartArc, nYStartArc, nXEndA…
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc398 function CreateRectRgn(nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): HRGN; external 'GDI…
407 function CreateEllipticRgn(nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): HRGN; external …
416 function CreateRoundRectRgn(nLeftRect, nTopRect, nRightRect, nBottomRect, nWidthEllipse, nHeightEll…
418 procedure SetRectRgn(hrgn: HRGN; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt); external …
483 function IntersectClipRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): Small…
485 function ExcludeClipRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): SmallIn…
504 function Rectangle(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): BOOL; externa…
505 function RoundRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect, nEllipseWidth, nEllipseH…
507 function Ellipse(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): BOOL; external …
508 function Arc(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect, nXStartArc, nYStartArc, nXEndA…
[all …]
/dports/lang/fpc-source/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc398 function CreateRectRgn(nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): HRGN; external 'GDI…
407 function CreateEllipticRgn(nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): HRGN; external …
416 function CreateRoundRectRgn(nLeftRect, nTopRect, nRightRect, nBottomRect, nWidthEllipse, nHeightEll…
418 procedure SetRectRgn(hrgn: HRGN; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt); external …
483 function IntersectClipRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): Small…
485 function ExcludeClipRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): SmallIn…
504 function Rectangle(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): BOOL; externa…
505 function RoundRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect, nEllipseWidth, nEllipseH…
507 function Ellipse(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): BOOL; external …
508 function Arc(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect, nXStartArc, nYStartArc, nXEndA…
[all …]
/dports/lang/fpc/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc398 function CreateRectRgn(nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): HRGN; external 'GDI…
407 function CreateEllipticRgn(nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): HRGN; external …
416 function CreateRoundRectRgn(nLeftRect, nTopRect, nRightRect, nBottomRect, nWidthEllipse, nHeightEll…
418 procedure SetRectRgn(hrgn: HRGN; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt); external …
483 function IntersectClipRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): Small…
485 function ExcludeClipRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): SmallIn…
504 function Rectangle(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): BOOL; externa…
505 function RoundRect(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect, nEllipseWidth, nEllipseH…
507 function Ellipse(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect: SmallInt): BOOL; external …
508 function Arc(hdc: HDC; nLeftRect, nTopRect, nRightRect, nBottomRect, nXStartArc, nYStartArc, nXEndA…
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java2410 public static final native boolean Arc (long hdc, int nLeftRect, int nTopRect, int nRightRect, int … in Arc() argument
2692 public static final native boolean Ellipse (long hdc, int nLeftRect, int nTopRect, int nRightRect, … in Ellipse() argument
2743 …native int ExcludeClipRect (long hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect… in ExcludeClipRect() argument
3273 …tive int IntersectClipRect (long hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect… in IntersectClipRect() argument
3873 public static final native boolean Pie (long hdc, int nLeftRect, int nTopRect, int nRightRect, int … in Pie() argument
3914 public static final native boolean Rectangle (long hdc, int nLeftRect, int nTopRect, int nRightRect in Rectangle() argument
4012 public static final native boolean RoundRect (long hdc, int nLeftRect, int nTopRect, int nRightRect in RoundRect() argument
4425 …native boolean SetRectRgn (long hrgn, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect… in SetRectRgn() argument

12345678