Searched refs:thisbeg (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/ |
H A D | lpe-embrodery-stitch-ordering.cpp | 707 OrderingGroupPoint *thisbeg = segments[it].GetBeginPoint(iSwap, iEnd); in FindShortestReconnect() local 708 Coord length = Geom::distance(thisbeg->point, prevend->point); in FindShortestReconnect() 730 …DebugTrace2TSP(("IMP 0F=%d %d %.6lf", thisbeg->group->index, thisbeg->indexInGroup, Geom::distance… in FindShortestReconnect() 731 … %d %.6lf", prevend->group->index, prevend->indexInGroup, Geom::distance(thisbeg->point, prevend->… in FindShortestReconnect()
|
/dports/editors/emacs-devel/emacs-4d1968b/src/ |
H A D | insdel.c | 2337 ptrdiff_t thisbeg, thisend, thischange; variable 2343 thisbeg = XFIXNUM (XCAR (elt)); 2357 if (thisbeg < beg) 2358 beg = thisbeg;
|
/dports/editors/emacs/emacs-27.2/src/ |
H A D | insdel.c | 2335 ptrdiff_t thisbeg, thisend, thischange; variable 2341 thisbeg = XFIXNUM (XCAR (elt)); 2355 if (thisbeg < beg) 2356 beg = thisbeg;
|