FreeRDP
pf_gdi.c File Reference
#include <winpr/assert.h>
#include <freerdp/gdi/gdi.h>
#include <freerdp/codec/rfx.h>
#include <freerdp/codec/nsc.h>
#include <freerdp/constants.h>
#include <freerdp/codec/color.h>
#include <freerdp/codec/bitmap.h>
#include <freerdp/freerdp.h>
#include <freerdp/server/proxy/proxy_log.h>
#include "pf_gdi.h"

Macros

#define TAG   PROXY_TAG("gdi")
 

Functions

static BOOL pf_gdi_set_bounds (rdpContext *context, const rdpBounds *bounds)
 
static BOOL pf_gdi_dstblt (rdpContext *context, const DSTBLT_ORDER *dstblt)
 
static BOOL pf_gdi_patblt (rdpContext *context, PATBLT_ORDER *patblt)
 
static BOOL pf_gdi_scrblt (rdpContext *context, const SCRBLT_ORDER *scrblt)
 
static BOOL pf_gdi_opaque_rect (rdpContext *context, const OPAQUE_RECT_ORDER *opaque_rect)
 
static BOOL pf_gdi_multi_opaque_rect (rdpContext *context, const MULTI_OPAQUE_RECT_ORDER *multi_opaque_rect)
 
static BOOL pf_gdi_line_to (rdpContext *context, const LINE_TO_ORDER *line_to)
 
static BOOL pf_gdi_polyline (rdpContext *context, const POLYLINE_ORDER *polyline)
 
static BOOL pf_gdi_memblt (rdpContext *context, MEMBLT_ORDER *memblt)
 
static BOOL pf_gdi_mem3blt (rdpContext *context, MEM3BLT_ORDER *mem3blt)
 
static BOOL pf_gdi_polygon_sc (rdpContext *context, const POLYGON_SC_ORDER *polygon_sc)
 
static BOOL pf_gdi_polygon_cb (rdpContext *context, POLYGON_CB_ORDER *polygon_cb)
 
static BOOL pf_gdi_surface_frame_marker (rdpContext *context, const SURFACE_FRAME_MARKER *surface_frame_marker)
 
static BOOL pf_gdi_surface_bits (rdpContext *context, const SURFACE_BITS_COMMAND *cmd)
 
void pf_gdi_register_update_callbacks (rdpUpdate *update)
 

Macro Definition Documentation

◆ TAG

#define TAG   PROXY_TAG("gdi")

FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Proxy Server

Copyright 2019 Mati Shabtay matis.nosp@m.habt.nosp@m.ay@gm.nosp@m.ail..nosp@m.com Copyright 2019 Kobi Mizrachi kmizr.nosp@m.achi.nosp@m.18@gm.nosp@m.ail..nosp@m.com Copyright 2019 Idan Freiberg speid.nosp@m.y@gm.nosp@m.ail.c.nosp@m.om Copyright 2021 Armin Novak anova.nosp@m.k@th.nosp@m.incas.nosp@m.t.co.nosp@m.m Copyright 2021 Thincast Technologies GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Function Documentation

◆ pf_gdi_dstblt()

static BOOL pf_gdi_dstblt ( rdpContext *  context,
const DSTBLT_ORDER *  dstblt 
)
static
Here is the caller graph for this function:

◆ pf_gdi_line_to()

static BOOL pf_gdi_line_to ( rdpContext *  context,
const LINE_TO_ORDER *  line_to 
)
static
Here is the caller graph for this function:

◆ pf_gdi_mem3blt()

static BOOL pf_gdi_mem3blt ( rdpContext *  context,
MEM3BLT_ORDER *  mem3blt 
)
static
Here is the caller graph for this function:

◆ pf_gdi_memblt()

static BOOL pf_gdi_memblt ( rdpContext *  context,
MEMBLT_ORDER *  memblt 
)
static
Here is the caller graph for this function:

◆ pf_gdi_multi_opaque_rect()

static BOOL pf_gdi_multi_opaque_rect ( rdpContext *  context,
const MULTI_OPAQUE_RECT_ORDER *  multi_opaque_rect 
)
static
Here is the caller graph for this function:

◆ pf_gdi_opaque_rect()

static BOOL pf_gdi_opaque_rect ( rdpContext *  context,
const OPAQUE_RECT_ORDER *  opaque_rect 
)
static
Here is the caller graph for this function:

◆ pf_gdi_patblt()

static BOOL pf_gdi_patblt ( rdpContext *  context,
PATBLT_ORDER *  patblt 
)
static
Here is the caller graph for this function:

◆ pf_gdi_polygon_cb()

static BOOL pf_gdi_polygon_cb ( rdpContext *  context,
POLYGON_CB_ORDER *  polygon_cb 
)
static
Here is the caller graph for this function:

◆ pf_gdi_polygon_sc()

static BOOL pf_gdi_polygon_sc ( rdpContext *  context,
const POLYGON_SC_ORDER *  polygon_sc 
)
static
Here is the caller graph for this function:

◆ pf_gdi_polyline()

static BOOL pf_gdi_polyline ( rdpContext *  context,
const POLYLINE_ORDER *  polyline 
)
static
Here is the caller graph for this function:

◆ pf_gdi_register_update_callbacks()

void pf_gdi_register_update_callbacks ( rdpUpdate *  update)

FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Proxy Server

Copyright 2019 Mati Shabtay matis.nosp@m.habt.nosp@m.ay@gm.nosp@m.ail..nosp@m.com Copyright 2019 Kobi Mizrachi kmizr.nosp@m.achi.nosp@m.18@gm.nosp@m.ail..nosp@m.com Copyright 2019 Idan Freiberg speid.nosp@m.y@gm.nosp@m.ail.c.nosp@m.om

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pf_gdi_scrblt()

static BOOL pf_gdi_scrblt ( rdpContext *  context,
const SCRBLT_ORDER *  scrblt 
)
static
Here is the caller graph for this function:

◆ pf_gdi_set_bounds()

static BOOL pf_gdi_set_bounds ( rdpContext *  context,
const rdpBounds *  bounds 
)
static
Here is the caller graph for this function:

◆ pf_gdi_surface_bits()

static BOOL pf_gdi_surface_bits ( rdpContext *  context,
const SURFACE_BITS_COMMAND *  cmd 
)
static
Here is the caller graph for this function:

◆ pf_gdi_surface_frame_marker()

static BOOL pf_gdi_surface_frame_marker ( rdpContext *  context,
const SURFACE_FRAME_MARKER *  surface_frame_marker 
)
static
Here is the caller graph for this function: