Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
cdjpeg_progress_mgr Struct Reference

#include <cdjpeg.h>

Public Attributes

struct jpeg_progress_mgr pub
 
int completed_extra_passes
 
int total_extra_passes
 
int percent_done
 

Detailed Description

Definition at line 81 of file cdjpeg.h.

Member Data Documentation

◆ completed_extra_passes

int cdjpeg_progress_mgr::completed_extra_passes

Definition at line 83 of file cdjpeg.h.

Referenced by finish_output_bmp(), and preload_image().

◆ percent_done

int cdjpeg_progress_mgr::percent_done

Definition at line 86 of file cdjpeg.h.

◆ pub

struct jpeg_progress_mgr cdjpeg_progress_mgr::pub

Definition at line 82 of file cdjpeg.h.

Referenced by finish_output_bmp(), and preload_image().

◆ total_extra_passes

int cdjpeg_progress_mgr::total_extra_passes

Definition at line 84 of file cdjpeg.h.

Referenced by jinit_write_bmp(), start_input_bmp(), and start_input_tga().


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