LibreOffice Module vcl (master) 1
|
#include <GraphicMetadata.hxx>
Public Attributes | |
Size | maPixSize {} |
Size | maLogSize {} |
std::optional< Size > | maPreferredLogSize = std::nullopt |
std::optional< MapMode > | maPreferredMapMode = std::nullopt |
sal_uInt16 | mnBitsPerPixel = 0 |
sal_uInt16 | mnPlanes = 0 |
GraphicFileFormat | mnFormat = GraphicFileFormat::NOT |
sal_uInt8 | mnNumberOfImageComponents = 0 |
bool | mbIsTransparent = false |
bool | mbIsAlpha = false |
Definition at line 48 of file GraphicMetadata.hxx.
Size GraphicMetadata::maLogSize {} |
Definition at line 51 of file GraphicMetadata.hxx.
Referenced by vcl::GraphicFormatDetector::checkBMP(), vcl::GraphicFormatDetector::checkEMF(), vcl::GraphicFormatDetector::checkPCX(), vcl::GraphicFormatDetector::checkPNG(), vcl::GraphicFormatDetector::checkSVM(), GraphicDescriptor::GetSize_100TH_MM(), and GraphicDescriptor::ImpDetectJPG().
Size GraphicMetadata::maPixSize {} |
Definition at line 50 of file GraphicMetadata.hxx.
Referenced by vcl::GraphicFormatDetector::checkBMP(), vcl::GraphicFormatDetector::checkEMF(), vcl::GraphicFormatDetector::checkGIF(), vcl::GraphicFormatDetector::checkPCX(), vcl::GraphicFormatDetector::checkPNG(), vcl::GraphicFormatDetector::checkPSD(), vcl::GraphicFormatDetector::checkTIF(), vcl::GraphicFormatDetector::checkWEBP(), GraphicDescriptor::GetSizePixel(), and GraphicDescriptor::ImpDetectJPG().
std::optional<Size> GraphicMetadata::maPreferredLogSize = std::nullopt |
Definition at line 52 of file GraphicMetadata.hxx.
Referenced by vcl::GraphicFormatDetector::checkBMP(), and GraphicDescriptor::GetPreferredLogSize().
std::optional<MapMode> GraphicMetadata::maPreferredMapMode = std::nullopt |
Definition at line 53 of file GraphicMetadata.hxx.
Referenced by vcl::GraphicFormatDetector::checkBMP(), and GraphicDescriptor::GetPreferredMapMode().
bool GraphicMetadata::mbIsAlpha = false |
Definition at line 59 of file GraphicMetadata.hxx.
Referenced by vcl::GraphicFormatDetector::checkPNG(), vcl::GraphicFormatDetector::checkWEBP(), GraphicDescriptor::ImpConstruct(), and GraphicDescriptor::IsAlpha().
bool GraphicMetadata::mbIsTransparent = false |
Definition at line 58 of file GraphicMetadata.hxx.
Referenced by vcl::GraphicFormatDetector::checkPNG(), vcl::GraphicFormatDetector::checkWEBP(), GraphicDescriptor::ImpConstruct(), and GraphicDescriptor::IsTransparent().
sal_uInt16 GraphicMetadata::mnBitsPerPixel = 0 |
Definition at line 54 of file GraphicMetadata.hxx.
Referenced by vcl::GraphicFormatDetector::checkBMP(), vcl::GraphicFormatDetector::checkGIF(), vcl::GraphicFormatDetector::checkPCX(), vcl::GraphicFormatDetector::checkPNG(), vcl::GraphicFormatDetector::checkPSD(), vcl::GraphicFormatDetector::checkTIF(), vcl::GraphicFormatDetector::checkWEBP(), GraphicDescriptor::GetBitsPerPixel(), GraphicDescriptor::ImpConstruct(), and GraphicDescriptor::ImpDetectJPG().
GraphicFileFormat GraphicMetadata::mnFormat = GraphicFileFormat::NOT |
Definition at line 56 of file GraphicMetadata.hxx.
Referenced by vcl::GraphicFormatDetector::checkAPNG(), vcl::GraphicFormatDetector::checkBMP(), vcl::GraphicFormatDetector::checkDXF(), vcl::GraphicFormatDetector::checkEMF(), vcl::GraphicFormatDetector::checkEPS(), vcl::GraphicFormatDetector::checkGIF(), vcl::GraphicFormatDetector::checkJPG(), vcl::GraphicFormatDetector::checkMET(), vcl::GraphicFormatDetector::checkMOV(), vcl::GraphicFormatDetector::checkPBM(), vcl::GraphicFormatDetector::checkPCD(), vcl::GraphicFormatDetector::checkPCT(), vcl::GraphicFormatDetector::checkPCX(), vcl::GraphicFormatDetector::checkPDF(), vcl::GraphicFormatDetector::checkPGM(), vcl::GraphicFormatDetector::checkPNG(), vcl::GraphicFormatDetector::checkPPM(), vcl::GraphicFormatDetector::checkPSD(), vcl::GraphicFormatDetector::checkRAS(), vcl::GraphicFormatDetector::checkSVG(), vcl::GraphicFormatDetector::checkSVM(), vcl::GraphicFormatDetector::checkTGA(), vcl::GraphicFormatDetector::checkTIF(), vcl::GraphicFormatDetector::checkWEBP(), vcl::GraphicFormatDetector::checkWMF(), vcl::GraphicFormatDetector::checkXBM(), vcl::GraphicFormatDetector::checkXPM(), GraphicDescriptor::GetFileFormat(), GraphicDescriptor::ImpConstruct(), GraphicDescriptor::ImpDetectJPG(), and vcl::peekGraphicFormat().
sal_uInt8 GraphicMetadata::mnNumberOfImageComponents = 0 |
Definition at line 57 of file GraphicMetadata.hxx.
Referenced by GraphicDescriptor::GetNumberOfImageComponents(), GraphicDescriptor::ImpConstruct(), and GraphicDescriptor::ImpDetectJPG().
sal_uInt16 GraphicMetadata::mnPlanes = 0 |
Definition at line 55 of file GraphicMetadata.hxx.
Referenced by vcl::GraphicFormatDetector::checkBMP(), vcl::GraphicFormatDetector::checkPCX(), vcl::GraphicFormatDetector::checkPNG(), GraphicDescriptor::ImpConstruct(), and GraphicDescriptor::ImpDetectJPG().