Home
last modified time | relevance | path

Searched refs:createRotateAroundPoint (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrixtools.hxx123 B2DHomMatrix createRotateAroundPoint(
126 inline B2DHomMatrix createRotateAroundPoint( in createRotateAroundPoint() function
130 return createRotateAroundPoint( in createRotateAroundPoint()
/AOO41X/main/svx/source/svdraw/
H A Dgradtrns.cxx78 …const basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAng… in GradToVec()
101 …const basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAng… in GradToVec()
125 …const basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aEndPos, -fAng… in GradToVec()
160 …const basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aEndPos, -fAng… in GradToVec()
H A Dsvddrgmt.cxx2192 return basegfx::tools::createRotateAroundPoint( in getCurrentTransformation()
H A Dsvdopath.cxx2378 …const basegfx::B2DHomMatrix aTrans(basegfx::tools::createRotateAroundPoint(rRef.X(), rRef.Y(), -nW… in NbcRotate()
/AOO41X/main/basegfx/source/tools/
H A Dgradienttools.cxx110 aTextureTransform *= basegfx::tools::createRotateAroundPoint(aCenter, fAngle); in init1DGradientInfo()
171 aTextureTransform *= basegfx::tools::createRotateAroundPoint(aCenter, fAngle); in initEllipticalGradientInfo()
248 aTextureTransform *= basegfx::tools::createRotateAroundPoint(aCenter, fAngle); in initRectGradientInfo()
/AOO41X/main/slideshow/source/engine/transitions/
H A Dclippingfunctor.cxx131 … maStaticTransformation = basegfx::tools::createRotateAroundPoint(0.5, 0.5, M_PI) in ClippingFunctor()
H A Dcombtransition.cxx67 …basegfx::B2DHomMatrix aMatrix(basegfx::tools::createRotateAroundPoint(0.5, 0.5, aUpVec.angle( rDir… in createClipPolygon()
/AOO41X/main/basegfx/source/matrix/
H A Db2dhommatrixtools.cxx369 B2DHomMatrix createRotateAroundPoint( in createRotateAroundPoint() function
/AOO41X/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx256 const basegfx::B2DHomMatrix aTransform(basegfx::tools::createRotateAroundPoint( in create2DDecomposition()
/AOO41X/main/drawinglayer/source/texture/
H A Dtexture.cxx548 maTextureTransform = basegfx::tools::createRotateAroundPoint(aCenter, fAngle) in GeoTexSvxHatch()
/AOO41X/main/svx/source/engine3d/
H A Dview3d.cxx930 aLatheMat = basegfx::tools::createRotateAroundPoint(aPnt2, -fRot3D) in ConvertMarkedObjTo3D()
/AOO41X/main/svgio/source/svgreader/
H A Dsvgtools.cxx1160 … aMatrix = aMatrix * basegfx::tools::createRotateAroundPoint(fX, fY, fAngle); in readTransform()
/AOO41X/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx2719 … const B2DHomMatrix aMatrix(basegfx::tools::createRotateAroundPoint(rCenter, fAngle)); in rotateAroundPoint()