LibreOffice Module drawinglayer (master) 1
Namespaces | Macros
patternfillprimitive2d.cxx File Reference
#include <drawinglayer/primitive2d/patternfillprimitive2d.hxx>
#include <drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx>
#include <drawinglayer/primitive2d/transformprimitive2d.hxx>
#include <drawinglayer/primitive2d/bitmapprimitive2d.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <texture/texture.hxx>
#include <drawinglayer/primitive2d/maskprimitive2d.hxx>
#include <drawinglayer/geometry/viewinformation2d.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <drawinglayer/converters.hxx>
#include <utility>
Include dependency graph for patternfillprimitive2d.cxx:

Go to the source code of this file.

Namespaces

namespace  drawinglayer
 
namespace  drawinglayer::primitive2d
 

Macros

#define MAXIMUM_SQUARE_LENGTH   (186.0)
 
#define MINIMUM_SQUARE_LENGTH   (16.0)
 
#define MINIMUM_TILES_LENGTH   (3)
 

Macro Definition Documentation

◆ MAXIMUM_SQUARE_LENGTH

#define MAXIMUM_SQUARE_LENGTH   (186.0)

Definition at line 36 of file patternfillprimitive2d.cxx.

◆ MINIMUM_SQUARE_LENGTH

#define MINIMUM_SQUARE_LENGTH   (16.0)

Definition at line 37 of file patternfillprimitive2d.cxx.

◆ MINIMUM_TILES_LENGTH

#define MINIMUM_TILES_LENGTH   (3)

Definition at line 38 of file patternfillprimitive2d.cxx.