Searched refs:aRangeNewNoShearNoRotate (Results 1 – 1 of 1) sorted by relevance
3908 basegfx::B2DRange aRangeNewNoShearNoRotate(0.0, 0.0, 1.0, 1.0); in EndSdrDrag() local3911 aRangeNewNoShearNoRotate.transform(aMatrixOriginalNoShearNoRotate * aDiscreteChangeMatrix); in EndSdrDrag()3920 basegfx::fround(aRangeNewNoShearNoRotate.getMinX()), in EndSdrDrag()3921 basegfx::fround(aRangeNewNoShearNoRotate.getMinY()), in EndSdrDrag()3922 basegfx::fround(aRangeNewNoShearNoRotate.getMaxX()), in EndSdrDrag()3923 basegfx::fround(aRangeNewNoShearNoRotate.getMaxY())); in EndSdrDrag()
Completed in 22 milliseconds