Rendering bitmap structure used to communicate between plugin and UDS. Struct derived from XImage. More...
#include <plugin_render_result.h>
Data Fields | |
int | width |
int | height |
const unsigned char * | data |
int | row_stride |
Rendering bitmap structure used to communicate between plugin and UDS. Struct derived from XImage.
Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
Definition at line 42 of file plugin_render_result.h.
const unsigned char* PluginBitmapAttributes::data |
The image buffer data.
Definition at line 46 of file plugin_render_result.h.
Referenced by handle_event(), pdf::PDFRenderer::render_cover_page(), and text::PluginRenderResultImpl::~PluginRenderResultImpl().
The height of image.
Definition at line 45 of file plugin_render_result.h.
Referenced by handle_event().
Number of bytes between the start of a row and the start of the next row. See also GdkPixBuf property rowstride.
Definition at line 47 of file plugin_render_result.h.
The width of image.
Definition at line 44 of file plugin_render_result.h.
Referenced by handle_event().