Searched refs:ntyp (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DPathCutting.cpp1390 int const ntyp = descr_cmd[j]->getType(); local
1391 if ( ntyp == descr_moveto ) {
1394 } else if ( ntyp == descr_forced ) {
1396 } else if ( ntyp == descr_close ) {
1399 } else if ( ntyp == descr_lineto ) {
1402 } else if ( ntyp == descr_arcto ) {
1405 } else if ( ntyp == descr_cubicto ) {
1408 } else if ( ntyp == descr_bezierto ) {
1424 int ntyp=descr_cmd[k]->getType(); local
1425 if ( ntyp
1456 int ntyp=descr_cmd[k]->getType(); local
[all...]

Completed in 17 milliseconds