Searched refs:lastvert (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmonotonizer.cc117 TrimVertex *lastvert = firstvert + (jarc->pwlArc->npts - 1); local in function:Subdivider::monotonize
128 for( vert = firstvert; vert != lastvert; vert++ ) {
213 TrimVertex *lastvert = firstvert + (jarc->pwlArc->npts - 1); local in function:Subdivider::isMonotone
215 if( firstvert == lastvert ) return 1;
239 for( ++vert ; vert != lastvert; vert++ ) {

Completed in 2 milliseconds