Home
last modified time | relevance | path

Searched refs:rdpShadowSurface (Results 1 – 11 of 11) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/server/shadow/
H A Dshadow_surface.c27 rdpShadowSurface* shadow_surface_new(rdpShadowServer* server, int x, int y, int width, int height) in shadow_surface_new()
29 rdpShadowSurface* surface; in shadow_surface_new()
30 surface = (rdpShadowSurface*)calloc(1, sizeof(rdpShadowSurface)); in shadow_surface_new()
61 void shadow_surface_free(rdpShadowSurface* surface) in shadow_surface_free()
72 BOOL shadow_surface_resize(rdpShadowSurface* surface, int x, int y, int width, int height) in shadow_surface_resize()
H A Dshadow_surface.h32 rdpShadowSurface* shadow_surface_new(rdpShadowServer* server, int x, int y, int width,
34 void shadow_surface_free(rdpShadowSurface* surface);
35 BOOL shadow_surface_resize(rdpShadowSurface* surface, int x, int y, int width, int height);
H A Dshadow_screen.h37 rdpShadowSurface* primary;
38 rdpShadowSurface* lobby;
H A Dshadow_lobby.c36 rdpShadowSurface* lobby = server->lobby; in shadow_client_init_lobby()
H A Dshadow_client.c1305 rdpShadowSurface* surface; in shadow_client_send_surface_update()
1498 rdpShadowSurface* surface; in shadow_client_no_surface_update()
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/server/
H A Dshadow.h48 typedef struct rdp_shadow_surface rdpShadowSurface; typedef
126 rdpShadowSurface* surface;
127 rdpShadowSurface* lobby;
/dports/net/freerdp/freerdp-2.5.0/server/shadow/Mac/
H A Dmac_shadow.c282 rdpShadowSurface* surface = subsystem->common.server->surface; in mac_shadow_capture_get_dirty_region()
379 rdpShadowSurface* surface = server->surface;
498 rdpShadowSurface* surface = server->surface; in mac_shadow_subsystem_process_message()
/dports/net/freerdp/freerdp-2.5.0/server/shadow/X11/
H A Dx11_shadow.c268 rdpShadowSurface* surface; in x11_shadow_input_mouse_event()
335 rdpShadowSurface* surface; in x11_shadow_input_extended_mouse_event()
473 rdpShadowSurface* surface; in x11_shadow_query_cursor()
607 rdpShadowSurface* surface; in x11_shadow_blend_cursor()
746 rdpShadowSurface* surface; in x11_shadow_screen_grab()
/dports/net/freerdp/freerdp-2.5.0/server/shadow/Win/
H A Dwin_shadow.c227 rdpShadowSurface* surface; in win_shadow_invalidate_region()
252 rdpShadowSurface* surface; in win_shadow_surface_copy()
H A Dwin_rdp.c62 rdpShadowSurface* surface = subsystem->base.server->surface; in shw_end_paint()
H A Dwin_dxgi.c703 rdpShadowSurface* surface = subsystem->server->surface; in win_shadow_dxgi_get_invalid_region()