FreeRDP
pf_graphics.c File Reference

Macros

#define TAG   PROXY_TAG("graphics")
 

Functions

static BOOL pf_Bitmap_New (rdpContext *context, rdpBitmap *bitmap)
 
static void pf_Bitmap_Free (rdpContext *context, rdpBitmap *bitmap)
 
static BOOL pf_Bitmap_Paint (rdpContext *context, rdpBitmap *bitmap)
 
static BOOL pf_Bitmap_SetSurface (rdpContext *context, rdpBitmap *bitmap, BOOL primary)
 
static BOOL pf_Pointer_New (rdpContext *context, rdpPointer *pointer)
 
static void pf_Pointer_Free (rdpContext *context, rdpPointer *pointer)
 
static BOOL pf_Pointer_Set (rdpContext *context, const rdpPointer *pointer)
 
static BOOL pf_Pointer_SetNull (rdpContext *context)
 
static BOOL pf_Pointer_SetDefault (rdpContext *context)
 
static BOOL pf_Pointer_SetPosition (rdpContext *context, UINT32 x, UINT32 y)
 
static BOOL pf_Glyph_New (rdpContext *context, rdpGlyph *glyph)
 
static void pf_Glyph_Free (rdpContext *context, rdpGlyph *glyph)
 
static BOOL pf_Glyph_Draw (rdpContext *context, const rdpGlyph *glyph, INT32 x, INT32 y, INT32 w, INT32 h, INT32 sx, INT32 sy, BOOL fOpRedundant)
 
static BOOL pf_Glyph_BeginDraw (rdpContext *context, INT32 x, INT32 y, INT32 width, INT32 height, UINT32 bgcolor, UINT32 fgcolor, BOOL fOpRedundant)
 
static BOOL pf_Glyph_EndDraw (rdpContext *context, INT32 x, INT32 y, INT32 width, INT32 height, UINT32 bgcolor, UINT32 fgcolor)
 
BOOL pf_register_pointer (rdpGraphics *graphics)
 
BOOL pf_register_graphics (rdpGraphics *graphics)
 

Macro Definition Documentation

◆ TAG

#define TAG   PROXY_TAG("graphics")

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_Bitmap_Free()

static void pf_Bitmap_Free ( rdpContext *  context,
rdpBitmap *  bitmap 
)
static
Here is the caller graph for this function:

◆ pf_Bitmap_New()

static BOOL pf_Bitmap_New ( rdpContext *  context,
rdpBitmap *  bitmap 
)
static
Here is the caller graph for this function:

◆ pf_Bitmap_Paint()

static BOOL pf_Bitmap_Paint ( rdpContext *  context,
rdpBitmap *  bitmap 
)
static
Here is the caller graph for this function:

◆ pf_Bitmap_SetSurface()

static BOOL pf_Bitmap_SetSurface ( rdpContext *  context,
rdpBitmap *  bitmap,
BOOL  primary 
)
static
Here is the caller graph for this function:

◆ pf_Glyph_BeginDraw()

static BOOL pf_Glyph_BeginDraw ( rdpContext *  context,
INT32  x,
INT32  y,
INT32  width,
INT32  height,
UINT32  bgcolor,
UINT32  fgcolor,
BOOL  fOpRedundant 
)
static
Here is the caller graph for this function:

◆ pf_Glyph_Draw()

static BOOL pf_Glyph_Draw ( rdpContext *  context,
const rdpGlyph *  glyph,
INT32  x,
INT32  y,
INT32  w,
INT32  h,
INT32  sx,
INT32  sy,
BOOL  fOpRedundant 
)
static
Here is the caller graph for this function:

◆ pf_Glyph_EndDraw()

static BOOL pf_Glyph_EndDraw ( rdpContext *  context,
INT32  x,
INT32  y,
INT32  width,
INT32  height,
UINT32  bgcolor,
UINT32  fgcolor 
)
static
Here is the caller graph for this function:

◆ pf_Glyph_Free()

static void pf_Glyph_Free ( rdpContext *  context,
rdpGlyph *  glyph 
)
static
Here is the caller graph for this function:

◆ pf_Glyph_New()

static BOOL pf_Glyph_New ( rdpContext *  context,
rdpGlyph *  glyph 
)
static
Here is the caller graph for this function:

◆ pf_Pointer_Free()

static void pf_Pointer_Free ( rdpContext *  context,
rdpPointer *  pointer 
)
static
Here is the caller graph for this function:

◆ pf_Pointer_New()

static BOOL pf_Pointer_New ( rdpContext *  context,
rdpPointer *  pointer 
)
static
Here is the caller graph for this function:

◆ pf_Pointer_Set()

static BOOL pf_Pointer_Set ( rdpContext *  context,
const rdpPointer *  pointer 
)
static
Here is the caller graph for this function:

◆ pf_Pointer_SetDefault()

static BOOL pf_Pointer_SetDefault ( rdpContext *  context)
static
Here is the caller graph for this function:

◆ pf_Pointer_SetNull()

static BOOL pf_Pointer_SetNull ( rdpContext *  context)
static
Here is the caller graph for this function:

◆ pf_Pointer_SetPosition()

static BOOL pf_Pointer_SetPosition ( rdpContext *  context,
UINT32  x,
UINT32  y 
)
static
Here is the caller graph for this function:

◆ pf_register_graphics()

BOOL pf_register_graphics ( rdpGraphics *  graphics)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pf_register_pointer()

BOOL pf_register_pointer ( rdpGraphics *  graphics)

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: