Home
last modified time | relevance | path

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

/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Darc.h52 enum arc_side { arc_none = 0, arc_right, arc_top, arc_left, arc_bottom }; enumerator
H A Dsubdivider.cc88 jarc = new(arcpool) Arc( arc_right, 0 ); in makePatchBoundary()
771 jarc = new(arcpool) Arc( arc_right, 0 ); in makeBorderTrim()
894 case arc_right: in tessellate()
H A Darctess.cc90 case arc_right: in bezier()
175 arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_right ); in pwl_right()
H A Dsplitarcs.cc199 Arc_ptr newright = new(arcpool) Arc( arc_right, 0 ); in join_s()