Home
last modified time | relevance | path

Searched refs:fStart (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx846 B2DCubicBezier B2DCubicBezier::snippet(double fStart, double fEnd) const in snippet() argument
850 if(fTools::more(fStart, 1.0)) in snippet()
852 fStart = 1.0; in snippet()
854 else if(fTools::less(fStart, 0.0)) in snippet()
856 fStart = 0.0; in snippet()
868 if(fEnd <= fStart) in snippet()
871 const double fSplit((fEnd + fStart) * 0.5); in snippet()
885 const bool bStartIsZero(fTools::equalZero(fStart)); in snippet()
894 fStart /= fEnd; in snippet()
900 aRetval.split(fStart, 0, &aRetval); in snippet()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx1988 if(fTools::less(fStart, 0.0)) in createPolygonFromUnitEllipseSegment()
1990 fStart = 0.0; in createPolygonFromUnitEllipseSegment()
1995 fStart = 0.0; in createPolygonFromUnitEllipseSegment()
2008 if(fTools::equal(fStart, fEnd)) in createPolygonFromUnitEllipseSegment()
2011 aRetval.append(B2DPoint(cos(fStart), sin(fStart))); in createPolygonFromUnitEllipseSegment()
2022 B2DPoint aSegStart(cos(fStart), sin(fStart)); in createPolygonFromUnitEllipseSegment()
3369 if(fStart < 0.0) in createEdgesOfGivenLength()
3371 fStart = 0.0; in createEdgesOfGivenLength()
3379 if(fEnd < fStart) in createEdgesOfGivenLength()
3381 fEnd = fStart; in createEdgesOfGivenLength()
[all …]
/trunk/main/bridges/test/
H A Dtestcomp.cxx500 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in getCallsPerSec() local
502 return fEnd-fStart; in getCallsPerSec()
523 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in getCallsPerSecOneway() local
526 ((double)aAfterExecution.Nanosec / 1000000000.0) - fStart; in getCallsPerSecOneway()
527 return fEnd-fStart; in getCallsPerSecOneway()
543 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testOnewayPerformanceOnTwoInterfaces() local
546 printf( "Overhead per Call [ms] %g\n" , ((fEnd-fStart)/((double)nLoops/1000 ))/2. ); in testOnewayPerformanceOnTwoInterfaces()
H A Dtestclient.cxx110 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testLatency() local
113 printf( "System latency per call : %g\n" , (( fEnd-fStart )/2.) / ((double)(nLoop)) ); in testLatency()
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx402 double fStart(0.0); in impCreateTextPortionPrimitive() local
407 fStart = aDXArray[nStart - 1]; in impCreateTextPortionPrimitive()
415 if(!basegfx::fTools::equal(fStart, fEnd)) in impCreateTextPortionPrimitive()
424 fStart = fTextWidth - fStart; in impCreateTextPortionPrimitive()
435 fStart /= fFontScaleX; in impCreateTextPortionPrimitive()
441 fStart, in impCreateTextPortionPrimitive()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx537 double fStart(0.0); in create2DDecomposition() local
547 fPolyLength, getStart().isCentered() ? 0.5 : 0.0, &fStart); in create2DDecomposition()
565 if(0.0 != fStart || 0.0 != fEnd) in create2DDecomposition()
568 …aLocalPolygon = basegfx::tools::getSnippetAbsolute(aLocalPolygon, fStart-fStartOverlap, fPolyLengt… in create2DDecomposition()
H A Dwrongspellprimitive2d.cxx85 double fStart, in WrongSpellPrimitive2D() argument
90 mfStart(fStart), in WrongSpellPrimitive2D()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx325 …seSegment( const B2DPoint& rCenter, double fRadiusX, double fRadiusY, double fStart, double fEnd );
327 … BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromUnitEllipseSegment( double fStart, double fEnd );
473 …eEdgesOfGivenLength(const B2DPolygon& rCandidate, double fLength, double fStart = 0.0, double fEnd…
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx658 double fStart(basegfx::snapToNearestMultiple(aBackUnitRange.getMinY(), mfDistance)); in appendTransformations() local
662 while(fStart < aBackUnitRange.getMaxY() && nMaxIntegerSteps) in appendTransformations()
674 aNew.set(1, 2, fStart); in appendTransformations()
681 fStart += mfDistance; in appendTransformations()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrcircobj.cxx93 const double fStart(((36000 - nNewEnd) % 36000) * F_PI18000); in createViewIndependentPrimitive2DSequence() local
102 fStart, in createViewIndependentPrimitive2DSequence()
/trunk/main/drawinglayer/source/animation/
H A Danimationtiming.cxx96 …AnimationEntryLinear::AnimationEntryLinear(double fDuration, double fFrequency, double fStart, dou… in AnimationEntryLinear() argument
99 mfStart(fStart), in AnimationEntryLinear()
/trunk/main/sc/source/filter/xml/
H A Dxmldpimp.cxx888 fStart(0.0), in ScXMLDataPilotFieldContext()
1038 aInfo.Start = fStart; in EndElement()
1616 double fStart(0.0); in ScXMLDataPilotGroupsContext() local
1644 GetScImport().GetMM100UnitConverter().convertDateTime(fStart, sValue); in ScXMLDataPilotGroupsContext()
1665 GetScImport().GetMM100UnitConverter().convertDouble(fStart, sValue); in ScXMLDataPilotGroupsContext()
1699 …pDataPilotField->SetGrouping(sGroupSource, fStart, fEnd, fStep, nGroupPart, bDateValue, bAutoStart… in ScXMLDataPilotGroupsContext()
H A Dxmldpimp.hxx335 double fStart; member in ScXMLDataPilotFieldContext
383 fStart = rStart; in SetGrouping()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx394 double fStart(0.0); in impTryToCreateSvtGraphicStroke() local
403 fPolyLength, pStart->isCentered() ? 0.5 : 0.0, &fStart); in impTryToCreateSvtGraphicStroke()
418 if(0.0 != fStart || 0.0 != fEnd) in impTryToCreateSvtGraphicStroke()
421 …aLocalPolygon = basegfx::tools::getSnippetAbsolute(aLocalPolygon, fStart, fPolyLength - fEnd, fPol… in impTryToCreateSvtGraphicStroke()
/trunk/main/tools/source/generic/
H A Dpoly.cxx574 double fStart = ImplGetAngle( aCenter, rStart ); in Polygon() local
576 double fDiff = fEnd - fStart; in Polygon()
607 for(; nStart < nEnd; nStart++, fStart += fStep ) in Polygon()
611 rPt.X() = FRound( fCenterX + fRadX * cos( fStart ) ); in Polygon()
612 rPt.Y() = FRound( fCenterY - fRadY * sin( fStart ) ); in Polygon()
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx689 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testPerformance() local
692 printf( "Performance writing : %g s\n" , fEnd - fStart ); in testPerformance()
H A Dtestsax.cxx745 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testPerformance() local
748 printf( "Performance reading : %g s\n" , fEnd - fStart ); in testPerformance()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx84 sal_uInt32 nDuration, sal_uInt32 nRepeat, double fStart, double fStop, in ScrollTextAnimNode() argument
88 mfStart(fStart), in ScrollTextAnimNode()
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx764 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testPerformance() local
767 printf( "Performance writing : %g s\n" , fEnd - fStart ); in testPerformance()
H A Dtestsax.cxx813 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testPerformance() local
816 printf( "Performance reading : %g s\n" , fEnd - fStart ); in testPerformance()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dwrongspellprimitive2d.hxx72 double fStart,
/trunk/main/drawinglayer/inc/drawinglayer/animation/
H A Danimationtiming.hxx85 …AnimationEntryLinear(double fDuration, double fFrequency = 250.0, double fStart = 0.0, double fSto…
/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dcubicbezier.hxx171 B2DCubicBezier snippet(double fStart, double fEnd) const;
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1118 double fStart, fEnd; in ReadPartialArc() local
1142 fStart=((double)nStart)/65536.0/180.0*3.14159265359; in ReadPartialArc()
1143 fEnd=fStart+((double)nSweep)/65536.0/180.0*3.14159265359; in ReadPartialArc()
1144 aPStart=Point(aCenter.X()+(long)( cos(fStart)*nP), in ReadPartialArc()
1145 aCenter.Y()+(long)(-sin(fStart)*nQ)); in ReadPartialArc()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx130 fStart=0; in DXFArcEntity()
141 case 50: fStart=rDGR.GetF(); break; in EvaluateGroup()

Completed in 204 milliseconds

12