Searched defs:TextAsPolygonDataNode (Results 1 – 1 of 1) sorted by relevance
41 struct DRAWINGLAYER_DLLPUBLIC TextAsPolygonDataNode struct44 basegfx::B2DPolyPolygon maB2DPolyPolygon;45 basegfx::BColor maBColor;46 bool mbIsFilled;49 TextAsPolygonDataNode( in TextAsPolygonDataNode() function60 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 10 milliseconds