Lines Matching defs:no
36 * the Shape class (was the Digraph class, as the header says) stores digraphs (no kidding!) of which
264 void ForceToPolygon(); // force the Shape to believe it's a polygon (eulerian+intersection-free+no
265 // duplicate edges+no duplicate points)
450 int no;
508 void CreateEdge(int no, float to, float step);
509 void AvanceEdge(int no, float to, bool exact, float step);
510 void DestroyEdge(int no, float to, FloatLigne *line);
511 void AvanceEdge(int no, float to, FloatLigne *line, bool exact, float step);
512 void DestroyEdge(int no, BitLigne *line);
513 void AvanceEdge(int no, float to, BitLigne *line, bool exact, float step);
514 void DestroyEdge(int no, AlphaLigne *line);
515 void AvanceEdge(int no, float to, AlphaLigne *line, bool exact, float step);