Searched refs:aRangeNewNoShearNoRotate (Results 1 – 1 of 1) sorted by relevance
3903 basegfx::B2DRange aRangeNewNoShearNoRotate(0.0, 0.0, 1.0, 1.0); in EndSdrDrag() local3906 aRangeNewNoShearNoRotate.transform(aMatrixOriginalNoShearNoRotate * aDiscreteChangeMatrix); in EndSdrDrag()3915 basegfx::fround(aRangeNewNoShearNoRotate.getMinX()), in EndSdrDrag()3916 basegfx::fround(aRangeNewNoShearNoRotate.getMinY()), in EndSdrDrag()3917 basegfx::fround(aRangeNewNoShearNoRotate.getMaxX()), in EndSdrDrag()3918 basegfx::fround(aRangeNewNoShearNoRotate.getMaxY())); in EndSdrDrag()