Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
_DilloImage Struct Reference

#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_tBitVec
 Bit vector for decoded rows.
 
uint_t ScanNumber
 Current decoding scan.
 
ImageState State
 Processing status.
 
int RefCount
 Reference counter.
 

Detailed Description

Definition at line 60 of file image.hh.

Member Data Documentation

◆ bg_color

int32_t _DilloImage::bg_color

Background color.

Definition at line 68 of file image.hh.

Referenced by a_Png_new().

◆ BitVec

bitvec_t* _DilloImage::BitVec

Bit vector for decoded rows.

Definition at line 70 of file image.hh.

Referenced by a_Dicache_callback().

◆ dpi

float _DilloImage::dpi

Dots per inch.

Definition at line 67 of file image.hh.

◆ fg_color

int32_t _DilloImage::fg_color

Foreground color.

Definition at line 69 of file image.hh.

◆ height

uint_t _DilloImage::height

Definition at line 65 of file image.hh.

Referenced by a_Dicache_callback().

◆ img_rndr

void * _DilloImage::img_rndr

Definition at line 61 of file image.hh.

Referenced by Html_tag_close_map().

◆ layout

void* _DilloImage::layout

Definition at line 61 of file image.hh.

Referenced by a_Dicache_set_parms().

◆ RefCount

int _DilloImage::RefCount

Reference counter.

Definition at line 74 of file image.hh.

◆ ScanNumber

uint_t _DilloImage::ScanNumber

Current decoding scan.

Definition at line 71 of file image.hh.

Referenced by a_Dicache_callback().

◆ State

ImageState _DilloImage::State

Processing status.

Definition at line 72 of file image.hh.

◆ width

uint_t _DilloImage::width

Definition at line 64 of file image.hh.


The documentation for this struct was generated from the following file: