Searched refs:maDeviceToView (Results 1 – 1 of 1) sorted by relevance
73 basegfx::B3DHomMatrix maDeviceToView; member in drawinglayer::geometry::ImpViewInformation3D218 maDeviceToView = basegfx::unotools::homMatrixFromAffineMatrix3D(aAffineMatrix3D); in impInterpretPropertyValues()244 const bool bDeviceToViewUsed(!maDeviceToView.isIdentity()); in impFillViewInformationFromContent()329 basegfx::unotools::affineMatrixFromHomMatrix3D(aAffineMatrix3D, maDeviceToView); in impFillViewInformationFromContent()365 maDeviceToView(rDeviceToView), in ImpViewInformation3D()378 maDeviceToView(), in ImpViewInformation3D()391 maDeviceToView(), in ImpViewInformation3D()401 const basegfx::B3DHomMatrix& getDeviceToView() const { return maDeviceToView; } in getDeviceToView()411 …const_cast< ImpViewInformation3D* >(this)->maObjectToView = maDeviceToView * maProjection * maOrie… in getObjectToView()439 && maDeviceToView == rCandidate.maDeviceToView in operator ==()
Completed in 22 milliseconds