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 <tools/diagnose_ex.h>
#include <cairo.h>
#include <pixman.h>
#include "cairo_spritehelper.hxx"
Go to the source code of this file.
Namespaces | |
cairocanvas | |
Macros | |
#define | PIXMAN_MAX_INT ((pixman_fixed_1 >> 1) - pixman_fixed_e) /* need to ensure deltas also fit */ |