Lines Matching refs:t1_c1
400 void printCurvesWithSafeRange( const Bezier& c1, const Bezier& c2, double t1_c1, double t2_c1, in printCurvesWithSafeRange() argument
414 Impl_deCasteljauAt( c1_part1, c1_part2, c1, t1_c1 ); in printCurvesWithSafeRange()
486 double t1_c1, double t2_c1 ) in printResultWithFinalCurves() argument
515 << t1_c1 << "),t), " in printResultWithFinalCurves()
521 << t1_c1 << "),t), " in printResultWithFinalCurves()
990 double t1_c1, t2_c1; in Impl_applySafeRanges_rec() local
999 if( safeRangeFunctor( t1_c1, t2_c1, c1_orig, c1_part, c2_orig, c2_part ) ) in Impl_applySafeRanges_rec()
1006 if( tolLessEqual(t1_c1, last_t2_c1) && tolGreaterEqual(t2_c1, last_t1_c1) ) in Impl_applySafeRanges_rec()
1015 t1_c1 = ::std::max(t1_c1, last_t1_c1); in Impl_applySafeRanges_rec()
1047 printResultWithFinalCurves( c1_orig, c1_part, c2_orig, c2_part, t1_c1, t2_c1 ); in Impl_applySafeRanges_rec()
1053 safeRangeFunctor( t1_c1, t2_c1, c1_orig, c1_part, c2_orig, c2_part ); in Impl_applySafeRanges_rec()
1131 Impl_deCasteljauAt( c1_part1, c1_part2, c1_orig, t1_c1 ); in Impl_applySafeRanges_rec()
1140 Impl_deCasteljauAt( c1_part1, c1_part3, c1_part2, (t2_c1-t1_c1)/(1.0-t1_c1) ); in Impl_applySafeRanges_rec()
1146 c1_orig, c1_part1, t1_c1, t2_c1 ); in Impl_applySafeRanges_rec()
1157 bool operator()( double& t1_c1, in operator ()()
1164 return Impl_calcClipRange( t1_c1, t2_c1, c1_orig, c1_part, c2_orig, c2_part ); in operator ()()
1172 bool operator()( double& t1_c1, in operator ()()
1186 bool bRet( Impl_calcSafeParams_focus( t1_c1, t2_c1, in operator ()()
1190 cerr << "range: " << t2_c1 - t1_c1 << ", ret: " << bRet << endl; in operator ()()