Lines Matching refs:aInverseViewToEye
362 …basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in E3dDragRotate() local
363 aInverseViewToEye.invert(); in E3dDragRotate()
364 aRotCenter3D = aInverseViewToEye * aRotCenter3D; in E3dDragRotate()
604 …basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in MoveSdrDrag() local
605 aInverseViewToEye.invert(); in MoveSdrDrag()
607 aMoveHead3D = aInverseViewToEye * aMoveHead3D; in MoveSdrDrag()
608 aMoveTail3D = aInverseViewToEye * aMoveTail3D; in MoveSdrDrag()
680 …basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in MoveSdrDrag() local
682 aInverseViewToEye.invert(); 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()