LibreOffice Module vcl (master) 1
|
#include <pdf/pdfwriter_impl.hxx>
#include <vcl/pdfextoutdevdata.hxx>
#include <vcl/virdev.hxx>
#include <vcl/gdimtf.hxx>
#include <vcl/metaact.hxx>
#include <vcl/BitmapReadAccess.hxx>
#include <vcl/graph.hxx>
#include <unotools/streamwrap.hxx>
#include <tools/helpers.hxx>
#include <tools/fract.hxx>
#include <tools/stream.hxx>
#include <comphelper/fileformat.h>
#include <comphelper/hash.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/io/XSeekable.hpp>
#include <com/sun/star/graphic/GraphicProvider.hpp>
#include <com/sun/star/graphic/XGraphicProvider.hpp>
#include <com/sun/star/beans/XMaterialHolder.hpp>
#include <cppuhelper/implbase.hxx>
#include <o3tl/unit_conversion.hxx>
#include <vcl/skia/SkiaHelper.hxx>
#include <sal/log.hxx>
#include <memory>
Go to the source code of this file.
Classes | |
class | EncHashTransporter |
struct | BitStreamState |
Functions | |
static bool | lcl_canUsePDFAxialShading (const Gradient &rGradient) |
static bool | isSet (const Scanline i_pLine, tools::Long i_nIndex) |
static tools::Long | findBitRunImpl (const Scanline i_pLine, tools::Long i_nStartIndex, tools::Long i_nW, bool i_bSet) |
static tools::Long | findBitRun (const Scanline i_pLine, tools::Long i_nStartIndex, tools::Long i_nW, bool i_bSet) |
static tools::Long | findBitRun (const Scanline i_pLine, tools::Long i_nStartIndex, tools::Long i_nW) |
Variables | |
const tools::Long | unsetRun [256] |
const tools::Long | setRun [256] |
const PixelCode | WhitePixelCodes [] |
const PixelCode | BlackPixelCodes [] |
|
static |
Definition at line 1599 of file pdfwriter_impl2.cxx.
References findBitRunImpl(), and isSet().
|
static |
Definition at line 1591 of file pdfwriter_impl2.cxx.
References findBitRunImpl().
Referenced by vcl::PDFWriterImpl::writeG4Stream().
|
static |
Definition at line 1528 of file pdfwriter_impl2.cxx.
References nIndex, setRun, and unsetRun.
Referenced by findBitRun().
|
static |
Definition at line 1523 of file pdfwriter_impl2.cxx.
Referenced by findBitRun(), and vcl::PDFWriterImpl::writeG4Stream().
|
static |
Definition at line 1986 of file pdfwriter_impl2.cxx.
References Gradient::GetSteps(), and Gradient::GetStyle().
Referenced by vcl::PDFWriterImpl::playMetafile().
const PixelCode BlackPixelCodes[] |
Definition at line 1763 of file pdfwriter_impl2.cxx.
Referenced by vcl::PDFWriterImpl::putG4Span().
const tools::Long setRun[256] |
Definition at line 1503 of file pdfwriter_impl2.cxx.
Referenced by findBitRunImpl().
const tools::Long unsetRun[256] |
Definition at line 1483 of file pdfwriter_impl2.cxx.
Referenced by findBitRunImpl().
const PixelCode WhitePixelCodes[] |
Definition at line 1655 of file pdfwriter_impl2.cxx.
Referenced by vcl::PDFWriterImpl::putG4Span().