Home
last modified time | relevance | path

Searched refs:pParentScene (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx180 E3dScene* pParentScene = dynamic_cast< E3dScene* >(rObject.GetParentObj()); in getMinimalDepthInViewCoordinates() local
182 while(pParentScene && pParentScene != pScene) in getMinimalDepthInViewCoordinates()
184 aInBetweenSceneMatrix = pParentScene->GetTransform() * aInBetweenSceneMatrix; in getMinimalDepthInViewCoordinates()
185 pParentScene = dynamic_cast< E3dScene* >(pParentScene->GetParentObj()); in getMinimalDepthInViewCoordinates()
H A Dhelperhittest3d.cxx114 E3dScene* pParentScene = dynamic_cast< E3dScene* >(rCandidate.GetParentObj()); in fillViewInformation3DForCompoundObject() local
118 while(pParentScene) in fillViewInformation3DForCompoundObject()
120 E3dScene* pParentParentScene = dynamic_cast< E3dScene* >(pParentScene->GetParentObj()); in fillViewInformation3DForCompoundObject()
125 aInBetweenSceneMatrix = pParentScene->GetTransform() * aInBetweenSceneMatrix; in fillViewInformation3DForCompoundObject()
130 pRootScene = pParentScene; in fillViewInformation3DForCompoundObject()
133 pParentScene = pParentParentScene; in fillViewInformation3DForCompoundObject()

Completed in 18 milliseconds