Searched refs:MakePoint (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xditview/dist/ |
| H A D | draw.c | 82 static Point * MakePoint(double x, double y); 306 pt = spline = MakePoint(0.0, 0.0); 319 pt->next = MakePoint(x1, y1); 357 InsertPoint(p1, MakePoint(midx(p1, p2), midy(p1, p2))); 392 Point *p4 = MakePoint(midx(p, p->next), midy(p, p->next)); 442 MakePoint(double x, double y) function in typeref:typename:Point *
|
Completed in 2 milliseconds