Home
last modified time | relevance | path

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

/AOO41X/main/basegfx/source/workbench/
H A Dbezierclip.cxx400 void printCurvesWithSafeRange( const Bezier& c1, const Bezier& c2, double t1_c1, double t2_c1, in printCurvesWithSafeRange() argument
416 Impl_deCasteljauAt( c1_part1, c1_part3, c1_part2, t2_c1 ); in printCurvesWithSafeRange()
486 double t1_c1, double t2_c1 ) in printResultWithFinalCurves() argument
527 << t2_c1 << "),t), " in printResultWithFinalCurves()
533 << t2_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()
1016 t2_c1 = ::std::min(t2_c1, last_t2_c1); in Impl_applySafeRanges_rec()
1047 printResultWithFinalCurves( c1_orig, c1_part, c2_orig, c2_part, t1_c1, t2_c1 ); in Impl_applySafeRanges_rec()
[all …]