Searched refs:createRotateAroundPoint (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/basegfx/inc/basegfx/matrix/ |
H A D | b2dhommatrixtools.hxx | 124 BASEGFX_DLLPUBLIC B2DHomMatrix createRotateAroundPoint( 127 inline B2DHomMatrix createRotateAroundPoint( in createRotateAroundPoint() function 131 return createRotateAroundPoint( in createRotateAroundPoint()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | gradtrns.cxx | 77 …const basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAng… in GradToVec() 100 …const basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAng… in GradToVec() 124 …const basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aEndPos, -fAng… in GradToVec() 159 …const basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aEndPos, -fAng… in GradToVec()
|
H A D | svddrgmt.cxx | 2189 return basegfx::tools::createRotateAroundPoint( in getCurrentTransformation()
|
H A D | svdopath.cxx | 2378 …const basegfx::B2DHomMatrix aTrans(basegfx::tools::createRotateAroundPoint(rRef.X(), rRef.Y(), -nW… in NbcRotate()
|
/aoo42x/main/basegfx/source/tools/ |
H A D | gradienttools.cxx | 110 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()
|
/aoo42x/main/slideshow/source/engine/transitions/ |
H A D | clippingfunctor.cxx | 131 … maStaticTransformation = basegfx::tools::createRotateAroundPoint(0.5, 0.5, M_PI) in ClippingFunctor()
|
H A D | combtransition.cxx | 67 …basegfx::B2DHomMatrix aMatrix(basegfx::tools::createRotateAroundPoint(0.5, 0.5, aUpVec.angle( rDir… in createClipPolygon()
|
/aoo42x/main/basegfx/source/matrix/ |
H A D | b2dhommatrixtools.cxx | 369 B2DHomMatrix createRotateAroundPoint( in createRotateAroundPoint() function
|
/aoo42x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 256 const basegfx::B2DHomMatrix aTransform(basegfx::tools::createRotateAroundPoint( in create2DDecomposition()
|
/aoo42x/main/drawinglayer/source/texture/ |
H A D | texture.cxx | 606 maTextureTransform = basegfx::tools::createRotateAroundPoint(aCenter, fAngle) in GeoTexSvxHatch()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 930 aLatheMat = basegfx::tools::createRotateAroundPoint(aPnt2, -fRot3D) in ConvertMarkedObjTo3D()
|
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgtools.cxx | 1172 … aMatrix = aMatrix * basegfx::tools::createRotateAroundPoint(fX, fY, fAngle); in readTransform()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 2719 … const B2DHomMatrix aMatrix(basegfx::tools::createRotateAroundPoint(rCenter, fAngle)); in rotateAroundPoint()
|
Completed in 96 milliseconds