Home
last modified time | relevance | path

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

/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dpolygon.cxx53 const SfxItemSet& rItemSet = GetE3dPolygonObj().GetMergedItemSet(); in createViewIndependentPrimitive3DSequence()
54 const bool bSuppressFill(GetE3dPolygonObj().GetLineOnly()); in createViewIndependentPrimitive3DSequence()
59 basegfx::B3DPolyPolygon aPolyPolygon3D(GetE3dPolygonObj().GetPolyPolygon3D()); in createViewIndependentPrimitive3DSequence()
60 const basegfx::B3DPolyPolygon aPolyNormals3D(GetE3dPolygonObj().GetPolyNormals3D()); in createViewIndependentPrimitive3DSequence()
61 const basegfx::B2DPolyPolygon aPolyTexture2D(GetE3dPolygonObj().GetPolyTexture2D()); in createViewIndependentPrimitive3DSequence()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofe3dpolygon.hxx50 E3dPolygonObj& GetE3dPolygonObj() const in GetE3dPolygonObj() function in sdr::contact::ViewContactOfE3dPolygon