Searched refs:aPointInView (Results 1 – 1 of 1) sorted by relevance
101 …const basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * rPolygon.getB3DPoi… in processBasePrimitive3D() local103 if(aPointInView.getZ() < mfMinimalDepth) in processBasePrimitive3D()105 mfMinimalDepth = aPointInView.getZ(); in processBasePrimitive3D()125 …const basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * aPolygon.getB3DPoi… in processBasePrimitive3D() local127 if(aPointInView.getZ() < mfMinimalDepth) in processBasePrimitive3D()129 mfMinimalDepth = aPointInView.getZ(); in processBasePrimitive3D()
Completed in 7 milliseconds