Lines Matching refs:basegfx

271 	basegfx::B2DPolyPolygon aResult;  in CreateOverlayGeometry()
280 const basegfx::B3DPolyPolygon aCandidate(rCandidate.maWireframePoly); in CreateOverlayGeometry()
287 …const basegfx::B3DHomMatrix aWorldToView(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection… in CreateOverlayGeometry()
288 const basegfx::B3DHomMatrix aTransform(aWorldToView * rCandidate.maDisplayTransform); in CreateOverlayGeometry()
291basegfx::B2DPolyPolygon aPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolygon(aCandi… in CreateOverlayGeometry()
339 basegfx::B3DPoint aObjCenter = rCandidate.mp3DObj->GetBoundVolume().getCenter(); in E3dDragRotate()
340 …const basegfx::B3DHomMatrix aTransform(aViewInfo3D.getOrientation() * rCandidate.maDisplayTransfor… in E3dDragRotate()
353 basegfx::B2DPoint aRotCenter2D(Ref1().X(), Ref1().Y()); in E3dDragRotate()
356 basegfx::B2DHomMatrix aInverseObjectTransform(rVCScene.getObjectTransformation()); in E3dDragRotate()
361 basegfx::B3DPoint aRotCenter3D(aRotCenter2D.getX(), aRotCenter2D.getY(), 0.0); in E3dDragRotate()
362basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in E3dDragRotate()
435 basegfx::B3DHomMatrix aRotMat; in MoveSdrDrag()
459 basegfx::B3DHomMatrix aInverseOrientation(aViewInfo3D.getOrientation()); in MoveSdrDrag()
462 basegfx::B3DHomMatrix aTransMat(rCandidate.maDisplayTransform); in MoveSdrDrag()
574basegfx::B3DPoint aGlobalMoveHead((double)(rPnt.X() - maLastPos.X()), (double)(rPnt.Y() - maLastPo… in MoveSdrDrag()
575 basegfx::B3DPoint aGlobalMoveTail(0.0, 0.0, 32768.0); in MoveSdrDrag()
594basegfx::B2DPoint aGlobalMoveHead2D((double)(rPnt.X() - maLastPos.X()), (double)(rPnt.Y() - maLast… in MoveSdrDrag()
595 basegfx::B2DPoint aGlobalMoveTail2D(0.0, 0.0); in MoveSdrDrag()
596 basegfx::B2DHomMatrix aInverseSceneTransform(rVCScene.getObjectTransformation()); in MoveSdrDrag()
602 basegfx::B3DPoint aMoveHead3D(aGlobalMoveHead2D.getX(), aGlobalMoveHead2D.getY(), 0.5); in MoveSdrDrag()
603 basegfx::B3DPoint aMoveTail3D(aGlobalMoveTail2D.getX(), aGlobalMoveTail2D.getY(), 0.5); in MoveSdrDrag()
604basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in MoveSdrDrag()
623 basegfx::B3DHomMatrix aInverseOrientation(aViewInfo3D.getOrientation()); in MoveSdrDrag()
625 basegfx::B3DHomMatrix aCompleteTrans(rCandidate.maInvDisplayTransform * aInverseOrientation); in MoveSdrDrag()
631 basegfx::B3DHomMatrix aTransMat; in MoveSdrDrag()
632 basegfx::B3DPoint aTranslate(aMoveHead3D - aMoveTail3D); in MoveSdrDrag()
661 const basegfx::B3DPoint aObjectCenter(rCandidate.mp3DObj->GetBoundVolume().getCenter()); in MoveSdrDrag()
667 basegfx::B2DPoint aGlobalScaleStart2D((double)(aStartPos.X()), (double)(aStartPos.Y())); in MoveSdrDrag()
668 basegfx::B2DPoint aGlobalScaleNext2D((double)(rPnt.X()), (double)(rPnt.Y())); in MoveSdrDrag()
669basegfx::B2DPoint aGlobalScaleFixPos2D((double)(maScaleFixPos.X()), (double)(maScaleFixPos.Y())); in MoveSdrDrag()
670 basegfx::B2DHomMatrix aInverseSceneTransform(rVCScene.getObjectTransformation()); in MoveSdrDrag()
677basegfx::B3DPoint aGlobalScaleStart3D(aGlobalScaleStart2D.getX(), aGlobalScaleStart2D.getY(), aObj… in MoveSdrDrag()
678basegfx::B3DPoint aGlobalScaleNext3D(aGlobalScaleNext2D.getX(), aGlobalScaleNext2D.getY(), aObject… in MoveSdrDrag()
679basegfx::B3DPoint aGlobalScaleFixPos3D(aGlobalScaleFixPos2D.getX(), aGlobalScaleFixPos2D.getY(), a… in MoveSdrDrag()
680basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in MoveSdrDrag()
683 basegfx::B3DPoint aScStart(aInverseViewToEye * aGlobalScaleStart3D); in MoveSdrDrag()
684 basegfx::B3DPoint aScNext(aInverseViewToEye * aGlobalScaleNext3D); in MoveSdrDrag()
685 basegfx::B3DPoint aScFixPos(aInverseViewToEye * aGlobalScaleFixPos3D); in MoveSdrDrag()
705 basegfx::B3DPoint aScaleVec(aScStart - aScFixPos); in MoveSdrDrag()
742 basegfx::B3DHomMatrix aInverseOrientation(aViewInfo3D.getOrientation()); in MoveSdrDrag()
745 basegfx::B3DHomMatrix aNewTrans = rCandidate.maInitTransform; in MoveSdrDrag()