krfb
Include dependency graph for zrleoutstream.h:
Go to the source code of this file.
Classes | |
struct | zrleBuffer |
struct | zrleOutStream |
Macros | |
#define | ZRLE_BUFFER_LENGTH(b) ((b)->ptr - (b)->start) |
Functions | |
rfbBool | zrleOutStreamFlush (zrleOutStream *os) |
void | zrleOutStreamFree (zrleOutStream *os) |
zrleOutStream * | zrleOutStreamNew (void) |
void | zrleOutStreamWriteBytes (zrleOutStream *os, const zrle_U8 *data, int length) |
void | zrleOutStreamWriteOpaque16 (zrleOutStream *os, zrle_U16 u) |
void | zrleOutStreamWriteOpaque24A (zrleOutStream *os, zrle_U32 u) |
void | zrleOutStreamWriteOpaque24B (zrleOutStream *os, zrle_U32 u) |
void | zrleOutStreamWriteOpaque32 (zrleOutStream *os, zrle_U32 u) |
void | zrleOutStreamWriteOpaque8 (zrleOutStream *os, zrle_U8 u) |
void | zrleOutStreamWriteU8 (zrleOutStream *os, zrle_U8 u) |
Macro Definition Documentation
#define ZRLE_BUFFER_LENGTH | ( | b | ) | ((b)->ptr - (b)->start) |
Definition at line 41 of file zrleoutstream.h.
Function Documentation
rfbBool zrleOutStreamFlush | ( | zrleOutStream * | os | ) |
void zrleOutStreamFree | ( | zrleOutStream * | os | ) |
zrleOutStream* zrleOutStreamNew | ( | void | ) |
void zrleOutStreamWriteBytes | ( | zrleOutStream * | os, |
const zrle_U8 * | data, | ||
int | length | ||
) |
void zrleOutStreamWriteOpaque16 | ( | zrleOutStream * | os, |
zrle_U16 | u | ||
) |
void zrleOutStreamWriteOpaque24A | ( | zrleOutStream * | os, |
zrle_U32 | u | ||
) |
void zrleOutStreamWriteOpaque24B | ( | zrleOutStream * | os, |
zrle_U32 | u | ||
) |
void zrleOutStreamWriteOpaque32 | ( | zrleOutStream * | os, |
zrle_U32 | u | ||
) |
void zrleOutStreamWriteOpaque8 | ( | zrleOutStream * | os, |
zrle_U8 | u | ||
) |
void zrleOutStreamWriteU8 | ( | zrleOutStream * | os, |
zrle_U8 | u | ||
) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.