|
Dillo v3.2.0-93-g6a586845
|
#include <image.hh>
Public Attributes | |
| void * | layout |
| void * | img_rndr |
| uint_t | width |
| uint_t | height |
| float | dpi |
| Dots per inch. | |
| int32_t | bg_color |
| Background color. | |
| int32_t | fg_color |
| Foreground color. | |
| bitvec_t * | BitVec |
| Bit vector for decoded rows. | |
| uint_t | ScanNumber |
| Current decoding scan. | |
| ImageState | State |
| Processing status. | |
| int | RefCount |
| Reference counter. | |
| int32_t _DilloImage::bg_color |
| bitvec_t* _DilloImage::BitVec |
Bit vector for decoded rows.
Definition at line 70 of file image.hh.
Referenced by a_Dicache_callback().
| uint_t _DilloImage::height |
Definition at line 65 of file image.hh.
Referenced by a_Dicache_callback().
| void * _DilloImage::img_rndr |
Definition at line 61 of file image.hh.
Referenced by Html_tag_close_map().
| void* _DilloImage::layout |
Definition at line 61 of file image.hh.
Referenced by a_Dicache_set_parms().
| uint_t _DilloImage::ScanNumber |
| ImageState _DilloImage::State |