Lines Matching refs:curP

118 void Shape::Scan(float &pos, int &curP, float to, float step)
135 // points of the polygon are sorted top-down, so we take them in order, starting with the one at index curP,
137 // don't forget to update curP and pos when we're done
138 int curPt = curP;
253 curP = curPt;
275 void Shape::QuickScan(float &pos,int &curP, float to, bool /*doSort*/, float step)
292 int curPt = curP;
354 curP = curPt;
609 void Shape::DirectScan(float &pos, int &curP, float to, float step)
621 // points of the polygon are sorted top-down, so we take them in order, starting with the one at index curP,
623 // don't forget to update curP and pos when we're done
624 int curPt = curP;
649 curP = curPt;
659 int curPt=curP;
685 curP = curPt;
708 void Shape::DirectQuickScan(float &pos, int &curP, float to, bool /*doSort*/, float step)
720 // points of the polygon are sorted top-down, so we take them in order, starting with the one at index curP,
722 // don't forget to update curP and pos when we're done
723 int curPt=curP;
744 curP = curPt;
754 int curPt=curP;
775 curP = curPt;
801 void Shape::Scan(float &pos, int &curP, float to, FloatLigne *line, bool exact, float step)
842 int curPt = curP;
927 curP = curPt;
949 void Shape::Scan(float &pos, int &curP, float to, FillRule directed, BitLigne *line, bool exact, float step)
1021 int curPt = curP;
1103 curP = curPt;
1122 void Shape::Scan(float &pos, int &curP, float to, AlphaLigne *line, bool exact, float step)
1132 int curPt = curP;
1212 curP = curPt;
1232 void Shape::QuickScan(float &pos, int &curP, float to, FloatLigne* line, float step)
1284 int curPt = curP;
1351 curP = curPt;
1371 void Shape::QuickScan(float &pos, int &curP, float to, FillRule directed, BitLigne* line, float step)
1435 int curPt = curP;
1502 curP = curPt;
1521 void Shape::QuickScan(float &pos, int &curP, float to, AlphaLigne* line, float step)
1530 int curPt = curP;
1597 curP = curPt;