Home
last modified time | relevance | path

Searched refs:getCorrectedRightWidth (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dborderlineprimitive2d.hxx83 double getCorrectedRightWidth() const in getCorrectedRightWidth() function in drawinglayer::primitive2d::BorderLinePrimitive2D
90 return getCorrectedLeftWidth() + getCorrectedDistance() + getCorrectedRightWidth(); in getWidth()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dborderlineprimitive2d.cxx100 … const basegfx::B2DVector aRightOff(aPerpendicular * (0.5 * (fWidth - getCorrectedRightWidth()))); in create2DDecomposition()
118 … const basegfx::B2DVector aLineWidthOffset((getCorrectedRightWidth() * 0.5) * aPerpendicular); in create2DDecomposition()

Completed in 10 milliseconds