Home
last modified time | relevance | path

Searched refs:evalUStrip (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dbackend.h80 void evalUStrip(int n_upper, REAL v_upper, REAL* upper_val,
H A Dbasicsurfeval.h75 virtual void evalUStrip(int n_upper, REAL v_upper, REAL* upper_val,
H A Dbackend.cc221 Backend::evalUStrip(int n_upper, REAL v_upper, REAL* upper_val, in evalUStrip() function in Backend
225 surfaceEvaluator.evalUStrip(n_upper, v_upper, upper_val, in evalUStrip()
H A Dslicer.cc630 backend.evalUStrip(arc->pwlArc->npts, arc->pwlArc->pts[0].param[1], in triangulateRectTopGen()
642 backend.evalUStrip( in triangulateRectTopGen()
/reactos/dll/opengl/glu32/src/libnurbs/interface/
H A Dglsurfeval.h132 void evalUStrip(int n_upper, REAL v_upper, REAL* upper_val,
H A Dglsurfeval.cc343 OpenGLSurfaceEvaluator::evalUStrip(int n_upper, REAL v_upper, REAL* upper_val, int n_lower, REAL v_… in evalUStrip() function in OpenGLSurfaceEvaluator