Searched refs:getJoin (Results 1 – 4 of 4) sorted by relevance
81 basegfx::B2DLineJoin getJoin() const { return meJoin; } in getJoin() function in drawinglayer::attribute::ImpSdrLineAttribute91 return (getJoin() == rCandidate.getJoin() in operator ==()214 basegfx::B2DLineJoin SdrLineAttribute::getJoin() const in getJoin() function in drawinglayer::attribute::SdrLineAttribute216 return mpSdrLineAttribute->getJoin(); in getJoin()
75 basegfx::B2DLineJoin getJoin() const;
153 …const attribute::LineAttribute aLineAttribute(rLine.getColor(), rLine.getWidth(), rLine.getJoin(),… in create3DPolyPolygonLinePrimitives()
132 …const attribute::LineAttribute aLineAttribute(rLine.getColor(), rLine.getWidth(), rLine.getJoin(),… in createPolygonLinePrimitive()
Completed in 32 milliseconds