Searched defs:umin (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/opengl/glu32/src/libnurbs/interface/ |
H A D | bezierPatch.cc | 52 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 D | bezierPatch.h | 37 float umin, vmin, umax, vmax; member
|
H A D | incurveeval.cc | 193 void OpenGLCurveEvaluator::inMapMesh1f(int umin, int umax) in inMapMesh1f()
|
H A D | bezierPatchMesh.cc | 100 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 D | glsurfeval.cc | 946 OpenGLSurfaceEvaluator::mapmesh2f(long style, long umin, long umax, long vmin, long vmax) in mapmesh2f()
|
H A D | insurfeval.cc | 1944 GLint umin = (GLint) ( temp[6]); in inBPMEvalEM() local
|