Lines Matching refs:fShearX
1692 double fShearX(0.0), fRotate(0.0); in addCropHandles() local
1698 aMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in addCropHandles()
1700 if(!basegfx::fTools::equalZero(fShearX)) in addCropHandles()
1703 fShearX = -fShearX; in addCropHandles()
1708 fShearX, in addCropHandles()
1720 double fRotate, fShearX; in addCropHandles() local
1722 aMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in addCropHandles()
1777 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_UPLFT, fShearX, fRotate)); in addCropHandles()
1779 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_UPPER, fShearX, fRotate)); in addCropHandles()
1781 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_UPRGT, fShearX, fRotate)); in addCropHandles()
1783 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_LEFT , fShearX, fRotate)); in addCropHandles()
1785 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_RIGHT, fShearX, fRotate)); in addCropHandles()
1787 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_LWLFT, fShearX, fRotate)); in addCropHandles()
1789 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_LOWER, fShearX, fRotate)); in addCropHandles()
1791 …l(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), HDL_LWRGT, fShearX, fRotate)); in addCropHandles()