LibreOffice Module basegfx (master) 1
|
#include <config_options.h>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <vector>
#include <basegfx/basegfxdllapi.h>
Go to the source code of this file.
Namespaces | |
namespace | basegfx |
namespace | basegfx::utils |
Typedefs | |
typedef ::std::vector< B2DTrapezoid > | basegfx::B2DTrapezoidVector |
Functions | |
class | basegfx::UNLESS_MERGELIBS (BASEGFX_DLLPUBLIC) ODFGradientInfo |
Gradient definition as used in ODF 1.2. More... | |
void | basegfx::utils::trapezoidSubdivide (B2DTrapezoidVector &ro_Result, const B2DPolyPolygon &rSourcePolyPolygon) |
void | basegfx::utils::createLineTrapezoidFromEdge (B2DTrapezoidVector &ro_Result, const B2DPoint &rPointA, const B2DPoint &rPointB, double fLineWidth) |
void | basegfx::utils::createLineTrapezoidFromB2DPolygon (B2DTrapezoidVector &ro_Result, const B2DPolygon &rPolygon, double fLineWidth) |