Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
rdp_graphics.c File Reference

Go to the source code of this file.

Functions

BOOL rf_Bitmap_New (rdpContext *context, rdpBitmap *bitmap)
 
void rf_Bitmap_Free (rdpContext *context, rdpBitmap *bitmap)
 
BOOL rf_Bitmap_Paint (rdpContext *context, rdpBitmap *bitmap)
 
BOOL rf_Bitmap_Decompress (rdpContext *context, rdpBitmap *bitmap, const BYTE *data, UINT32 width, UINT32 height, UINT32 bpp, UINT32 length, BOOL compressed, UINT32 codec_id)
 
BOOL rf_Bitmap_SetSurface (rdpContext *context, rdpBitmap *bitmap, BOOL primary)
 
BOOL rf_Pointer_New (rdpContext *context, rdpPointer *pointer)
 
void rf_Pointer_Free (rdpContext *context, rdpPointer *pointer)
 
BOOL rf_Pointer_Set (rdpContext *context, const rdpPointer *pointer)
 
BOOL rf_Pointer_SetNull (rdpContext *context)
 
BOOL rf_Pointer_SetDefault (rdpContext *context)
 
BOOL rf_Pointer_SetPosition (rdpContext *context, UINT32 x, UINT32 y)
 
BOOL rf_Glyph_New (rdpContext *context, const rdpGlyph *glyph)
 
void rf_Glyph_Free (rdpContext *context, rdpGlyph *glyph)
 
static BOOL rf_Glyph_Draw (rdpContext *context, const rdpGlyph *glyph, INT32 x, INT32 y, INT32 w, INT32 h, INT32 sx, INT32 sy, BOOL fOpRedundant)
 
static BOOL rf_Glyph_BeginDraw (rdpContext *context, INT32 x, INT32 y, INT32 width, INT32 height, UINT32 bgcolor, UINT32 fgcolor, BOOL fOpRedundant)
 
static BOOL rf_Glyph_EndDraw (rdpContext *context, INT32 x, INT32 y, INT32 width, INT32 height, UINT32 bgcolor, UINT32 fgcolor)
 
void rf_register_graphics (rdpGraphics *graphics)
 

Function Documentation

◆ rf_Bitmap_Decompress()

BOOL rf_Bitmap_Decompress ( rdpContext *  context,
rdpBitmap *  bitmap,
const BYTE *  data,
UINT32  width,
UINT32  height,
UINT32  bpp,
UINT32  length,
BOOL  compressed,
UINT32  codec_id 
)

Definition at line 134 of file rdp_graphics.c.

◆ rf_Bitmap_Free()

void rf_Bitmap_Free ( rdpContext *  context,
rdpBitmap *  bitmap 
)

Definition at line 90 of file rdp_graphics.c.

◆ rf_Bitmap_New()

BOOL rf_Bitmap_New ( rdpContext *  context,
rdpBitmap *  bitmap 
)

Definition at line 52 of file rdp_graphics.c.

◆ rf_Bitmap_Paint()

BOOL rf_Bitmap_Paint ( rdpContext *  context,
rdpBitmap *  bitmap 
)

Definition at line 103 of file rdp_graphics.c.

◆ rf_Bitmap_SetSurface()

BOOL rf_Bitmap_SetSurface ( rdpContext *  context,
rdpBitmap *  bitmap,
BOOL  primary 
)

Definition at line 169 of file rdp_graphics.c.

◆ rf_Glyph_BeginDraw()

static BOOL rf_Glyph_BeginDraw ( rdpContext *  context,
INT32  x,
INT32  y,
INT32  width,
INT32  height,
UINT32  bgcolor,
UINT32  fgcolor,
BOOL  fOpRedundant 
)
static

Definition at line 335 of file rdp_graphics.c.

◆ rf_Glyph_Draw()

static BOOL rf_Glyph_Draw ( rdpContext *  context,
const rdpGlyph *  glyph,
INT32  x,
INT32  y,
INT32  w,
INT32  h,
INT32  sx,
INT32  sy,
BOOL  fOpRedundant 
)
static

Definition at line 316 of file rdp_graphics.c.

◆ rf_Glyph_EndDraw()

static BOOL rf_Glyph_EndDraw ( rdpContext *  context,
INT32  x,
INT32  y,
INT32  width,
INT32  height,
UINT32  bgcolor,
UINT32  fgcolor 
)
static

Definition at line 363 of file rdp_graphics.c.

◆ rf_Glyph_Free()

void rf_Glyph_Free ( rdpContext *  context,
rdpGlyph *  glyph 
)

Definition at line 305 of file rdp_graphics.c.

◆ rf_Glyph_New()

BOOL rf_Glyph_New ( rdpContext *  context,
const rdpGlyph *  glyph 
)

Definition at line 276 of file rdp_graphics.c.

◆ rf_Pointer_Free()

void rf_Pointer_Free ( rdpContext *  context,
rdpPointer *  pointer 
)

Definition at line 202 of file rdp_graphics.c.

◆ rf_Pointer_New()

BOOL rf_Pointer_New ( rdpContext *  context,
rdpPointer *  pointer 
)

Definition at line 185 of file rdp_graphics.c.

◆ rf_Pointer_Set()

BOOL rf_Pointer_Set ( rdpContext *  context,
const rdpPointer *  pointer 
)

Definition at line 219 of file rdp_graphics.c.

◆ rf_Pointer_SetDefault()

BOOL rf_Pointer_SetDefault ( rdpContext *  context)

Definition at line 247 of file rdp_graphics.c.

◆ rf_Pointer_SetNull()

BOOL rf_Pointer_SetNull ( rdpContext *  context)

Definition at line 234 of file rdp_graphics.c.

◆ rf_Pointer_SetPosition()

BOOL rf_Pointer_SetPosition ( rdpContext *  context,
UINT32  x,
UINT32  y 
)

Definition at line 260 of file rdp_graphics.c.

◆ rf_register_graphics()

void rf_register_graphics ( rdpGraphics *  graphics)

Definition at line 381 of file rdp_graphics.c.