Home
last modified time | relevance | path

Searched defs:umin (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/interface/
H A DbezierPatch.cc52 bezierPatch* bezierPatchMake(float umin, float vmin, float umax, float vmax, int uorder, int vorder… in bezierPatchMake()
71 bezierPatch* bezierPatchMake2(float umin, float vmin, float umax, float vmax, int uorder, int vorde… in bezierPatchMake2()
H A DbezierPatch.h37 float umin, vmin, umax, vmax; member
H A Dincurveeval.cc193 void OpenGLCurveEvaluator::inMapMesh1f(int umin, int umax) in inMapMesh1f()
H A DbezierPatchMesh.cc100 bezierPatchMesh *bezierPatchMeshMake(int maptype, float umin, float umax, int ustride, int uorder, … in bezierPatchMeshMake()
183 void bezierPatchMeshPutPatch(bezierPatchMesh *bpm, int maptype, float umin, float umax, int ustride… in bezierPatchMeshPutPatch()
H A Dglsurfeval.cc946 OpenGLSurfaceEvaluator::mapmesh2f(long style, long umin, long umax, long vmin, long vmax) in mapmesh2f()
H A Dinsurfeval.cc1944 GLint umin = (GLint) ( temp[6]); in inBPMEvalEM() local