Go to the documentation of this file.
19 #ifndef BACKEND_RENDER_HANDLER_AGG_BITMAP_H
20 #define BACKEND_RENDER_HANDLER_AGG_BITMAP_H
59 std::uint8_t*
get_data()
const {
return _image->begin(); }
63 std::unique_ptr<image::GnashImage> _image;
72 #endif // BACKEND_RENDER_HANDLER_AGG_BITMAP_H
int get_width() const
Definition: Renderer_agg_bitmap.h:55
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
Base class for different types of bitmaps.
Definition: GnashImage.h:78
int get_rowlen() const
Definition: Renderer_agg_bitmap.h:58
int get_bpp() const
Definition: Renderer_agg_bitmap.h:57
Definition: Renderer_agg_bitmap.h:32
std::uint8_t * get_data() const
Definition: Renderer_agg_bitmap.h:59
type
Definition: GnashKey.h:330
bool disposed() const
Whether the CachedBitmap has been disposed.
Definition: Renderer_agg_bitmap.h:51
agg_bitmap_info(std::unique_ptr< image::GnashImage > im)
Definition: Renderer_agg_bitmap.h:35
image::GnashImage & image()
Return a GnashImage for manipulation.
Definition: Renderer_agg_bitmap.h:42
void dispose()
Free the memory associated with this CachedBitmap.
Definition: Renderer_agg_bitmap.h:47
int get_height() const
Definition: Renderer_agg_bitmap.h:56
@ TYPE_RGB
Definition: GnashImage.h:49
A CachedBitmap is created by the renderer in a format of its choosing.
Definition: CachedBitmap.h:38