Home
last modified time | relevance | path

Searched refs:rotate (Results 26 – 50 of 186) sorted by relevance

12345678

/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx362 aMatrixTransform.rotate(-atan2(aEdge.getY(), aEdge.getX())); in clipPolygonOnEdge()
395 aMatrixTransform.rotate(-atan2(aEdge.getY(), aEdge.getX())); in clipPolyPolygonOnEdge()
/trunk/main/slideshow/source/engine/transitions/
H A Dbarndoorwipe.cxx51 aTransform.rotate( M_PI_2 ); in operator ()()
H A Dsweepwipe.cxx69 aTransform.rotate( M_PI ); in operator ()()
H A Dclockwipe.cxx42 aTransform.rotate( t * 2.0 * M_PI ); in calcCenteredClock()
H A Dclippingfunctor.cxx88 maStaticTransformation.rotate( in ClippingFunctor()
H A Dspiralwipe.cxx79 aTransform.rotate( w ); in calcNegSpiral()
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx91 void rotate(double fRadiant);
H A Db3dhommatrix.hxx83 void rotate(double fAngleX,double fAngleY,double fAngleZ);
/trunk/main/vcl/os2/source/src/
H A Dmakefile.mk49 rotate.ptr \
/trunk/main/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx422 aUnitGradientToObject.rotate(atan2(aVector.getY(), aVector.getX())); in create2DDecomposition()
442 aUnitGradientToObject.rotate(atan2(aVector.getY(), aVector.getX())); in create2DDecomposition()
H A Dtexteffectprimitive2d.cxx62 aBackTransform.rotate(-getDirection()); in create2DDecomposition()
H A Dsceneprimitive2d.cxx256 aExtendedProjection.rotate(0.0, 0.0, fRotate); in create2DDecomposition()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx517 aM.rotate(0.0,0.0,-nRotateZAngleHundredthDegree/18000.00*F_PI); in impl_createCube()
757 aM.rotate(0.0,0.0,-nRotateZAngleHundredthDegree/18000.00*F_PI); in impl_createConeOrCylinder()
892 aStart.rotate(fCurrentSegmentAngle/2.0 + fCurrentRotateAngle ); in getCircularArcBezierCoords()
2187 aM.rotate( fRotationAnglePi ); in makeTransformation()
/trunk/main/offapi/com/sun/star/drawing/
H A DHatch.idl71 /** You can rotate the lines of the hatch with this angle.
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DStateSetView.java166 g.rotate (nTextRotation); in PaintAllStates()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx423 aTransformBack.rotate(0.0, fRotation, 0.0); in createLatheSlices()
441 aNewMat.rotate(0.0, fRotation * fStep, 0.0); in createLatheSlices()
/trunk/main/basebmp/test/
H A Dpolytest.cxx182 aMat.rotate( 1.7 ); in implTestPolyPolyClip()
/trunk/main/chart2/source/controller/main/
H A DDragMethod_RotateDiagram.cxx205 aCurrentTransform.rotate( fResultX, fResultY, fResultZ ); in CreateOverlayGeometry()
/trunk/main/toolkit/test/accessibility/ov/
H A DStateSetView.java218 g.rotate (nTextRotation); in PaintAllStates()
/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx203 aRotationMatrix.rotate(aR.getX(),aR.getY(),aR.getZ()); in ReduceToRotationMatrix()
/trunk/main/svtools/source/toolpanel/
H A Dtabbargeometry.cxx87 aTransformation.rotate( i_bRight ? +F_PI2 : -F_PI2 ); in lcl_rotate()
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx221 void B2DHomMatrix::rotate(double fRadiant) in rotate() function in basegfx::B2DHomMatrix
/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx252 rNewTransform.rotate(atan2(aTangent.getY(), aTangent.getX())); in allowChange()
/trunk/main/basegfx/test/
H A Dboxclipper.cxx217 std::rotate(aTmp.begin(),pSmallest,aTmp.end()); in normalizePoly()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2412 aTrans.rotate(-fRot); in NbcMirror()
2414 aTrans.rotate(fRot); in NbcMirror()
2915 aObjectMatrix.rotate((36000 - aGeo.nDrehWink) * F_PI18000); in TRGetBaseGeometry()
3099 aTransform.rotate(fRotate); in TRSetBaseGeometry()

Completed in 124 milliseconds

12345678