Home
last modified time | relevance | path

Searched refs:getViewInformation3D (Results 1 – 23 of 23) sorted by relevance

/trunk/main/drawinglayer/source/processor3d/
H A Dshadow3dextractor.cxx109 const geometry::ViewInformation3D aLastViewInformation3D(getViewInformation3D()); in processBasePrimitive3D()
124 …maWorldToEye = getViewInformation3D().getOrientation() * getViewInformation3D().getObjectTransform… in processBasePrimitive3D()
125 … maEyeToView = getViewInformation3D().getDeviceToView() * getViewInformation3D().getProjection(); in processBasePrimitive3D()
137 …maWorldToEye = getViewInformation3D().getOrientation() * getViewInformation3D().getObjectTransform… in processBasePrimitive3D()
138 … maEyeToView = getViewInformation3D().getDeviceToView() * getViewInformation3D().getProjection(); in processBasePrimitive3D()
159 …tools::createB2DPolygonFromB3DPolygon(rPrimitive.getB3DPolygon(), getViewInformation3D().getObject… in processBasePrimitive3D()
190 …eB2DPolyPolygonFromB3DPolyPolygon(rPrimitive.getB3DPolyPolygon(), getViewInformation3D().getObject… in processBasePrimitive3D()
207 process(rCandidate.get3DDecomposition(getViewInformation3D())); in processBasePrimitive3D()
244 …maWorldToEye = getViewInformation3D().getOrientation() * getViewInformation3D().getObjectTransform… in Shadow3DExtractingProcessor()
245 maEyeToView = getViewInformation3D().getDeviceToView() * getViewInformation3D().getProjection(); in Shadow3DExtractingProcessor()
H A Ddefaultprocessor3d.cxx233 basegfx::B3DHomMatrix aInvObjectToView(getViewInformation3D().getObjectToView()); in impRenderHatchTexturePrimitive3D()
341 aHairline.transform(getViewInformation3D().getObjectToView()); in impRenderPolygonHairlinePrimitive3D()
381 aFill.transform(getViewInformation3D().getObjectToView()); in impRenderPolyPolygonMaterialPrimitive3D()
404 …basegfx::B3DHomMatrix aNormalTransform(getViewInformation3D().getOrientation() * getViewInformatio… in impRenderPolyPolygonMaterialPrimitive3D()
495 const geometry::ViewInformation3D aLastViewInformation3D(getViewInformation3D()); in impRenderTransformPrimitive3D()
534 process(rBasePrimitive.get3DDecomposition(getViewInformation3D())); in processBasePrimitive3D()
591 process(rBasePrimitive.get3DDecomposition(getViewInformation3D())); in processBasePrimitive3D()
H A Dgeometry2dextractor.cxx60 const geometry::ViewInformation3D aLastViewInformation3D(getViewInformation3D()); in processBasePrimitive3D()
97 …tools::createB2DPolygonFromB3DPolygon(rPrimitive.getB3DPolygon(), getViewInformation3D().getObject… in processBasePrimitive3D()
112 …eB2DPolyPolygonFromB3DPolyPolygon(rPrimitive.getB3DPolyPolygon(), getViewInformation3D().getObject… in processBasePrimitive3D()
147 process(rCandidate.get3DDecomposition(getViewInformation3D())); in processBasePrimitive3D()
H A Dzbufferprocessor3d.cxx738 getViewInformation3D().getObjectTransformation(), in ZBufferProcessor3D()
739 getViewInformation3D().getOrientation(), in ZBufferProcessor3D()
740 getViewInformation3D().getProjection(), in ZBufferProcessor3D()
742 getViewInformation3D().getViewTime(), in ZBufferProcessor3D()
743 getViewInformation3D().getExtendedInformationSequence()); in ZBufferProcessor3D()
749 …maInvEyeToView = getViewInformation3D().getDeviceToView() * getViewInformation3D().getProjection(); in ZBufferProcessor3D()
H A Dcutfindprocessor3d.cxx82 const geometry::ViewInformation3D aLastViewInformation3D(getViewInformation3D()); in processBasePrimitive3D()
212 process(rCandidate.get3DDecomposition(getViewInformation3D())); in processBasePrimitive3D()
H A Dbaseprocessor3d.cxx75 …const uno::Sequence< beans::PropertyValue >& rViewParameters(getViewInformation3D().getViewInforma… in process()
/trunk/main/drawinglayer/source/primitive2d/
H A Dembedded3dprimitive2d.cxx57 getViewInformation3D(), in impGetShadow3D()
115 && getViewInformation3D() == rCompare.getViewInformation3D() in operator ==()
129 …a3DRange(primitive3d::getB3DRangeFromPrimitive3DSequence(getChildren3D(), getViewInformation3D())); in getB2DRange()
130 a3DRange.transform(getViewInformation3D().getObjectToView()); in getB2DRange()
H A Dsceneprimitive2d.cxx62 …e3DRange(primitive3d::getB3DRangeFromPrimitive3DSequence(getChildren3D(), getViewInformation3D())); in impGetShadow3D()
73 getViewInformation3D(), in impGetShadow3D()
212 geometry::ViewInformation3D aViewInformation3D(getViewInformation3D()); in create2DDecomposition()
337 getViewInformation3D(), in getGeometry2D()
436 && getViewInformation3D() == rCompare.getViewInformation3D()); in operator ==()
/trunk/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx73 const geometry::ViewInformation3D aLastViewInformation3D(getViewInformation3D()); in processBasePrimitive3D()
101 …const basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * rPolygon.getB3DPoi… in processBasePrimitive3D()
125 …const basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * aPolygon.getB3DPoi… in processBasePrimitive3D()
139 process(rCandidate.get3DDecomposition(getViewInformation3D())); in processBasePrimitive3D()
171 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in getMinimalDepthInViewCoordinates()
H A Ddragmt3d.cxx286 const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in CreateOverlayGeometry()
334 const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in E3dDragRotate()
458 const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in MoveSdrDrag()
591 const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in MoveSdrDrag()
665 const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in MoveSdrDrag()
H A Dhelperhittest3d.cxx142 o_rViewInformation3D = rVCScene.getViewInformation3D(); in fillViewInformation3DForCompoundObject()
147 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in fillViewInformation3DForCompoundObject()
H A De3dsceneupdater.cxx61 …mation3D = new drawinglayer::geometry::ViewInformation3D(rVCScene.getViewInformation3D(aAllContent… in E3DModifySceneSnapRectUpdater()
H A Dobj3d.cxx421 const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in NbcResize()
486 const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in NbcMove()
H A Dview3d.cxx533 …const drawinglayer::geometry::ViewInformation3D aViewInfo3DDst(rVCSceneDst.getViewInformation3D()); in ImpCloneAll3DObjectsToDestScene()
535 …const drawinglayer::geometry::ViewInformation3D aViewInfo3DSrc(rVCSceneSrc.getViewInformation3D()); in ImpCloneAll3DObjectsToDestScene()
H A Dscene3d.cxx282 const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in TakeXorPoly()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dscene.cxx332 getViewInformation3D(aContentRange))); in createScenePrimitive2DSequence()
371 …const drawinglayer::geometry::ViewInformation3D& ViewContactOfE3dScene::getViewInformation3D() con… in getViewInformation3D() function in sdr::contact::ViewContactOfE3dScene
395 …const drawinglayer::geometry::ViewInformation3D& ViewContactOfE3dScene::getViewInformation3D(const… in getViewInformation3D() function in sdr::contact::ViewContactOfE3dScene
H A Dviewcontactofe3d.cxx101 …rawinglayer::geometry::ViewInformation3D aViewInformation3D(pVCOfE3DScene->getViewInformation3D()); in impCreateWithGivenPrimitive3DSequence()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofe3dscene.hxx71 …const drawinglayer::geometry::ViewInformation3D& getViewInformation3D(const ::basegfx::B3DRange& r…
72 const drawinglayer::geometry::ViewInformation3D& getViewInformation3D() const;
/trunk/main/drawinglayer/inc/drawinglayer/processor3d/
H A Dbaseprocessor3d.hxx69 const geometry::ViewInformation3D& getViewInformation3D() const { return maViewInformation3D; } in getViewInformation3D() function in drawinglayer::processor3d::BaseProcessor3D
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dembedded3dprimitive2d.hxx104 const geometry::ViewInformation3D& getViewInformation3D() const { return maViewInformation3D; } in getViewInformation3D() function in drawinglayer::primitive2d::Embedded3DPrimitive2D
H A Dsceneprimitive2d.hxx141 const geometry::ViewInformation3D& getViewInformation3D() const { return maViewInformation3D; } in getViewInformation3D() function in drawinglayer::primitive2d::ScenePrimitive2D
/trunk/main/chart2/source/controller/main/
H A DDragMethod_RotateDiagram.cxx216 const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in CreateOverlayGeometry()
/trunk/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx181 … const geometry::ViewInformation3D& rObjectViewInformation3D = rCandidate.getViewInformation3D(); in check3DHit()

Completed in 84 milliseconds