LibreOffice Module canvas (master)
1
|
#include <sal/config.h>
#include <memory>
#include <string.h>
#include <com/sun/star/rendering/ColorComponentTag.hpp>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/range/b2irange.hxx>
#include <tools/diagnose_ex.h>
#include <rendering/icolorbuffer.hxx>
#include "dx_graphicsprovider.hxx"
#include "dx_impltools.hxx"
#include "dx_surfacebitmap.hxx"
#include "dx_surfacegraphics.hxx"
Go to the source code of this file.
Namespaces | |
dxcanvas | |
|
mutable |
Definition at line 136 of file dx_surfacebitmap.cxx.
Referenced by dxcanvas::tools::drawRGBABits(), dxcanvas::DXBitmap::getData(), dxcanvas::DXSurfaceBitmap::getData(), dxcanvas::CanvasBitmap::getFastPropertyValue(), dxcanvas::DXBitmap::setData(), and dxcanvas::DXSurfaceBitmap::setData().
|
mutable |
Definition at line 71 of file dx_surfacebitmap.cxx.
::basegfx::B2IVector maSize |
Definition at line 70 of file dx_surfacebitmap.cxx.
BitmapSharedPtr mpGDIPlusBitmap |
Definition at line 137 of file dx_surfacebitmap.cxx.
sal::systools::COMReference<surface_type> mpSurface |
Definition at line 72 of file dx_surfacebitmap.cxx.