Lines Matching refs:aViewInfo3D

147 …      const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D());  in fillViewInformation3DForCompoundObject()  local
150 aViewInfo3D.getObjectTransformation() * aInBetweenSceneMatrix, in fillViewInformation3DForCompoundObject()
151 aViewInfo3D.getOrientation(), in fillViewInformation3DForCompoundObject()
152 aViewInfo3D.getProjection(), in fillViewInformation3DForCompoundObject()
153 aViewInfo3D.getDeviceToView(), in fillViewInformation3DForCompoundObject()
154 aViewInfo3D.getViewTime(), in fillViewInformation3DForCompoundObject()
155 aViewInfo3D.getExtendedInformationSequence()); in fillViewInformation3DForCompoundObject()
193 drawinglayer::geometry::ViewInformation3D aViewInfo3D(aEmptyParameters); in getAllHit3DObjectsSortedFrontToBack() local
201 fillViewInformation3DForCompoundObject(aViewInfo3D, *pCandidate); in getAllHit3DObjectsSortedFrontToBack()
204 basegfx::B3DHomMatrix aViewToObject(aViewInfo3D.getObjectToView()); in getAllHit3DObjectsSortedFrontToBack()
213 …getAllHit3DObjectWithRelativePoint(aFront, aBack, *pCandidate, aViewInfo3D, aHitsWithObject, false… in getAllHit3DObjectsSortedFrontToBack()
217 …const basegfx::B3DPoint aPointInViewCoordinates(aViewInfo3D.getObjectToView() * aHitsWithObject[a]… in getAllHit3DObjectsSortedFrontToBack()
251 drawinglayer::geometry::ViewInformation3D aViewInfo3D(aEmptyParameters); in checkHitSingle3DObject() local
252 E3dScene* pRootScene = fillViewInformation3DForCompoundObject(aViewInfo3D, rCandidate); in checkHitSingle3DObject()
268 basegfx::B3DHomMatrix aViewToObject(aViewInfo3D.getObjectToView()); in checkHitSingle3DObject()
277 … getAllHit3DObjectWithRelativePoint(aFront, aBack, rCandidate, aViewInfo3D, aHitsWithObject, true); in checkHitSingle3DObject()