Lines Matching refs:lastM
54 int lastM = curP;
70 if (curP > lastM + 1) {
79 while (curD > lastM && descr_cmd[curD]->getType() == descr_close) {
84 if (curD > lastM) {
88 while (curD > lastM) {
122 while (nD > lastM && descr_cmd[nD]->getType() != descr_bezierto) nD--;
152 SubContractOutline (lastM, realP + 1 - lastM,
172 SubContractOutline (lastM, realP - lastM,
191 } // if (curD > lastM)
192 } // if (curP > lastM + 1)
250 int lastM = curP;
258 if (curP > lastM + 1) {
264 while (curD > lastM && (descr_cmd[curD]->getType()) == descr_close) curD--;
265 if (curD > lastM) {
269 while (curD > lastM) {
302 while (nD > lastM && (descr_cmd[nD]->getType()) != descr_bezierto) nD--;