Home
last modified time | relevance | path

Searched defs:TextAsPolygonDataNode (Results 1 – 1 of 1) sorted by relevance

/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dtextaspolygonextractor2d.hxx41 struct DRAWINGLAYER_DLLPUBLIC TextAsPolygonDataNode struct
44 basegfx::B2DPolyPolygon maB2DPolyPolygon;
45 basegfx::BColor maBColor;
46 bool mbIsFilled;
49 TextAsPolygonDataNode( in TextAsPolygonDataNode() argument
60 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maB2DPolyPolygon; } in getB2DPolyPolygon()
61 const basegfx::BColor& getBColor() const { return maBColor; } in getBColor()
62 bool getIsFilled() const { return mbIsFilled; } in getIsFilled()

Completed in 21 milliseconds