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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmonotonizer.cc116 TrimVertex *firstvert = jarc->pwlArc->pts; local in function:Subdivider::monotonize
117 TrimVertex *lastvert = firstvert + (jarc->pwlArc->npts - 1);
128 for( vert = firstvert; vert != lastvert; vert++ ) {
178 jarc->pwlArc->npts = vert - firstvert + 1;
183 firstvert = jarc->pwlArc->pts = vert;
187 jarc->pwlArc->npts = vert - firstvert + 1;
212 TrimVertex *firstvert = jarc->pwlArc->pts; local in function:Subdivider::isMonotone
213 TrimVertex *lastvert = firstvert + (jarc->pwlArc->npts - 1);
215 if( firstvert == lastvert ) return 1;
217 TrimVertex *vert = firstvert;
[all...]

Completed in 2 milliseconds