|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rfb/rfb.h>

Go to the source code of this file.
Classes | |
| struct | vncBuffer |
| struct | vncColour |
Macros | |
| #define | BOOL rfb_BOOL |
Typedefs | |
| typedef unsigned int | vncPixel |
Variables | |
| int | vncPreparedClientSocket |
| int | vncPreparedServerSocket |
| void vncAndBlitFrom | ( | rfbScreenInfoPtr | s, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| vncBuffer * | b, | ||
| int | srcx, | ||
| int | srcy | ||
| ) |
Definition at line 1141 of file vnc.c.
Referenced by ui_memblt().
| void vncCopyBlitFrom | ( | rfbScreenInfoPtr | s, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| vncBuffer * | b, | ||
| int | srcx, | ||
| int | srcy | ||
| ) |
Definition at line 1075 of file vnc.c.
Referenced by ui_desktop_restore(), ui_draw_glyph(), ui_memblt(), ui_paint_bitmap(), and ui_patblt().
Definition at line 1170 of file vnc.c.
Referenced by ui_desktop_restore(), ui_destroy_bitmap(), ui_draw_glyph(), ui_paint_bitmap(), and vncNewCursor().
| void vncDeleteColourMap | ( | rfbColourMap * | m | ) |
Definition at line 1333 of file vnc.c.
Referenced by ui_destroy_colourmap(), and vncSetColourMap().
Definition at line 1272 of file vnc.c.
Referenced by ui_desktop_save(), and ui_destblt().
Definition at line 990 of file vnc.c.
Referenced by ui_create_bitmap(), ui_create_glyph(), ui_desktop_restore(), ui_patblt(), vncDupBuffer(), and vncGetRect().
| rfbColourMap * vncNewColourMap | ( | rfbScreenInfoPtr | s, |
| int | n | ||
| ) |
Definition at line 1179 of file vnc.c.
| void vncPrintStats | ( | ) |
| void vncSetColourMap | ( | rfbScreenInfoPtr | s, |
| rfbColourMap * | m | ||
| ) |
Definition at line 1341 of file vnc.c.
Referenced by ui_set_colourmap().
Definition at line 1322 of file vnc.c.
Referenced by ui_create_colourmap().
| void vncSetCursor | ( | rfbScreenInfoPtr | s, |
| rfbCursorPtr | c | ||
| ) |
Definition at line 1225 of file vnc.c.
Referenced by ui_create_glyph(), ui_draw_glyph(), and ui_patblt().
Definition at line 1232 of file vnc.c.
Referenced by ui_patblt(), and ui_rect().
| void vncTransBlitFrom | ( | rfbScreenInfoPtr | s, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| vncBuffer * | b, | ||
| int | srcx, | ||
| int | srcy, | ||
| int | bg | ||
| ) |
Definition at line 1082 of file vnc.c.
Referenced by ui_draw_glyph(), and ui_memblt().
| void vncXorBlitFrom | ( | rfbScreenInfoPtr | s, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| vncBuffer * | b, | ||
| int | srcx, | ||
| int | srcy | ||
| ) |
Definition at line 1112 of file vnc.c.
Referenced by ui_memblt(), and ui_patblt().
|
extern |
|
extern |