Lines Matching refs:B3DHomMatrix
287 …const basegfx::B3DHomMatrix aWorldToView(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection… in CreateOverlayGeometry()
288 const basegfx::B3DHomMatrix aTransform(aWorldToView * rCandidate.maDisplayTransform); in CreateOverlayGeometry()
340 …const basegfx::B3DHomMatrix aTransform(aViewInfo3D.getOrientation() * rCandidate.maDisplayTransfor… in E3dDragRotate()
362 …basegfx::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()
604 …basegfx::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()
680 …basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in MoveSdrDrag()
742 basegfx::B3DHomMatrix aInverseOrientation(aViewInfo3D.getOrientation()); in MoveSdrDrag()
745 basegfx::B3DHomMatrix aNewTrans = rCandidate.maInitTransform; in MoveSdrDrag()