LibreOffice Module vcl (master) 1
Classes | Enumerations | Functions | Variables
transupp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jpeg_transform_info
 

Enumerations

enum  JXFORM_CODE {
  JXFORM_NONE ,
  JXFORM_FLIP_H ,
  JXFORM_FLIP_V ,
  JXFORM_TRANSPOSE ,
  JXFORM_TRANSVERSE ,
  JXFORM_ROT_90 ,
  JXFORM_ROT_180 ,
  JXFORM_ROT_270
}
 
enum  JCROP_CODE {
  JCROP_UNSET ,
  JCROP_POS ,
  JCROP_NEG ,
  JCROP_FORCE
}
 
enum  JCOPY_OPTION {
  JCOPYOPT_NONE ,
  JCOPYOPT_COMMENTS ,
  JCOPYOPT_ALL
}
 

Functions

 EXTERN (void) jcopy_markers_setup(j_decompress_ptr srcinfo
 

Variables

JCOPY_OPTION option
 
j_compress_ptr dstinfo
 

Enumeration Type Documentation

◆ JCOPY_OPTION

Enumerator
JCOPYOPT_NONE 
JCOPYOPT_COMMENTS 
JCOPYOPT_ALL 

Definition at line 199 of file transupp.h.

◆ JCROP_CODE

enum JCROP_CODE
Enumerator
JCROP_UNSET 
JCROP_POS 
JCROP_NEG 
JCROP_FORCE 

Definition at line 112 of file transupp.h.

◆ JXFORM_CODE

Enumerator
JXFORM_NONE 
JXFORM_FLIP_H 
JXFORM_FLIP_V 
JXFORM_TRANSPOSE 
JXFORM_TRANSVERSE 
JXFORM_ROT_90 
JXFORM_ROT_180 
JXFORM_ROT_270 

Definition at line 95 of file transupp.h.

Function Documentation

◆ EXTERN()

EXTERN ( void  )

Variable Documentation

◆ dstinfo

j_compress_ptr dstinfo

Definition at line 211 of file transupp.h.

Referenced by jcopy_markers_execute().

◆ option

j_compress_ptr JCOPY_OPTION option

Definition at line 208 of file transupp.h.

Referenced by jcopy_markers_execute(), and jcopy_markers_setup().