LibreOffice Module vcl (master) 1
|
#include <JpegReader.hxx>
Public Attributes | |
tools::ULong | nWidth |
tools::ULong | nHeight |
tools::ULong | density_unit |
tools::ULong | X_density |
tools::ULong | Y_density |
bool | bGray |
Definition at line 37 of file JpegReader.hxx.
bool JPEGCreateBitmapParam::bGray |
Definition at line 45 of file JpegReader.hxx.
Referenced by JPEGReader::CreateBitmap(), and ReadJPEG().
tools::ULong JPEGCreateBitmapParam::density_unit |
Definition at line 41 of file JpegReader.hxx.
Referenced by JPEGReader::CreateBitmap(), and ReadJPEG().
tools::ULong JPEGCreateBitmapParam::nHeight |
Definition at line 40 of file JpegReader.hxx.
Referenced by JPEGReader::CreateBitmap(), and ReadJPEG().
tools::ULong JPEGCreateBitmapParam::nWidth |
Definition at line 39 of file JpegReader.hxx.
Referenced by JPEGReader::CreateBitmap(), and ReadJPEG().
tools::ULong JPEGCreateBitmapParam::X_density |
Definition at line 42 of file JpegReader.hxx.
Referenced by JPEGReader::CreateBitmap(), and ReadJPEG().
tools::ULong JPEGCreateBitmapParam::Y_density |
Definition at line 43 of file JpegReader.hxx.
Referenced by JPEGReader::CreateBitmap(), and ReadJPEG().