Lines Matching refs:basegfx

989 basegfx::B2DPolyPolygon SdrGrafObj::TakeXorPoly() const  in TakeXorPoly()
993 basegfx::B2DPolyPolygon aRetval; in TakeXorPoly()
1688 basegfx::B2DHomMatrix aMatrix; in addCropHandles()
1689 basegfx::B2DPolyPolygon aPolyPolygon; in addCropHandles()
1698 basegfx::B2DTuple aScale; in addCropHandles()
1699 basegfx::B2DTuple aTranslate; in addCropHandles()
1703 if(!basegfx::fTools::equalZero(fShearX)) in addCropHandles()
1709 aMatrix = basegfx::tools::createScaleShearXRotateTranslateB2DHomMatrix( in addCropHandles()
1722 basegfx::B2DVector aScale, aTranslate; in addCropHandles()
1730 const basegfx::B2DVector aCropScaleFactor( in addCropHandles()
1744 basegfx::B2DHomMatrix aMatrixForCropViewHdl(aMatrix); in addCropHandles()
1756 basegfx::B2DHomMatrix aPreMultiply; in addCropHandles()
1777 basegfx::B2DPoint aPos; in addCropHandles()
1779 aPos = aMatrix * basegfx::B2DPoint(0.0, 0.0); in addCropHandles()
1780 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1781 aPos = aMatrix * basegfx::B2DPoint(0.5, 0.0); in addCropHandles()
1782 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1783 aPos = aMatrix * basegfx::B2DPoint(1.0, 0.0); in addCropHandles()
1784 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1785 aPos = aMatrix * basegfx::B2DPoint(0.0, 0.5); in addCropHandles()
1786 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1787 aPos = aMatrix * basegfx::B2DPoint(1.0, 0.5); in addCropHandles()
1788 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1789 aPos = aMatrix * basegfx::B2DPoint(0.0, 1.0); in addCropHandles()
1790 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1791 aPos = aMatrix * basegfx::B2DPoint(0.5, 1.0); in addCropHandles()
1792 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1793 aPos = aMatrix * basegfx::B2DPoint(1.0, 1.0); in addCropHandles()
1794 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()