Home | Info | Community | Development | myReactOS | Contact Us
[inline]
Definition at line 69 of file jarcloc.h.
Referenced by Trimline::getNextPt(), Trimline::getNextPts(), and Trimline::getPrevPts().
{ assert( p <= plast ); if( p == plast ) { arc = arc->next; p = &arc->pwlArc->pts[0]; plast = &arc->pwlArc->pts[arc->pwlArc->npts - 1]; assert( p < plast ); } return p++; }