Home
last modified time | relevance | path

Searched refs:dMax (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx132 line.dMax = 3.0/4.0 * ::std::max(0.0, ::std::max(dP2, dP3)); in Impl_calcFatLine()
137 line.dMax = 4.0/9.0 * ::std::max(0.0, ::std::max(dP2, dP3)); in Impl_calcFatLine()
305 return Impl_calcSafeParams( t1, t2, poly, bounds.dMin, bounds.dMax ); in Impl_calcSafeParams_clip()
308 bool bRet( Impl_calcSafeParams( t1, t2, poly, bounds.dMin, bounds.dMax ) ); in Impl_calcSafeParams_clip()
324 << "t, " << bounds.dMax << ", " in Impl_calcSafeParams_clip()
474 << bounds_c2.c-bounds_c2.dMax << ",t)+" << offset << ", liney(" in printCurvesWithSafeRange()
477 << bounds_c2.c-bounds_c2.dMax << ",t) title \"fat line (max) \"" << endl; in printCurvesWithSafeRange()
1535 << line.c-line.dMax << ",t), liney(" in main()
1538 << line.c-line.dMax << ",t) title \"fat line (max) on " << i << "\""; in main()
H A Dbezierclip.hxx58 double dMax; member
/trunk/main/svtools/source/control/
H A Dfmtfield.cxx936 void FormattedField::SetMaxValue(double dMax) in SetMaxValue() argument
941 m_dMaxValue = dMax; in SetMaxValue()
/trunk/main/svtools/inc/svtools/
H A Dfmtfield.hxx123 void SetMaxValue(double dMax);

Completed in 36 milliseconds