LibreOffice Module canvas (master) 1
|
#include <cppuhelper/compbase.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/rendering/XBitmapCanvas.hpp>
#include <com/sun/star/rendering/XIntegerBitmap.hpp>
#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <comphelper/uno3.hxx>
#include <base/bitmapcanvasbase.hxx>
#include <base/basemutexhelper.hxx>
#include <base/integerbitmapbase.hxx>
#include "cairo_canvashelper.hxx"
#include "cairo_repainttarget.hxx"
Go to the source code of this file.
Classes | |
class | cairocanvas::CanvasBitmapSpriteSurface_Base |
class | cairocanvas::CanvasBitmap |
Namespaces | |
namespace | cairocanvas |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::rendering::XBitmapCanvas, css::rendering::XIntegerBitmap, css::lang::XServiceInfo, css::beans::XFastPropertySet > | cairocanvas::CanvasBitmapBase_Base |
typedef ::canvas::IntegerBitmapBase< canvas::BitmapCanvasBase2< CanvasBitmapSpriteSurface_Base, CanvasHelper, ::osl::MutexGuard, ::cppu::OWeakObject > > | cairocanvas::CanvasBitmap_Base |