LibreOffice Module vcl (master)
1
|
#include <cassert>
#include <cstdlib>
#include <osl/diagnose.h>
#include <tools/line.hxx>
#include <tools/helpers.hxx>
#include <unotools/configmgr.hxx>
#include <vcl/hatch.hxx>
#include <vcl/metaact.hxx>
#include <vcl/settings.hxx>
#include <vcl/outdev.hxx>
#include <vcl/virdev.hxx>
#include <drawmode.hxx>
#include <salgdi.hxx>
#include <memory>
Go to the source code of this file.
Macros | |
#define | HATCH_MAXPOINTS 1024 |
Functions | |
static int | HatchCmpFnc (const void *p1, const void *p2) |
#define HATCH_MAXPOINTS 1024 |
Definition at line 40 of file outdev/hatch.cxx.
Referenced by OutputDevice::DrawHatch(), and OutputDevice::DrawHatchLine().
Definition at line 44 of file outdev/hatch.cxx.
Referenced by OutputDevice::DrawHatchLine().