Home
last modified time | relevance | path

Searched defs:lPrev (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/geos/geos-3.9.1/include/geos/triangulate/quadedge/
H A DQuadEdge.h321 lPrev() const in lPrev() function
327 lPrev() in lPrev() function
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dcompute_outer_frame_margin.h57 ForwardPointIterator lPrev = ( lCurr == aBegin ? lLast : std::prev (lCurr) ) ; in compute_outer_frame_margin() local
H A DStraight_skeleton_builder_traits_2.h541 void ComputeFilteringBound(Vertex_handle lPrev, Vertex_handle aNode, Vertex_handle lNext, in ComputeFilteringBound()
839 void ComputeFilteringBound(Vertex_handle lPrev, Vertex_handle aNode, Vertex_handle lNext, in ComputeFilteringBound()
H A DStraight_skeleton_builder_2.h1309 …void ComputeUpperBoundForValidSplitEventsImpl(Vertex_handle lPrev, Vertex_handle aNode, Vertex_han… in ComputeUpperBoundForValidSplitEventsImpl()
1317 …void ComputeUpperBoundForValidSplitEvents(Vertex_handle lPrev, Vertex_handle aNode, Vertex_handle … in ComputeUpperBoundForValidSplitEvents()
/dports/math/cgal/CGAL-5.3/include/CGAL/Straight_skeleton_2/
H A DPolygon_offset_builder_2_impl.h65 Halfedge_const_handle lPrev = aBisector->prev(); in LocateHook() local
H A DStraight_skeleton_builder_2_impl.h348 Vertex_handle lPrev = GetPrevInLAV(aNode) ; in CollectNewEvents() local
504 Vertex_handle lPrev = GetPrevInLAV(aNode) ; in UpdatePQ() local
545 Vertex_handle lPrev = GetPrevInLAV(v) ; in CreateContourBisectors() local
824 Vertex_handle lPrev = GetPrevInLAV(lSeed) ; in ConstructSplitEventNodes() local
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/bidi/
H A DUnicodeBidiAlgorithm.java218 … private static int findNextNonRetainedFormattingLevel(int[] wca, int[] ea, int start, int lPrev) { in findNextNonRetainedFormattingLevel()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/
H A DQuadEdge.java293 public final QuadEdge lPrev() { in lPrev() method in QuadEdge
/dports/games/torcs/torcs-1.3.7/src/tools/trackgen/
H A Draceline.cpp227 double lPrev = (rlseg[i].t-rlseg[prev].t).len(); in Smooth() local
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dpathfinder.cpp707 double lPrev = sqrt(dx*dx + dy*dy); in smooth() local
/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dpathfinder.cpp707 double lPrev = sqrt(dx*dx + dy*dy); in smooth() local
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dpathfinder.cpp707 double lPrev = sqrt(dx*dx + dy*dy); in smooth() local
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw2/
H A Dpathfinder.cpp1107 double lPrev = sqrt(dx*dx + dy*dy); in smooth() local
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw3/
H A Dpathfinder.cpp1107 double lPrev = sqrt(dx*dx + dy*dy); in smooth() local
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw/
H A Dpathfinder.cpp1107 double lPrev = sqrt(dx*dx + dy*dy); in smooth() local
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dnode_items.cpp4582 store::Item_t lPrev = lCurr; in isPrecedingSibling() local
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp11976 const DirElemContent* lPrev = translator_ns::peek_stack(thePossibleWSContentStack); in check_boundary_whitespace() local
12023 const DirElemContent* lPrev = translator_ns::pop_stack (thePossibleWSContentStack); in end_check_boundary_whitespace() local
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp3646 const DirElemContent* lPrev = 0; in accept() local