Lines Matching refs:bounds_c2

401                                const Bezier& c2_part, const FatLine& bounds_c2 )  in printCurvesWithSafeRange()  argument
460 << bounds_c2.a << "," in printCurvesWithSafeRange()
461 << bounds_c2.b << "," in printCurvesWithSafeRange()
462 << bounds_c2.c << ",t)+" << offset << ", liney(" in printCurvesWithSafeRange()
463 << bounds_c2.a << "," in printCurvesWithSafeRange()
464 << bounds_c2.b << "," in printCurvesWithSafeRange()
465 << bounds_c2.c << ",t) title \"fat line (center)\", linex(" in printCurvesWithSafeRange()
466 << bounds_c2.a << "," in printCurvesWithSafeRange()
467 << bounds_c2.b << "," in printCurvesWithSafeRange()
468 << bounds_c2.c-bounds_c2.dMin << ",t)+" << offset << ", liney(" in printCurvesWithSafeRange()
469 << bounds_c2.a << "," in printCurvesWithSafeRange()
470 << bounds_c2.b << "," in printCurvesWithSafeRange()
471 << bounds_c2.c-bounds_c2.dMin << ",t) title \"fat line (min) \", linex(" in printCurvesWithSafeRange()
472 << bounds_c2.a << "," in printCurvesWithSafeRange()
473 << bounds_c2.b << "," in printCurvesWithSafeRange()
474 << bounds_c2.c-bounds_c2.dMax << ",t)+" << offset << ", liney(" in printCurvesWithSafeRange()
475 << bounds_c2.a << "," in printCurvesWithSafeRange()
476 << bounds_c2.b << "," in printCurvesWithSafeRange()
477 << bounds_c2.c-bounds_c2.dMax << ",t) title \"fat line (max) \"" << endl; in printCurvesWithSafeRange()
593 FatLine bounds_c2; in Impl_calcClipRange() local
598 Impl_calcFatLine(bounds_c2, c2_part); in Impl_calcClipRange()
604 if( Impl_calcSafeParams_clip( t1, t2, bounds_c2, in Impl_calcClipRange()
605 calcLineDistance( bounds_c2.a, in Impl_calcClipRange()
606 bounds_c2.b, in Impl_calcClipRange()
607 bounds_c2.c, in Impl_calcClipRange()
610 calcLineDistance( bounds_c2.a, in Impl_calcClipRange()
611 bounds_c2.b, in Impl_calcClipRange()
612 bounds_c2.c, in Impl_calcClipRange()
615 calcLineDistance( bounds_c2.a, in Impl_calcClipRange()
616 bounds_c2.b, in Impl_calcClipRange()
617 bounds_c2.c, in Impl_calcClipRange()
620 calcLineDistance( bounds_c2.a, in Impl_calcClipRange()
621 bounds_c2.b, in Impl_calcClipRange()
622 bounds_c2.c, in Impl_calcClipRange()