Lines Matching refs:step
306 void Scan(float &pos, int &curP, float to, float step);
307 void QuickScan(float &pos, int &curP, float to, bool doSort, float step);
308 void DirectScan(float &pos, int &curP, float to, float step);
309 void DirectQuickScan(float &pos, int &curP, float to, bool doSort, float step);
311 void Scan(float &pos, int &curP, float to, FloatLigne *line, bool exact, float step);
312 void Scan(float &pos, int &curP, float to, FillRule directed, BitLigne *line, bool exact, float step);
313 void Scan(float &pos, int &curP, float to, AlphaLigne *line, bool exact, float step);
315 void QuickScan(float &pos, int &curP, float to, FloatLigne* line, float step);
316 void QuickScan(float &pos, int &curP, float to, FillRule directed, BitLigne* line, float step);
317 void QuickScan(float &pos, int &curP, float to, AlphaLigne* line, float step);
508 void CreateEdge(int no, float to, float step);
509 void AvanceEdge(int no, float to, bool exact, float step);
511 void AvanceEdge(int no, float to, FloatLigne *line, bool exact, float step);
513 void AvanceEdge(int no, float to, BitLigne *line, bool exact, float step);
515 void AvanceEdge(int no, float to, AlphaLigne *line, bool exact, float step);