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

/haiku/src/apps/glteapot/
H A DGLObject.cpp276 q.numpts = 4;
285 q.pts[q.numpts++] = fTriangles[i + 1].p1;
286 q.pts[q.numpts++] = fTriangles[i + 1].p3;
289 int *np = (int*)malloc(sizeof(int)*q.numpts);
290 memcpy(np, qp, q.numpts * sizeof(int));
292 nqs.numpts = q.numpts;
297 q.numpts = 4;
305 int* np = (int*)malloc(sizeof(int)*q.numpts);
306 memcpy(np, qp, q.numpts * sizeo
[all...]
H A DGLObject.h37 int numpts; member in struct:quadStrip
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h117 virtual void DrawPolygon(BPoint* ptlist, int32 numpts,
119 virtual void FillPolygon(BPoint* ptlist, int32 numpts,
H A DDrawingEngine.cpp831 DrawingEngine::DrawPolygon(BPoint* ptlist, int32 numpts, BRect bounds, argument
843 fPainter->DrawPolygon(ptlist, numpts, filled, closed);
848 DrawingEngine::FillPolygon(BPoint* ptlist, int32 numpts, BRect bounds, argument
858 fPainter->FillPolygon(ptlist, numpts, gradient, closed);

Completed in 56 milliseconds