LibreOffice Module svgio (master) 1
Namespaces
svgtextpathnode.cxx File Reference
#include <svgtextpathnode.hxx>
#include <svgstyleattributes.hxx>
#include <svgpathnode.hxx>
#include <svgdocument.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <drawinglayer/primitive2d/textbreakuphelper.hxx>
#include <drawinglayer/primitive2d/textprimitive2d.hxx>
#include <basegfx/curve/b2dcubicbezier.hxx>
#include <basegfx/curve/b2dbeziertools.hxx>
#include <o3tl/string_view.hxx>
Include dependency graph for svgtextpathnode.cxx:

Go to the source code of this file.

Namespaces

namespace  svgio
 
namespace  svgio::svgreader
 

Variable Documentation

◆ maCurrentSegment

basegfx::B2DCubicBezier maCurrentSegment
private

Definition at line 46 of file svgtextpathnode.cxx.

◆ mfBasegfxPathLength

const double mfBasegfxPathLength
private

Definition at line 40 of file svgtextpathnode.cxx.

◆ mfCurrentSegmentLength

double mfCurrentSegmentLength
private

Definition at line 48 of file svgtextpathnode.cxx.

◆ mfPosition

double mfPosition
private

Definition at line 41 of file svgtextpathnode.cxx.

◆ mfSegmentStartPosition

double mfSegmentStartPosition
private

Definition at line 49 of file svgtextpathnode.cxx.

◆ mnIndex

sal_uInt32 mnIndex
private

Definition at line 45 of file svgtextpathnode.cxx.

◆ mnMaxIndex

const sal_uInt32 mnMaxIndex
private

Definition at line 44 of file svgtextpathnode.cxx.

◆ mpB2DCubicBezierHelper

std::unique_ptr<basegfx::B2DCubicBezierHelper> mpB2DCubicBezierHelper
private

Definition at line 47 of file svgtextpathnode.cxx.

◆ mrPolygon

const basegfx::B2DPolygon& mrPolygon
private

Definition at line 39 of file svgtextpathnode.cxx.

◆ mrTextStart

const basegfx::B2DPoint& mrTextStart
private

Definition at line 42 of file svgtextpathnode.cxx.