Home
last modified time | relevance | path

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

/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx77 basegfx::B2DHomMatrix aRotMatrix; in getCorrectedTextBoundRect() local
79aRotMatrix.translate(-aObjectRange.getMinimum().getX(), -aObjectRange.getMinimum().getY()); in getCorrectedTextBoundRect()
83 aRotMatrix.shearX(tan((36000 - rGeoStat.nShearWink) * F_PI18000)); in getCorrectedTextBoundRect()
88 aRotMatrix.rotate((36000 - rGeoStat.nDrehWink) * F_PI18000); in getCorrectedTextBoundRect()
91aRotMatrix.translate(aObjectRange.getMinimum().getX(), aObjectRange.getMinimum().getY()); in getCorrectedTextBoundRect()
92 aRotObjectRange.transform(aRotMatrix); in getCorrectedTextBoundRect()

Completed in 14 milliseconds