libwpg::WPGBitmap Member List
This is the complete list of members for
libwpg::WPGBitmap, including all inherited members.
base64Encode(WPGString &base64, const char *data, const int len) | libwpg::WPGBitmap | [static] |
copyFrom(const WPGBitmap &) | libwpg::WPGBitmap | |
d | libwpg::WPGBitmap | [private] |
generateBase64DIB(WPGString &bmp) const | libwpg::WPGBitmap | |
height() const | libwpg::WPGBitmap | |
operator=(const WPGBitmap &) | libwpg::WPGBitmap | |
pixel(int x, int y) const | libwpg::WPGBitmap | |
rect | libwpg::WPGBitmap | |
setPixel(int x, int y, const WPGColor &color) | libwpg::WPGBitmap | |
width() const | libwpg::WPGBitmap | |
WPGBitmap(int width, int height) | libwpg::WPGBitmap | |
WPGBitmap(int width, int height, bool verticalFlip, bool horizontalFlip) | libwpg::WPGBitmap | |
WPGBitmap(const WPGBitmap &) | libwpg::WPGBitmap | |
writeU16(char *buffer, unsigned &position, const int value) | libwpg::WPGBitmap | [private, static] |
writeU32(char *buffer, unsigned &position, const int value) | libwpg::WPGBitmap | [private, static] |
writeU8(char *buffer, unsigned &position, const int value) | libwpg::WPGBitmap | [private, static] |
~WPGBitmap() | libwpg::WPGBitmap | |