Home
last modified time | relevance | path

Searched refs:pt_curve (Results 1 – 25 of 58) sorted by relevance

123

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvaddpoints.c478 enum pointtype ptype = (cv->active_tool==cvt_curve?pt_curve: in CVMouseDownPoint()
527 sp->pointtype = pt_curve; in CVMouseDownPoint()
535 sp->pointtype = pt_curve; in CVMouseDownPoint()
587 ptype = pt_curve; in CVMouseDownPoint()
700 if (( active->pointtype==pt_curve || active->pointtype==pt_hvcurve ) && in CVMergeSplineSets()
806 active->pointtype = pt_curve; in CVMouseMovePen()
821 active->pointtype = pt_curve; in CVMouseMovePen()
H A Dcvshapes.c105 last->pointtype = pt_curve; in CVMouseDownShape()
107 last = SPMakeTo(&cv->info,pt_curve,last); in CVMouseDownShape()
H A Dcvfreehand.c594 spl->first->pointtype = pt_curve; in TraceCurve()
598 spl->last->pointtype = pt_curve; in TraceCurve()
652 trace->first->pointtype = pt_curve; in TraceDataClose()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dspiro.c200 } else if ( sp->pointtype==pt_curve && sp->prev!=NULL && sp->prev->knownlinear && in SplineSet2SpiroCP()
203 else if ( sp->pointtype==pt_curve && sp->next!=NULL && sp->next->knownlinear && in SplineSet2SpiroCP()
H A Dsplineorder2.c1451 if ( (fpt = from->pointtype)==pt_hvcurve ) fpt = pt_curve; in SplineRefigureFixup()
1452 if ( (tpt = to->pointtype)==pt_hvcurve ) tpt = pt_curve; in SplineRefigureFixup()
1462 case pt_curve*3+pt_curve: in SplineRefigureFixup()
1463 case pt_curve*3+pt_corner: in SplineRefigureFixup()
1464 case pt_corner*3+pt_curve: in SplineRefigureFixup()
1465 case pt_tangent*3+pt_curve: in SplineRefigureFixup()
1466 case pt_curve*3+pt_tangent: in SplineRefigureFixup()
1536 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in SplineRefigureFixup()
1584 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve ) && in SplineRefigureFixup()
1657 to->pointtype = pt_curve; in SplineRefigureFixup()
[all …]
H A Dsplineutil2.c347 if ( sp->pointtype!=pt_curve && sp->pointtype!=pt_hvcurve )
760 if ( sp->pointtype==pt_curve && oldpt==pt_hvcurve &&
1851 sp->pointtype = pt_curve;
3041 else if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) &&
3071 if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) &&
3276 if ( next->pointtype != pt_curve && next->pointtype != pt_hvcurve ) {
3280 if ( next->pointtype != pt_curve ) {
3380 if ( prev->pointtype != pt_curve && prev->pointtype != pt_hvcurve ) {
3384 if ( prev->pointtype != pt_curve ) {
3457 if ( (sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve ) &&
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineorder2.c1218 if ( (fpt = from->pointtype)==pt_hvcurve ) fpt = pt_curve; in SplineRefigureFixup()
1219 if ( (tpt = to->pointtype)==pt_hvcurve ) tpt = pt_curve; in SplineRefigureFixup()
1229 case pt_curve*3+pt_curve: in SplineRefigureFixup()
1230 case pt_curve*3+pt_corner: in SplineRefigureFixup()
1231 case pt_corner*3+pt_curve: in SplineRefigureFixup()
1232 case pt_tangent*3+pt_curve: in SplineRefigureFixup()
1233 case pt_curve*3+pt_tangent: in SplineRefigureFixup()
1303 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in SplineRefigureFixup()
1351 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve ) && in SplineRefigureFixup()
1424 to->pointtype = pt_curve; in SplineRefigureFixup()
[all …]
H A Dsplineutil2.c643 if ( sp->pointtype!=pt_curve && sp->pointtype!=pt_hvcurve ) in GoodCurve()
817 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
833 if ( (from->pointtype==pt_curve || from->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
1163 if ( sp->pointtype==pt_curve && oldpt==pt_hvcurve && in SplinePointReCatagorize()
1683 else if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPWeightedAverageCps()
1713 if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPAverageCps()
1869 if ( base->pointtype == pt_curve || base->pointtype == pt_hvcurve ) { in SplineCharDefaultNextCP()
1903 if ( next->pointtype != pt_curve && next->pointtype != pt_hvcurve ) { in SplineCharDefaultNextCP()
1907 if ( next->pointtype != pt_curve ) { in SplineCharDefaultNextCP()
2007 if ( prev->pointtype != pt_curve && prev->pointtype != pt_hvcurve ) { in SplineCharDefaultPrevCP()
[all …]
H A Dsplinestroke.c232 mid1->pointtype = pt_curve; in StrokeEnd()
400 from->pointtype = to->pointtype = pt_curve; in MakeJoints()
1694 if ( s->from->pointtype == pt_curve || s->from->pointtype == pt_hvcurve ) in SSRemoveUTurns()
1699 if ( s->to->pointtype==pt_curve || s->to->pointtype == pt_hvcurve ) in SSRemoveUTurns()
1715 if ( s->to->pointtype==pt_curve || s->to->pointtype == pt_hvcurve ) in SSRemoveUTurns()
1720 if ( s->from->pointtype == pt_curve || s->from->pointtype == pt_hvcurve ) in SSRemoveUTurns()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineorder2.c1218 if ( (fpt = from->pointtype)==pt_hvcurve ) fpt = pt_curve; in SplineRefigureFixup()
1219 if ( (tpt = to->pointtype)==pt_hvcurve ) tpt = pt_curve; in SplineRefigureFixup()
1229 case pt_curve*3+pt_curve: in SplineRefigureFixup()
1230 case pt_curve*3+pt_corner: in SplineRefigureFixup()
1231 case pt_corner*3+pt_curve: in SplineRefigureFixup()
1232 case pt_tangent*3+pt_curve: in SplineRefigureFixup()
1233 case pt_curve*3+pt_tangent: in SplineRefigureFixup()
1303 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in SplineRefigureFixup()
1351 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve ) && in SplineRefigureFixup()
1424 to->pointtype = pt_curve; in SplineRefigureFixup()
[all …]
H A Dsplineutil2.c643 if ( sp->pointtype!=pt_curve && sp->pointtype!=pt_hvcurve ) in GoodCurve()
817 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
833 if ( (from->pointtype==pt_curve || from->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
1163 if ( sp->pointtype==pt_curve && oldpt==pt_hvcurve && in SplinePointReCatagorize()
1683 else if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPWeightedAverageCps()
1713 if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPAverageCps()
1869 if ( base->pointtype == pt_curve || base->pointtype == pt_hvcurve ) { in SplineCharDefaultNextCP()
1903 if ( next->pointtype != pt_curve && next->pointtype != pt_hvcurve ) { in SplineCharDefaultNextCP()
1907 if ( next->pointtype != pt_curve ) { in SplineCharDefaultNextCP()
2007 if ( prev->pointtype != pt_curve && prev->pointtype != pt_hvcurve ) { in SplineCharDefaultPrevCP()
[all …]
H A Dsplinestroke.c232 mid1->pointtype = pt_curve; in StrokeEnd()
400 from->pointtype = to->pointtype = pt_curve; in MakeJoints()
1694 if ( s->from->pointtype == pt_curve || s->from->pointtype == pt_hvcurve ) in SSRemoveUTurns()
1699 if ( s->to->pointtype==pt_curve || s->to->pointtype == pt_hvcurve ) in SSRemoveUTurns()
1715 if ( s->to->pointtype==pt_curve || s->to->pointtype == pt_hvcurve ) in SSRemoveUTurns()
1720 if ( s->from->pointtype == pt_curve || s->from->pointtype == pt_hvcurve ) in SSRemoveUTurns()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineorder2.c1218 if ( (fpt = from->pointtype)==pt_hvcurve ) fpt = pt_curve; in SplineRefigureFixup()
1219 if ( (tpt = to->pointtype)==pt_hvcurve ) tpt = pt_curve; in SplineRefigureFixup()
1229 case pt_curve*3+pt_curve: in SplineRefigureFixup()
1230 case pt_curve*3+pt_corner: in SplineRefigureFixup()
1231 case pt_corner*3+pt_curve: in SplineRefigureFixup()
1232 case pt_tangent*3+pt_curve: in SplineRefigureFixup()
1233 case pt_curve*3+pt_tangent: in SplineRefigureFixup()
1303 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in SplineRefigureFixup()
1351 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve ) && in SplineRefigureFixup()
1424 to->pointtype = pt_curve; in SplineRefigureFixup()
[all …]
H A Dsplineutil2.c643 if ( sp->pointtype!=pt_curve && sp->pointtype!=pt_hvcurve ) in GoodCurve()
817 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
833 if ( (from->pointtype==pt_curve || from->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
1163 if ( sp->pointtype==pt_curve && oldpt==pt_hvcurve && in SplinePointReCatagorize()
1683 else if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPWeightedAverageCps()
1713 if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPAverageCps()
1869 if ( base->pointtype == pt_curve || base->pointtype == pt_hvcurve ) { in SplineCharDefaultNextCP()
1903 if ( next->pointtype != pt_curve && next->pointtype != pt_hvcurve ) { in SplineCharDefaultNextCP()
1907 if ( next->pointtype != pt_curve ) { in SplineCharDefaultNextCP()
2007 if ( prev->pointtype != pt_curve && prev->pointtype != pt_hvcurve ) { in SplineCharDefaultPrevCP()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineorder2.c1218 if ( (fpt = from->pointtype)==pt_hvcurve ) fpt = pt_curve; in SplineRefigureFixup()
1219 if ( (tpt = to->pointtype)==pt_hvcurve ) tpt = pt_curve; in SplineRefigureFixup()
1229 case pt_curve*3+pt_curve: in SplineRefigureFixup()
1230 case pt_curve*3+pt_corner: in SplineRefigureFixup()
1231 case pt_corner*3+pt_curve: in SplineRefigureFixup()
1232 case pt_tangent*3+pt_curve: in SplineRefigureFixup()
1233 case pt_curve*3+pt_tangent: in SplineRefigureFixup()
1303 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in SplineRefigureFixup()
1351 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve ) && in SplineRefigureFixup()
1424 to->pointtype = pt_curve; in SplineRefigureFixup()
[all …]
H A Dsplineutil2.c643 if ( sp->pointtype!=pt_curve && sp->pointtype!=pt_hvcurve ) in GoodCurve()
817 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
833 if ( (from->pointtype==pt_curve || from->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
1163 if ( sp->pointtype==pt_curve && oldpt==pt_hvcurve && in SplinePointReCatagorize()
1683 else if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPWeightedAverageCps()
1713 if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPAverageCps()
1869 if ( base->pointtype == pt_curve || base->pointtype == pt_hvcurve ) { in SplineCharDefaultNextCP()
1903 if ( next->pointtype != pt_curve && next->pointtype != pt_hvcurve ) { in SplineCharDefaultNextCP()
1907 if ( next->pointtype != pt_curve ) { in SplineCharDefaultNextCP()
2007 if ( prev->pointtype != pt_curve && prev->pointtype != pt_hvcurve ) { in SplineCharDefaultPrevCP()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineorder2.c1218 if ( (fpt = from->pointtype)==pt_hvcurve ) fpt = pt_curve; in SplineRefigureFixup()
1219 if ( (tpt = to->pointtype)==pt_hvcurve ) tpt = pt_curve; in SplineRefigureFixup()
1229 case pt_curve*3+pt_curve: in SplineRefigureFixup()
1230 case pt_curve*3+pt_corner: in SplineRefigureFixup()
1231 case pt_corner*3+pt_curve: in SplineRefigureFixup()
1232 case pt_tangent*3+pt_curve: in SplineRefigureFixup()
1233 case pt_curve*3+pt_tangent: in SplineRefigureFixup()
1303 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in SplineRefigureFixup()
1351 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve ) && in SplineRefigureFixup()
1424 to->pointtype = pt_curve; in SplineRefigureFixup()
[all …]
H A Dsplineutil2.c643 if ( sp->pointtype!=pt_curve && sp->pointtype!=pt_hvcurve ) in GoodCurve()
817 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
833 if ( (from->pointtype==pt_curve || from->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
1163 if ( sp->pointtype==pt_curve && oldpt==pt_hvcurve && in SplinePointReCatagorize()
1683 else if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPWeightedAverageCps()
1713 if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPAverageCps()
1869 if ( base->pointtype == pt_curve || base->pointtype == pt_hvcurve ) { in SplineCharDefaultNextCP()
1903 if ( next->pointtype != pt_curve && next->pointtype != pt_hvcurve ) { in SplineCharDefaultNextCP()
1907 if ( next->pointtype != pt_curve ) { in SplineCharDefaultNextCP()
2007 if ( prev->pointtype != pt_curve && prev->pointtype != pt_hvcurve ) { in SplineCharDefaultPrevCP()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineorder2.c1218 if ( (fpt = from->pointtype)==pt_hvcurve ) fpt = pt_curve; in SplineRefigureFixup()
1219 if ( (tpt = to->pointtype)==pt_hvcurve ) tpt = pt_curve; in SplineRefigureFixup()
1229 case pt_curve*3+pt_curve: in SplineRefigureFixup()
1230 case pt_curve*3+pt_corner: in SplineRefigureFixup()
1231 case pt_corner*3+pt_curve: in SplineRefigureFixup()
1232 case pt_tangent*3+pt_curve: in SplineRefigureFixup()
1233 case pt_curve*3+pt_tangent: in SplineRefigureFixup()
1303 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in SplineRefigureFixup()
1351 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve ) && in SplineRefigureFixup()
1424 to->pointtype = pt_curve; in SplineRefigureFixup()
[all …]
H A Dsplineutil2.c643 if ( sp->pointtype!=pt_curve && sp->pointtype!=pt_hvcurve ) in GoodCurve()
817 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
833 if ( (from->pointtype==pt_curve || from->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
1163 if ( sp->pointtype==pt_curve && oldpt==pt_hvcurve && in SplinePointReCatagorize()
1683 else if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPWeightedAverageCps()
1713 if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPAverageCps()
1869 if ( base->pointtype == pt_curve || base->pointtype == pt_hvcurve ) { in SplineCharDefaultNextCP()
1903 if ( next->pointtype != pt_curve && next->pointtype != pt_hvcurve ) { in SplineCharDefaultNextCP()
1907 if ( next->pointtype != pt_curve ) { in SplineCharDefaultNextCP()
2007 if ( prev->pointtype != pt_curve && prev->pointtype != pt_hvcurve ) { in SplineCharDefaultPrevCP()
[all …]
H A Dsplinestroke.c232 mid1->pointtype = pt_curve; in StrokeEnd()
400 from->pointtype = to->pointtype = pt_curve; in MakeJoints()
1694 if ( s->from->pointtype == pt_curve || s->from->pointtype == pt_hvcurve ) in SSRemoveUTurns()
1699 if ( s->to->pointtype==pt_curve || s->to->pointtype == pt_hvcurve ) in SSRemoveUTurns()
1715 if ( s->to->pointtype==pt_curve || s->to->pointtype == pt_hvcurve ) in SSRemoveUTurns()
1720 if ( s->from->pointtype == pt_curve || s->from->pointtype == pt_hvcurve ) in SSRemoveUTurns()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplineorder2.c1218 if ( (fpt = from->pointtype)==pt_hvcurve ) fpt = pt_curve; in SplineRefigureFixup()
1219 if ( (tpt = to->pointtype)==pt_hvcurve ) tpt = pt_curve; in SplineRefigureFixup()
1229 case pt_curve*3+pt_curve: in SplineRefigureFixup()
1230 case pt_curve*3+pt_corner: in SplineRefigureFixup()
1231 case pt_corner*3+pt_curve: in SplineRefigureFixup()
1232 case pt_tangent*3+pt_curve: in SplineRefigureFixup()
1233 case pt_curve*3+pt_tangent: in SplineRefigureFixup()
1303 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in SplineRefigureFixup()
1351 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve ) && in SplineRefigureFixup()
1424 to->pointtype = pt_curve; in SplineRefigureFixup()
[all …]
H A Dsplineutil2.c643 if ( sp->pointtype!=pt_curve && sp->pointtype!=pt_hvcurve ) in GoodCurve()
817 if ( (to->pointtype==pt_curve || to->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
833 if ( (from->pointtype==pt_curve || from->pointtype==pt_hvcurve) && in ApproximateSplineFromPointsSlopes()
1163 if ( sp->pointtype==pt_curve && oldpt==pt_hvcurve && in SplinePointReCatagorize()
1683 else if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPWeightedAverageCps()
1713 if (( sp->pointtype==pt_curve || sp->pointtype==pt_hvcurve) && in SPAverageCps()
1869 if ( base->pointtype == pt_curve || base->pointtype == pt_hvcurve ) { in SplineCharDefaultNextCP()
1903 if ( next->pointtype != pt_curve && next->pointtype != pt_hvcurve ) { in SplineCharDefaultNextCP()
1907 if ( next->pointtype != pt_curve ) { in SplineCharDefaultNextCP()
2007 if ( prev->pointtype != pt_curve && prev->pointtype != pt_hvcurve ) { in SplineCharDefaultPrevCP()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lyon_geom-0.15.3/src/
H A Dcubic_bezier_intersections.rs479 pt_curve: &CubicBezierSegment<S>, in add_point_curve_intersection()
487 let pt = pt_curve.from;
519 add_intersection(pt_t, pt_curve, curve_t, curve, flip, intersections);
527 add_intersection(pt_t, pt_curve, curve_t, curve, flip, intersections);
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/lyon_geom-0.15.2/src/
H A Dcubic_bezier_intersections.rs479 pt_curve: &CubicBezierSegment<S>, in add_point_curve_intersection()
487 let pt = pt_curve.from;
519 add_intersection(pt_t, pt_curve, curve_t, curve, flip, intersections);
527 add_intersection(pt_t, pt_curve, curve_t, curve, flip, intersections);

123