Home
last modified time | relevance | path

Searched refs:F_2PI (Results 1 – 22 of 22) sorted by relevance

/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx188 while (angl1 < 0.0) { angl1 += F_2PI; angl2 += F_2PI; } in drawArc()
189 while (angl1 >= F_2PI) { angl1 -= F_2PI; angl2 -= F_2PI; } in drawArc()
193 if (angl2 >= angl1+F_2PI) angl2 = angl1-0.001; in drawArc()
196 while (angl2 < 0.0) angl2 += F_2PI; in drawArc()
197 while (angl2 >= F_2PI) angl2 -= F_2PI; in drawArc()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolypolygontools.hxx85 double fHorStart = 0.0, double fHorStop = F_2PI);
95 double fHorStart = 0.0, double fHorStop = F_2PI);
104 double fHorStart = 0.0, double fHorStop = F_2PI);
114 double fHorStart = 0.0, double fHorStop = F_2PI);
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx273 nHorSeg = fround(fabs(fHorStop - fHorStart) / (F_2PI / 24.0)); in createUnitSpherePolyPolygon()
281 nVerSeg = fround(fabs(fVerStop - fVerStart) / (F_2PI / 24.0)); in createUnitSpherePolyPolygon()
290 bool bHorClosed(fTools::equal(fHorStop - fHorStart, F_2PI)); in createUnitSpherePolyPolygon()
372 nHorSeg = fround(fabs(fHorStop - fHorStart) / (F_2PI / 24.0)); in createUnitSphereFillPolyPolygon()
380 nVerSeg = fround(fabs(fVerStop - fVerStart) / (F_2PI / 24.0)); in createUnitSphereFillPolyPolygon()
H A Db2dlinegeometry.cxx744 fAngleStart += F_2PI; in createAreaGeometryForJoin()
749 fAngleEnd += F_2PI; in createAreaGeometryForJoin()
H A Db3dpolygontools.cxx647 … const double fXCenter(fOne - ((atan2(aPlaneCenter.getZ(), aPlaneCenter.getX()) + F_PI) / F_2PI)); in applyDefaultTextureCoordinatesSphere()
684 double fX(fOne - ((atan2(aVector.getZ(), aVector.getX()) + F_PI) / F_2PI)); in applyDefaultTextureCoordinatesSphere()
H A Db2dpolygontools.cxx1993 if(fTools::moreOrEqual(fStart, F_2PI)) in createPolygonFromUnitEllipseSegment()
2003 if(fTools::moreOrEqual(fEnd, F_2PI)) in createPolygonFromUnitEllipseSegment()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx70 aRot.rotate(F_2PI / (double)nLineTubeSegments, 0.0, 0.0); in getLineTubeSegments()
129 aRot.rotate(F_2PI / (double)nLineCapSegments, 0.0, 0.0); in getLineCapSegments()
195 0.0, F_2PI)); in getLineCapRoundSegments()
246 const sal_uInt32 nHorSeg(basegfx::fround((fAngle / F_2PI) * (double)nSegments)); in getLineJoinSegments()
H A Dsdrsphereprimitive3d.cxx99 …fRelativeAngle = F_2PI * ((double)((getHorizontalSegments() >> 1L) - 1L) / (double)getHorizontalS… in create3DDecomposition()
H A Dsdrlatheprimitive3d.cxx59 …edRotation(!bBackScale && getHorizontalSegments() && basegfx::fTools::equal(getRotation(), F_2PI)); in create3DDecomposition()
H A Dsdrextrudelathetools3d.cxx378 const bool bClosedRotation(!bBackScale && basegfx::fTools::equal(fRotation, F_2PI)); in createLatheSlices()
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx51 #ifndef F_2PI
52 #define F_2PI (2.0*M_PI) macro
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx360 …basegfx::B2DPoint(0.0, 0.0), RADIUS_LAMP_PREVIEW_SIZE, RADIUS_LAMP_PREVIEW_SIZE, F_2PI - F_PI2, F_… in Construct2()
674 fNewRotY += F_2PI; in Tracking()
677 while(fNewRotY >= F_2PI) in Tracking()
679 fNewRotY -= F_2PI; in Tracking()
/trunk/main/tools/inc/tools/
H A Dsolar.h168 #ifndef F_2PI
169 #define F_2PI 6.28318530717958647694 macro
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrixtools.cxx69 (4 + fround( 4/F_2PI*fmod( fRadiant, F_2PI ) )) % 4 ); in createSinCosOrthogonal()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx120 fTestAngle += F_2PI; in create2DDecomposition()
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx418 const double dRad = rFSD.mnOrientation * ( F_2PI / 3600.0 ); in ServerFont()
/trunk/main/svx/source/svdraw/
H A Dsvdocapt.cxx793 fRotate = fmod(fRotate + F_PI, F_2PI); in TRSetBaseGeometry()
H A Dsvdotext.cxx1778 fRotate = fmod(fRotate + F_PI, F_2PI); in TRSetBaseGeometry()
H A Dsvdobj.cxx3095 fRotate = fmod(fRotate + F_PI, F_2PI); in TRSetBaseGeometry()
H A Dsvdopath.cxx3022 fRotate = fmod(fRotate + F_PI, F_2PI); in TRSetBaseGeometry()
H A Dsvdoashp.cxx3277 fRotate = fmod(fRotate + F_PI, F_2PI); in TRSetBaseGeometry()
/trunk/main/tools/source/generic/
H A Dpoly.cxx582 fDiff += F_2PI; in Polygon()

Completed in 213 milliseconds