Home
last modified time | relevance | path

Searched refs:DSTBLT_ORDER (Results 1 – 13 of 13) sorted by relevance

/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/rdp/
H A Dgdi.h63 BOOL guac_rdp_gdi_dstblt(rdpContext* context, const DSTBLT_ORDER* dstblt);
H A Dgdi.c96 BOOL guac_rdp_gdi_dstblt(rdpContext* context, const DSTBLT_ORDER* dstblt) { in guac_rdp_gdi_dstblt()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dorders.h202 const DSTBLT_ORDER* dstblt);
204 const DSTBLT_ORDER* dstblt);
H A Dmessage.c282 static BOOL update_message_DstBlt(rdpContext* context, const DSTBLT_ORDER* dstBlt) in update_message_DstBlt()
284 DSTBLT_ORDER* wParam; in update_message_DstBlt()
289 wParam = (DSTBLT_ORDER*)malloc(sizeof(DSTBLT_ORDER)); in update_message_DstBlt()
294 CopyMemory(wParam, dstBlt, sizeof(DSTBLT_ORDER)); in update_message_DstBlt()
1796 return IFCALLRESULT(TRUE, proxy->DstBlt, msg->context, (DSTBLT_ORDER*)msg->wParam); in update_message_process_primary_update_class()
H A Dorders.c1173 static BOOL update_read_dstblt_order(wStream* s, const ORDER_INFO* orderInfo, DSTBLT_ORDER* dstblt) in update_read_dstblt_order()
1183 int update_approximate_dstblt_order(ORDER_INFO* orderInfo, const DSTBLT_ORDER* dstblt) in update_approximate_dstblt_order()
1187 BOOL update_write_dstblt_order(wStream* s, ORDER_INFO* orderInfo, const DSTBLT_ORDER* dstblt) in update_write_dstblt_order()
H A Dupdate.c862 ZeroMemory(&primary->dstblt, sizeof(DSTBLT_ORDER)); in update_reset_state()
1384 static BOOL update_send_dstblt(rdpContext* context, const DSTBLT_ORDER* dstblt) in update_send_dstblt()
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Dprimary.h93 typedef struct _DSTBLT_ORDER DSTBLT_ORDER; typedef
441 typedef BOOL (*pDstBlt)(rdpContext* context, const DSTBLT_ORDER* dstblt);
502 DSTBLT_ORDER dstblt;
/dports/net/freerdp/freerdp-2.5.0/server/proxy/
H A Dpf_gdi.c46 static BOOL pf_gdi_dstblt(rdpContext* context, const DSTBLT_ORDER* dstblt) in pf_gdi_dstblt()
/dports/net/freerdp/freerdp-2.5.0/client/Windows/
H A Dwf_gdi.c463 static BOOL wf_gdi_dstblt(rdpContext* context, const DSTBLT_ORDER* dstblt) in wf_gdi_dstblt()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dgdi.c555 static BOOL gdi_dstblt(rdpContext* context, const DSTBLT_ORDER* dstblt) in gdi_dstblt()
/dports/net/freerdp/freerdp-2.5.0/client/X11/
H A Dxf_gdi.c295 static BOOL xf_gdi_dstblt(rdpContext* context, const DSTBLT_ORDER* dstblt) in xf_gdi_dstblt()
/dports/net/xrdp-devel/xrdp-0.9.16/neutrinordp/
H A Dxrdp-neutrinordp.c765 lfreerdp_dst_blt(rdpContext *context, DSTBLT_ORDER *dstblt) in lfreerdp_dst_blt()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/neutrinordp/
H A Dxrdp-neutrinordp.c968 lfreerdp_dst_blt(rdpContext *context, DSTBLT_ORDER *dstblt) in lfreerdp_dst_blt()