Lines Matching refs:B2DVector

340                 const basegfx::B2DVector aVector(getEnd() - getStart());  in checkPreconditions()
418 const basegfx::B2DVector aVector(getEnd() - getStart()); in create2DDecomposition()
439 const basegfx::B2DVector aVector(aEnd - aStart); in create2DDecomposition()
653 … const basegfx::B2DVector aTranslateFrom(maFocalVector * (maFocalLength - fScaleFrom)); in createAtom()
654 … const basegfx::B2DVector aTranslateTo(maFocalVector * (maFocalLength - fScaleTo)); in createAtom()
678 … const basegfx::B2DVector aTranslateFrom(maFocalVector * (maFocalLength - fScaleFrom)); in createAtom()
679 … const basegfx::B2DVector aTranslateTo(maFocalVector * (maFocalLength - fScaleTo)); in createAtom()
778 … const double fRadius((aObjectTransform * basegfx::B2DVector(getRadius(), 0.0)).getLength()); in create2DDecomposition()
802 double fMax(basegfx::B2DVector(aUnitRange.getMinimum()).getLength()); in create2DDecomposition()
803 fMax = std::max(fMax, basegfx::B2DVector(aUnitRange.getMaximum()).getLength()); in create2DDecomposition()
804 … fMax = std::max(fMax, basegfx::B2DVector(aUnitRange.getMinX(), aUnitRange.getMaxY()).getLength()); in create2DDecomposition()
805 … fMax = std::max(fMax, basegfx::B2DVector(aUnitRange.getMaxX(), aUnitRange.getMinY()).getLength()); in create2DDecomposition()
1046 const basegfx::B2DVector aTranslate( in create2DDecomposition()
1078 const basegfx::BColor& aColorA, double fScaleA, const basegfx::B2DVector& rTranslateA, in SvgRadialAtomPrimitive2D()
1079 const basegfx::BColor& aColorB, double fScaleB, const basegfx::B2DVector& rTranslateB) in SvgRadialAtomPrimitive2D()