Home
last modified time | relevance | path

Searched refs:B2DVector (Results 1 – 25 of 220) sorted by relevance

123456789

/AOO41X/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx304 Slide.pushTriangle(basegfx::B2DVector(0,0),basegfx::B2DVector(1,0),basegfx::B2DVector(0,1)); in makeOutsideCubeFaceToLeft()
305 Slide.pushTriangle(basegfx::B2DVector(1,0),basegfx::B2DVector(0,1),basegfx::B2DVector(1,1)); in makeOutsideCubeFaceToLeft()
321 Slide.pushTriangle(basegfx::B2DVector(0,0),basegfx::B2DVector(1,0),basegfx::B2DVector(0,1)); in makeInsideCubeFaceToLeft()
322 Slide.pushTriangle(basegfx::B2DVector(1,0),basegfx::B2DVector(0,1),basegfx::B2DVector(1,1)); in makeInsideCubeFaceToLeft()
338 Slide.pushTriangle(basegfx::B2DVector(0,0),basegfx::B2DVector(1,0),basegfx::B2DVector(0,1)); in makeFallLeaving()
339 Slide.pushTriangle(basegfx::B2DVector(1,0),basegfx::B2DVector(0,1),basegfx::B2DVector(1,1)); in makeFallLeaving()
355 Slide.pushTriangle(basegfx::B2DVector(0,0),basegfx::B2DVector(1,0),basegfx::B2DVector(0,1)); in makeTurnAround()
356 Slide.pushTriangle(basegfx::B2DVector(1,0),basegfx::B2DVector(0,1),basegfx::B2DVector(1,1)); in makeTurnAround()
372 Slide.pushTriangle(basegfx::B2DVector(0,0),basegfx::B2DVector(1,0),basegfx::B2DVector(0,1)); in makeTurnDown()
373 Slide.pushTriangle(basegfx::B2DVector(1,0),basegfx::B2DVector(0,1),basegfx::B2DVector(1,1)); in makeTurnDown()
[all …]
/AOO41X/main/basegfx/inc/basegfx/vector/
H A Db2dvector.hxx44 class B2DVector : public ::basegfx::B2DTuple class
51 B2DVector() in B2DVector() function in basegfx::B2DVector
65 B2DVector(double fX, double fY) in B2DVector() function in basegfx::B2DVector
74 B2DVector(const B2DVector& rVec) in B2DVector() function in basegfx::B2DVector
83 B2DVector(const ::basegfx::B2IVector& rVec) in B2DVector() function in basegfx::B2DVector
90 B2DVector(const ::basegfx::B2DTuple& rTuple) in B2DVector() function in basegfx::B2DVector
94 ~B2DVector() in ~B2DVector()
99 B2DVector& operator*=( const B2DVector& rPnt ) in operator *=()
108 B2DVector& operator*=(double t) in operator *=()
118 B2DVector& operator=( const ::basegfx::B2DTuple& rVec );
[all …]
/AOO41X/main/basegfx/source/vector/
H A Db2dvector.cxx32 B2DVector& B2DVector::normalize() in normalize()
60 B2DVector& B2DVector::operator=( const B2DTuple& rVec ) in operator =()
68 double B2DVector::getLength() const in getLength()
82 double B2DVector::scalar( const B2DVector& rVec ) const in scalar()
87 double B2DVector::cross( const B2DVector& rVec ) const in cross()
92 double B2DVector::angle( const B2DVector& rVec ) const in angle()
98 const B2DVector& B2DVector::getEmptyVector() in getEmptyVector()
100 return (const B2DVector&) B2DTuple::getEmptyTuple(); in getEmptyVector()
103 B2DVector& B2DVector::operator*=( const B2DHomMatrix& rMat ) in operator *=()
115 B2DVector& B2DVector::setLength(double fLen) in setLength()
[all …]
/AOO41X/main/drawinglayer/source/attribute/
H A Dsdrfillgraphicattribute.cxx45 basegfx::B2DVector maGraphicLogicSize;
46 basegfx::B2DVector maSize;
47 basegfx::B2DVector maOffset;
48 basegfx::B2DVector maOffsetPosition;
49 basegfx::B2DVector maRectPoint;
58 const basegfx::B2DVector& rGraphicLogicSize, in ImpSdrFillGraphicAttribute()
59 const basegfx::B2DVector& rSize, in ImpSdrFillGraphicAttribute()
60 const basegfx::B2DVector& rOffset, in ImpSdrFillGraphicAttribute()
61 const basegfx::B2DVector& rOffsetPosition, in ImpSdrFillGraphicAttribute()
62 const basegfx::B2DVector& rRectPoint, in ImpSdrFillGraphicAttribute()
[all …]
/AOO41X/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx95 const double fArrowYLength(B2DVector(aUpperCenter).getLength()); in createAreaGeometryForLineStartEnd()
108 … const B2DVector aHead(rCandidate.getB2DPoint((bStart) ? 0L : rCandidate.count() - 1L)); in createAreaGeometryForLineStartEnd()
109 const B2DVector aTail(getPositionAbsolute(rCandidate, in createAreaGeometryForLineStartEnd()
113 const B2DVector aTargetDirection(aHead - aTail); in createAreaGeometryForLineStartEnd()
148 const B2DVector aEdge(rCandidate.getEndPoint() - rCandidate.getStartPoint()); in impIsSimpleEdge()
158 const B2DVector aTangentA(rCandidate.getTangent(0.0)); in impIsSimpleEdge()
185 const B2DVector aTangentB(rCandidate.getTangent(1.0)); in impIsSimpleEdge()
359 const B2DVector aPureEdgeVector(rEdge.getEndPoint() - rEdge.getStartPoint()); in createAreaGeometryForEdge()
362 B2DVector aTangentA(rEdge.getTangent(0.0)); aTangentA.normalize(); in createAreaGeometryForEdge()
363 B2DVector aTangentB(rEdge.getTangent(1.0)); aTangentB.normalize(); in createAreaGeometryForEdge()
[all …]
H A Db2dpolygon.cxx251 basegfx::B2DVector maPrevVector;
252 basegfx::B2DVector maNextVector;
257 const basegfx::B2DVector& getPrevVector() const in getPrevVector()
262 void setPrevVector(const basegfx::B2DVector& rValue) in setPrevVector()
268 const basegfx::B2DVector& getNextVector() const in getNextVector()
273 void setNextVector(const basegfx::B2DVector& rValue) in setNextVector()
342 const basegfx::B2DVector& getPrevVector(sal_uInt32 nIndex) const in getPrevVector()
347 void setPrevVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setPrevVector()
360 maVector[nIndex].setPrevVector(basegfx::B2DVector::getEmptyVector()); in setPrevVector()
374 const basegfx::B2DVector& getNextVector(sal_uInt32 nIndex) const in getNextVector()
[all …]
H A Db2dpolypolygoncutter.cxx71 B2DVector maPrev;
72 B2DVector maNext;
78 B2DVector maOriginalNext;
159 … bool impLeftOfEdges(const B2DVector& rVecA, const B2DVector& rVecB, const B2DVector& rTest) in impLeftOfEdges()
203 const B2DVector& rCPA(bPrev ? maVNV[rPN.mnI].maPrev : maVNV[rPN.mnI].maNext); in createSegment()
206 …const B2DVector& rCPB(bPrev ? maVNV[maPNV[rPN.mnIP].mnI].maOriginalNext : maVNV[maPNV[rPN.mnIN].mn… in createSegment()
296 … const B2DVector aPrevCA(aPrevA.interpolatePoint(0.5) - aPrevA.getStartPoint()); in impHandleCommon()
297 … const B2DVector aNextCA(aNextA.interpolatePoint(0.5) - aNextA.getStartPoint()); in impHandleCommon()
298 … const B2DVector aPrevCB(aPrevB.interpolatePoint(0.5) - aPrevB.getStartPoint()); in impHandleCommon()
304 … const B2DVector aPrevCA2(aPrevA2.interpolatePoint(0.5) - aPrevA2.getStartPoint()); in impHandleCommon()
[all …]
H A Db2dpolygontools.cxx578 fRetval = B2DVector(aNext - aCurrent).getLength(); in getEdgeLength()
619 fRetval += B2DVector(aNext - aCurrent).getLength(); in getLength()
1004 const B2DVector aVector1(aEnd1 - aStart1); in findCut()
1008 const B2DVector aVector2(aEnd2 - aStart2); in findCut()
1035 const B2DVector aVector1(aEnd1 - aStart1); in findCut()
1039 const B2DVector aVector2(aEnd2 - aStart2); in findCut()
1050 const B2DPoint& rEdge1Start, const B2DVector& rEdge1Delta, in findCut()
1051 const B2DPoint& rEdge2Start, const B2DVector& rEdge2Delta, in findCut()
1221 const B2DVector& rEdgeDelta, in isPointOnEdge()
1556 const B2DVector aEdge(rEdgeEnd - rEdgeStart); in isInEpsilonRange()
[all …]
/AOO41X/main/chart2/source/view/axes/
H A DTickmarks.cxx41 using ::basegfx::B2DVector;
66 B2DVector aDistance = rOherTickInfo.aTickScreenPosition - aTickScreenPosition; in getScreenDistanceBetweenTicks()
157 , const B2DVector& rStartScreenPos, const B2DVector& rEndScreenPos in TickFactory_2D()
158 , const B2DVector& rAxisLineToLabelLineShift ) in TickFactory_2D()
174 B2DVector aSwap(m_aAxisStartScreenPosition2D); in TickFactory_2D()
210 B2DVector TickFactory_2D::getTickScreenPosition2D( double fScaledLogicTickValue ) const in getTickScreenPosition2D()
212 B2DVector aRet(m_aAxisStartScreenPosition2D); in getTickScreenPosition2D()
227 B2DVector aTickScreenPosition = this->getTickScreenPosition2D(fScaledLogicTickValue); in addPointSequenceForTickLine()
231 B2DVector aMainDirection = m_aAxisEndScreenPosition2D-m_aAxisStartScreenPosition2D; in addPointSequenceForTickLine()
233 B2DVector aOrthoDirection(-aMainDirection.getY(),aMainDirection.getX()); in addPointSequenceForTickLine()
[all …]
H A DTickmarkHelper.cxx39 using ::basegfx::B2DVector;
63 B2DVector aDistance = rOherTickInfo.aTickScreenPosition - aTickScreenPosition; in getScreenDistanceBetweenTicks()
726 , const B2DVector& rStartScreenPos, const B2DVector& rEndScreenPos in TickmarkHelper_2D()
727 , const B2DVector& rAxisLineToLabelLineShift ) in TickmarkHelper_2D()
743 B2DVector aSwap(m_aAxisStartScreenPosition2D); in TickmarkHelper_2D()
757 ::basegfx::B2DVector aStart( m_aAxisStartScreenPosition2D ); in createShiftedTickmarkHelper()
758 ::basegfx::B2DVector aEnd( m_aAxisEndScreenPosition2D ); in createShiftedTickmarkHelper()
791 B2DVector TickmarkHelper_2D::getTickScreenPosition2D( double fScaledLogicTickValue ) const in getTickScreenPosition2D()
793 B2DVector aRet(m_aAxisStartScreenPosition2D); in getTickScreenPosition2D()
808 B2DVector aTickScreenPosition = this->getTickScreenPosition2D(fScaledLogicTickValue); in addPointSequenceForTickLine()
[all …]
H A DTickmarks.hxx41 using ::basegfx::B2DVector;
52 ::basegfx::B2DVector aTickScreenPosition;
123 , const ::basegfx::B2DVector& rStartScreenPos, const ::basegfx::B2DVector& rEndScreenPos
124 , const ::basegfx::B2DVector& rAxisLineToLabelLineShift );
135 ::basegfx::B2DVector getDistanceAxisTickToText( const AxisProperties& rAxisProperties
145 ::basegfx::B2DVector getTickScreenPosition2D( double fScaledLogicTickValue ) const;
148 ::basegfx::B2DVector m_aAxisStartScreenPosition2D;
149 ::basegfx::B2DVector m_aAxisEndScreenPosition2D;
153 ::basegfx::B2DVector m_aAxisLineToLabelLineShift;
H A DVCartesianAxis.cxx119 , const basegfx::B2DVector& rTickScreenPosition in lcl_doesShapeOverlapWithTickmark()
258 B2DVector lcl_getLabelsDistance( TickIter& rIter, const B2DVector& rDistanceTickToText, double fRot… in lcl_getLabelsDistance()
263 B2DVector aRet(0,0); in lcl_getLabelsDistance()
269 B2DVector aStaggerDirection(rDistanceTickToText); in lcl_getLabelsDistance()
298 void lcl_shiftLables( TickIter& rIter, const B2DVector& rStaggerDistance ) in lcl_shiftLables()
609B2DVector aTextToTickDistance( pTickFactory->getDistanceAxisTickToText( m_aAxisProperties, true ) … in createTextShapes()
729 B2DVector aTickScreenPos2D( pTickInfo->aTickScreenPosition ); in createTextShapes()
798 drawing::PointSequenceSequence lcl_makePointSequence( B2DVector& rStart, B2DVector& rEnd ) in lcl_makePointSequence()
855 B2DVector VCartesianAxis::getScreenPosition( double fLogicX, double fLogicY, double fLogicZ ) const in getScreenPosition()
857 B2DVector aRet(0,0); in getScreenPosition()
[all …]
/AOO41X/main/slideshow/source/engine/transitions/
H A Dslidetransitionfactory.cxx475 const ::basegfx::B2DVector maLeavingDirection;
478 const ::basegfx::B2DVector maEnteringDirection;
506 const ::basegfx::B2DVector& rLeavingDirection, in MovingSlideChange()
507 const ::basegfx::B2DVector& rEnteringDirection ) in MovingSlideChange()
640 ::basegfx::B2DVector aDirection; in createPushWipeTransition()
652 aDirection = ::basegfx::B2DVector( 0.0, 1.0 ); in createPushWipeTransition()
656 aDirection = ::basegfx::B2DVector( 0.0, -1.0 ); in createPushWipeTransition()
660 aDirection = ::basegfx::B2DVector( 1.0, 0.0 ); in createPushWipeTransition()
664 aDirection = ::basegfx::B2DVector( -1.0, 0.0 ); in createPushWipeTransition()
668 aDirection = ::basegfx::B2DVector( -1.0, -1.0 ); in createPushWipeTransition()
[all …]
/AOO41X/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx58 B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngle()
59 B2DVector aRight(rfEB - rfPB); in ImpSubDivAngle()
125 const B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngleStart()
126 const B2DVector aRight(rfEB - rfPB); in ImpSubDivAngleStart()
137 const B2DVector aBase(rfPB - rfPA); in ImpSubDivAngleStart()
209 … const B2DVector aLeftLeft(bLeftEqualZero ? aS2L - aS1L : aS1L - rfPA); // #i72104# in ImpSubDivAngleStart()
210 const B2DVector aRightLeft(aS2L - aS3C); in ImpSubDivAngleStart()
219 const B2DVector aLeftRight(aS2R - aS3C); in ImpSubDivAngleStart()
220 … const B2DVector aRightRight(bRightEqualZero ? aS2R - aS1R : aS1R - rfPB); // #i72104# in ImpSubDivAngleStart()
425 const B2DVector aEdge(maEndPoint - maStartPoint); in testAndSolveTrivialBezier()
[all …]
/AOO41X/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrfillgraphicattribute.hxx36 class B2DVector;
59 const basegfx::B2DVector& rGraphicLogicSize,
60 const basegfx::B2DVector& rSize,
61 const basegfx::B2DVector& rOffset,
62 const basegfx::B2DVector& rOffsetPosition,
63 const basegfx::B2DVector& rRectPoint,
80 const basegfx::B2DVector& getGraphicLogicSize() const;
81 const basegfx::B2DVector& getSize() const;
82 const basegfx::B2DVector& getOffset() const;
83 const basegfx::B2DVector& getOffsetPosition() const;
[all …]
/AOO41X/main/slideshow/source/inc/
H A Dtools.hxx55 class B2DVector;
130 const basegfx::B2DVector& rSlideBounds );
136 const basegfx::B2DVector& rSlideBounds );
142 const basegfx::B2DVector& rSlideBounds );
148 const basegfx::B2DVector& rSlideBounds );
154 const basegfx::B2DVector& rSlideBounds );
160 const basegfx::B2DVector& rSlideBounds );
166 const basegfx::B2DVector& rSlideBounds );
172 const basegfx::B2DVector& rSlideBounds );
197 basegfx::B2DRange calcRelativeShapeBounds( const basegfx::B2DVector& rPageSize,
[all …]
H A Danimationfactory.hxx99 … const ::basegfx::B2DVector& rSlideSize,
105 … const ::basegfx::B2DVector& rSlideSize,
111 … const ::basegfx::B2DVector& rSlideSize,
123 … const ::basegfx::B2DVector& rSlideSize,
130 … const ::basegfx::B2DVector& rSlideSize,
136 … const ::basegfx::B2DVector& rSlideSize,
143 … const ::basegfx::B2DVector& rSlideSize,
/AOO41X/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dsvggradientprimitive2d.hxx247 basegfx::B2DVector maFocalVector;
372 basegfx::B2DVector maTranslateA;
373 basegfx::B2DVector maTranslateB;
375 … VectorPair(const basegfx::B2DVector& rTranslateA, const basegfx::B2DVector& rTranslateB) in VectorPair()
393 … const basegfx::BColor& aColorA, double fScaleA, const basegfx::B2DVector& rTranslateA,
394 … const basegfx::BColor& aColorB, double fScaleB, const basegfx::B2DVector& rTranslateB);
406 …basegfx::B2DVector getTranslateA() const { if(mpTranslate) return mpTranslate->maTranslateA; retur… in getTranslateA()
407 …basegfx::B2DVector getTranslateB() const { if(mpTranslate) return mpTranslate->maTranslateB; retur… in getTranslateB()
/AOO41X/main/svx/source/svdraw/
H A Dgradtrns.cxx69 basegfx::B2DVector aFullVec(aStartPos - aEndPos); in GradToVec()
92 basegfx::B2DVector aFullVec(aEndPos - aStartPos); in GradToVec()
116 basegfx::B2DVector aFullVec(aStartPos - aEndPos); in GradToVec()
151 basegfx::B2DVector aFullVec(aStartPos - aEndPos); in GradToVec()
218 basegfx::B2DVector aFullVec(aEndPos - aStartPos); in VecToGrad()
254 const basegfx::B2DVector aFullVec(aEndPos - aStartPos); in VecToGrad()
257 const basegfx::B2DVector aOldVec(aBottomLeft - aTopLeft); in VecToGrad()
287 basegfx::B2DVector aFullVec(aEndPos - aCenter); in VecToGrad()
288 …const basegfx::B2DVector aOldVec(basegfx::B2DPoint(aCenter.getX(), aRange.getMaximum().getY()) - a… in VecToGrad()
379 basegfx::B2DVector aFullVec(aStartPos - aEndPos); in VecToGrad()
[all …]
/AOO41X/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrixtools.hxx152 B2DVector maScale;
153 B2DVector maTranslate;
174 const B2DVector& getScale() const { return maScale; } in getScale()
175 const B2DVector& getTranslate() const { return maTranslate; } in getTranslate()
192 B2DVector maScale;
193 B2DVector maTranslate;
222 …const B2DVector& getScale() const { const_cast< B2DHomMatrixBufferedOnDemandDecompose* >(this)->im… in getScale()
223 …const B2DVector& getTranslate() const { const_cast< B2DHomMatrixBufferedOnDemandDecompose* >(this)… in getTranslate()
/AOO41X/main/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx340 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()
[all …]
H A Dtextprimitive2d.cxx49 basegfx::B2DVector getCorrectedScaleAndFontScale(basegfx::B2DVector& rScale) in getCorrectedScaleAndFontScale()
52 basegfx::B2DVector aFontScale(rScale); in getCorrectedScaleAndFontScale()
103 basegfx::B2DVector aScale, aTranslate; in getTextOutlinesAndTransformation()
122 const basegfx::B2DVector aFontScale(getCorrectedScaleAndFontScale(aScale)); in getTextOutlinesAndTransformation()
209 basegfx::B2DVector aScale, aTranslate; in create2DDecomposition()
287 basegfx::B2DVector aScale, aTranslate; in getB2DRange()
296 const basegfx::B2DVector aFontScale(getCorrectedScaleAndFontScale(aScale)); in getB2DRange()
/AOO41X/main/slideshow/source/engine/
H A Dtools.cxx163 const ::basegfx::B2DVector& rSlideBounds ) in extractValue()
198 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue()
243 const ::basegfx::B2DVector& rSlideBounds ) in extractValue()
264 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue()
346 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue()
385 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue()
398 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue()
438 const ::basegfx::B2DVector& rSlideBounds ) in extractValue()
500 basegfx::B2DRange calcRelativeShapeBounds( const basegfx::B2DVector& rPageSize, in calcRelativeShapeBounds()
534 …::basegfx::B2DHomMatrix getSpriteTransformation( const ::basegfx::B2DVector& rPixelSize, in getSpriteTransformation()
[all …]
/AOO41X/main/chart2/source/controller/main/
H A DDragMethod_PieSegment.cxx45 using ::basegfx::B2DVector;
71 B2DVector aMinVector( aMinimumPosition.X, aMinimumPosition.Y ); in DragMethod_PieSegment()
72 B2DVector aMaxVector( aMaximumPosition.X, aMaximumPosition.Y ); in DragMethod_PieSegment()
89 m_aStartVector = B2DVector( aStart.X(), aStart.Y() ); in BeginSdrDrag()
98 B2DVector aShiftVector(( B2DVector( rPnt.X(), rPnt.Y() ) - m_aStartVector )); in MoveSdrDrag()
106 B2DVector aNewPosVector = m_aStartVector + (m_aDragDirection * m_fAdditionalOffset); in MoveSdrDrag()
/AOO41X/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dtextureprimitive3d.hxx50 basegfx::B2DVector maTextureSize;
63 const basegfx::B2DVector& rTextureSize,
68 const basegfx::B2DVector& getTextureSize() const { return maTextureSize; } in getTextureSize()
143 const basegfx::B2DVector& rTextureSize,
182 const basegfx::B2DVector& rTextureSize,
218 const basegfx::B2DVector& rTextureSize);

123456789