Home
last modified time | relevance | path

Searched refs:nTopRect (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Dprimary.h88 INT32 nTopRect; member
98 INT32 nTopRect; member
111 INT32 nTopRect; member
123 INT32 nTopRect; member
152 INT32 nTopRect; member
165 INT32 nTopRect; member
181 INT32 nTopRect; member
196 INT32 nTopRect; member
258 INT32 nTopRect; member
274 INT32 nTopRect; member
[all …]
/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
114 r.rdParm[2]=nTopRect; in Ellipse()
121 BOOL Arc(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect, in Arc() argument
134 r.rdParm[6]=nTopRect; in Arc()
141 BOOL Pie(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect, in Pie() argument
154 r.rdParm[6]=nTopRect; in Pie()
161 BOOL Chord(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect, in Chord() argument
174 r.rdParm[6]=nTopRect; in Chord()
273 BOOL Rectangle(HDC hdc,INT nLeftRect,INT nTopRect,INT nRightRect,INT nBottomRect) in Rectangle() argument
281 r.rdParm[2]=nTopRect; in Rectangle()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/rdp/
H A Dgdi.c102 int y = dstblt->nTopRect; in guac_rdp_gdi_dstblt()
162 int y = patblt->nTopRect; in guac_rdp_gdi_patblt()
219 int y = scrblt->nTopRect; in guac_rdp_gdi_scrblt()
243 int y = memblt->nTopRect; in guac_rdp_gdi_memblt()
340 int y = opaque_rect->nTopRect; in guac_rdp_gdi_opaquerect()
/dports/net/freerdp/freerdp-2.5.0/client/Windows/
H A Dwf_gdi.c470 if (!BitBlt(wfc->drawing->hdc, dstblt->nLeftRect, dstblt->nTopRect, dstblt->nWidth, in wf_gdi_dstblt()
474 wf_invalidate_region(wfc, dstblt->nLeftRect, dstblt->nTopRect, dstblt->nWidth, dstblt->nHeight); in wf_gdi_dstblt()
504 rc = PatBlt(wfc->drawing->hdc, patblt->nLeftRect, patblt->nTopRect, patblt->nWidth, in wf_gdi_patblt()
513 wf_invalidate_region(wfc, patblt->nLeftRect, patblt->nTopRect, patblt->nWidth, in wf_gdi_patblt()
526 if (!BitBlt(wfc->drawing->hdc, scrblt->nLeftRect, scrblt->nTopRect, scrblt->nWidth, in wf_gdi_scrblt()
549 rect.top = opaque_rect->nTopRect; in wf_gdi_opaque_rect()
551 rect.bottom = opaque_rect->nTopRect + opaque_rect->nHeight; in wf_gdi_opaque_rect()
696 if (!BitBlt(wfc->drawing->hdc, memblt->nLeftRect, memblt->nTopRect, memblt->nWidth, in wf_gdi_memblt()
702 wf_invalidate_region(wfc, memblt->nLeftRect, memblt->nTopRect, memblt->nWidth, in wf_gdi_memblt()
755 if (!BitBlt(hdc, mem3blt->nLeftRect, mem3blt->nTopRect, mem3blt->nWidth, mem3blt->nHeight, in wf_gdi_mem3blt()
[all …]
/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/client/X11/
H A Dxf_gdi.c305 XFillRectangle(xfc->display, xfc->drawing, xfc->gc, dstblt->nLeftRect, dstblt->nTopRect, in xf_gdi_dstblt()
310 ret = gdi_InvalidateRegion(xfc->hdc, dstblt->nLeftRect, dstblt->nTopRect, dstblt->nWidth, in xf_gdi_dstblt()
344 XFillRectangle(xfc->display, xfc->drawing, xfc->gc, patblt->nLeftRect, patblt->nTopRect, in xf_gdi_patblt()
376 patblt->nTopRect, patblt->nWidth, patblt->nHeight); in xf_gdi_patblt()
389 patblt->nTopRect, patblt->nWidth, patblt->nHeight); in xf_gdi_patblt()
426 scrblt->nWidth, scrblt->nHeight, scrblt->nLeftRect, scrblt->nTopRect); in xf_gdi_scrblt()
453 opaque_rect->nTopRect, opaque_rect->nWidth, opaque_rect->nHeight); in xf_gdi_opaque_rect()
456 ret = gdi_InvalidateRegion(xfc->hdc, opaque_rect->nLeftRect, opaque_rect->nTopRect, in xf_gdi_opaque_rect()
630 memblt->nWidth, memblt->nHeight, memblt->nLeftRect, memblt->nTopRect); in xf_gdi_memblt()
633 ret = gdi_InvalidateRegion(xfc->hdc, memblt->nLeftRect, memblt->nTopRect, in xf_gdi_memblt()
[all …]
/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
81 h = nBottomRect - nTopRect + 1ll; in gdi_CreateRectRgn()
87 nTopRect, nLeftRect, nBottomRect, nRightRect); in gdi_CreateRectRgn()
97 hRgn->y = nTopRect; 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()
H A Dgdi.c563 return gdi_BitBlt(gdi->drawing->hdc, dstblt->nLeftRect, dstblt->nTopRect, dstblt->nWidth, in gdi_dstblt()
659 ret = gdi_BitBlt(gdi->drawing->hdc, patblt->nLeftRect, patblt->nTopRect, patblt->nWidth, in gdi_patblt()
679 return gdi_BitBlt(gdi->drawing->hdc, scrblt->nLeftRect, scrblt->nTopRect, scrblt->nWidth, in gdi_scrblt()
692 INT32 y = opaque_rect->nTopRect; in gdi_opaque_rect()
823 return gdi_BitBlt(gdi->drawing->hdc, memblt->nLeftRect, memblt->nTopRect, memblt->nWidth, in gdi_memblt()
859 ret = gdi_BitBlt(gdi->drawing->hdc, mem3blt->nLeftRect, mem3blt->nTopRect, in gdi_mem3blt()
928 ret = gdi_BitBlt(gdi->drawing->hdc, mem3blt->nLeftRect, mem3blt->nTopRect, in gdi_mem3blt()
/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,
53 FREERDP_API BOOL gdi_SetRectRgn(HGDI_RGN hRgn, INT32 nLeftRect, INT32 nTopRect,
H A Dshape.h31 FREERDP_API BOOL gdi_Ellipse(HGDI_DC hdc, int nLeftRect, int nTopRect, int nRightRect,
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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
205 uintptr(nTopRect),
328 func Rectangle(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int) bool { argument
332 uintptr(nTopRect),
/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/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dorders.c1176 read_order_field_coord(orderInfo, s, 2, &dstblt->nTopRect, FALSE) && in update_read_dstblt_order()
1196 update_write_coord(s, dstblt->nTopRect); in update_write_dstblt_order()
1208 read_order_field_coord(orderInfo, s, 2, &patblt->nTopRect, FALSE) && in update_read_patblt_order()
1231 update_write_coord(s, patblt->nTopRect); in update_write_patblt_order()
1253 read_order_field_coord(orderInfo, s, 2, &scrblt->nTopRect, FALSE) && in update_read_scrblt_order()
1275 update_write_coord(s, scrblt->nTopRect); in update_write_scrblt_order()
1346 update_write_coord(s, opaque_rect->nTopRect); in update_write_opaque_rect_order()
1623 !read_order_field_coord(orderInfo, s, 3, &memblt->nTopRect, FALSE) || in update_read_memblt_order()
1653 update_write_coord(s, memblt->nTopRect); in update_write_memblt_order()
1673 !read_order_field_coord(orderInfo, s, 3, &mem3blt->nTopRect, FALSE) || in update_read_mem3blt_order()
[all …]

12345678