Lines Matching refs:B3DPoint

65                     const basegfx::B3DPoint aLeft(0.0, 0.0, 0.0);  in getLineTubeSegments()
66 const basegfx::B3DPoint aRight(1.0, 0.0, 0.0); in getLineTubeSegments()
67 basegfx::B3DPoint aLastLeft(0.0, 1.0, 0.0); in getLineTubeSegments()
68 basegfx::B3DPoint aLastRight(1.0, 1.0, 0.0); in getLineTubeSegments()
75 const basegfx::B3DPoint aNextLeft(aRot * aLastLeft); in getLineTubeSegments()
76 const basegfx::B3DPoint aNextRight(aRot * aLastRight); in getLineTubeSegments()
126 const basegfx::B3DPoint aNull(0.0, 0.0, 0.0); in getLineCapSegments()
127 basegfx::B3DPoint aLast(0.0, 1.0, 0.0); in getLineCapSegments()
134 const basegfx::B3DPoint aNext(aRot * aLast); in getLineCapSegments()
290 basegfx::B3DPoint aPointOnXY, aPointRotY, aNextPointOnXY, aNextPointRotY; in getLineJoinSegments()
291 basegfx::B3DPoint aCurrMiter, aNextMiter; in getLineJoinSegments()
307 aNextPointOnXY = basegfx::B3DPoint( in getLineJoinSegments()
312 aNextPointRotY = basegfx::B3DPoint( in getLineJoinSegments()
319 aNextMiter = basegfx::B3DPoint( in getLineJoinSegments()
332 aNewPolygon.append(basegfx::B3DPoint(0.0, -1.0, 0.0)); in getLineJoinSegments()
337 aMiterPolygon.append(basegfx::B3DPoint(0.0, -1.0, 0.0)); in getLineJoinSegments()
343 aNewPolygon.append(basegfx::B3DPoint(0.0, -1.0, 0.0)); in getLineJoinSegments()
354 aNewPolygon.append(basegfx::B3DPoint(0.0, 1.0, 0.0)); in getLineJoinSegments()
359 aMiterPolygon.append(basegfx::B3DPoint(0.0, 1.0, 0.0)); in getLineJoinSegments()
365 aNewPolygon.append(basegfx::B3DPoint(0.0, 1.0, 0.0)); in getLineJoinSegments()
492 basegfx::B3DPoint aLast(getB3DPolygon().getB3DPoint(nPointCount - 1)); in impCreate3DDecomposition()
493 basegfx::B3DPoint aCurr(getB3DPolygon().getB3DPoint(0)); in impCreate3DDecomposition()
498 … const basegfx::B3DPoint aNext(getB3DPolygon().getB3DPoint((a + 1) % nPointCount)); in impCreate3DDecomposition()