Searched refs:aRangeNewNoShearNoRotate (Results 1 – 1 of 1) sorted by relevance
3911 basegfx::B2DRange aRangeNewNoShearNoRotate(0.0, 0.0, 1.0, 1.0); in EndSdrDrag() local3914 aRangeNewNoShearNoRotate.transform(aMatrixOriginalNoShearNoRotate * aDiscreteChangeMatrix); in EndSdrDrag()3923 basegfx::fround(aRangeNewNoShearNoRotate.getMinX()), in EndSdrDrag()3924 basegfx::fround(aRangeNewNoShearNoRotate.getMinY()), in EndSdrDrag()3925 basegfx::fround(aRangeNewNoShearNoRotate.getMaxX()), in EndSdrDrag()3926 basegfx::fround(aRangeNewNoShearNoRotate.getMaxY())); in EndSdrDrag()
Completed in 38 milliseconds