Home
last modified time | relevance | path

Searched refs:numpts (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Darc.h76 int numpts( void );
H A Darc.cc80 Arc::numpts( void ) in numpts() function in Arc
H A Dslicer.cc1219 unsigned int npts = loop->numpts(); in slice_old()
/reactos/dll/win32/gdiplus/
H A Dgraphicspath.c586 INT old_count, numpts; in GdipAddPathEllipse() local
597 if((numpts = arc2polybezier(&path->pathdata.Points[old_count], x, y, width, in GdipAddPathEllipse()
599 ERR("expected %d points but got %d\n", MAX_ARC_PTS, numpts); in GdipAddPathEllipse()