LibreOffice Module canvas (master) 1
|
#include <sal/config.h>
#include <sal/log.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/utils/canvastools.hxx>
#include <rtl/math.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <cairo.h>
#include <pixman.h>
#include "cairo_spritehelper.hxx"
Go to the source code of this file.
Namespaces | |
namespace | cairocanvas |
Macros | |
#define | PIXMAN_MAX_INT ((pixman_fixed_1 >> 1) - pixman_fixed_e) /* need to ensure deltas also fit */ |