Lines Matching refs:curP
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);