Searched refs:getLineJoin (Results 1 – 11 of 11) sorted by relevance
64 basegfx::B2DLineJoin getLineJoin() const { return meLineJoin; } in getLineJoin() function in drawinglayer::attribute::ImpLineAttribute71 && getLineJoin() == rCandidate.getLineJoin() in operator ==()183 basegfx::B2DLineJoin LineAttribute::getLineJoin() const in getLineJoin() function in drawinglayer::attribute::LineAttribute185 return mpLineAttribute->getLineJoin(); in getLineJoin()
490 const bool bNoLineJoin(basegfx::B2DLINEJOIN_NONE == getLineJoin()); in impCreate3DDecomposition()583 getLineJoin())); in impCreate3DDecomposition()709 && getLineJoin() == rCompare.getLineJoin() in operator ==()
108 const basegfx::B2DLineJoin aLineJoin(getLineAttribute().getLineJoin()); in create3DDecomposition()
255 const basegfx::B2DLineJoin aLineJoin(getLineAttribute().getLineJoin()); in create2DDecomposition()349 if(basegfx::B2DLINEJOIN_MITER == getLineAttribute().getLineJoin()) in getB2DRange()
74 basegfx::B2DLineJoin getLineJoin() const;
90 basegfx::B2DLineJoin getLineJoin() const { return maLineJoin; } in getLineJoin() function in drawinglayer::primitive3d::PolygonTubePrimitive3D
343 if(basegfx::B2DLINEJOIN_MITER == rLineAttribute.getLineJoin()) in processBasePrimitive2D()
441 switch(pLineAttribute->getLineJoin()) in impTryToCreateSvtGraphicStroke()1262 aLineInfo.SetLineJoin(rLine.getLineJoin()); in processBasePrimitive2D()
220 rSource.getLineAttribute().getLineJoin(), in tryDrawPolygonStrokePrimitive2DDirect()
1206 rLineAttribute.getLineJoin(), in RenderPolygonStrokePrimitive2D()
572 printf( "updateLineJoin %d\n", state->getLineJoin() ); in updateLineJoin()
Completed in 92 milliseconds