Lines Matching refs:ntyp
1390 int const ntyp = descr_cmd[j]->getType();
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();
1425 if ( ntyp == descr_moveto ) {
1427 } else if ( ntyp == descr_forced ) {
1429 } else if ( ntyp == descr_close ) {
1431 } else if ( ntyp == descr_lineto ) {
1435 } else if ( ntyp == descr_arcto ) {
1439 } else if ( ntyp == descr_cubicto ) {
1443 } else if ( ntyp == descr_bezierto ) {
1447 } else if ( ntyp == descr_interm_bezier ) {
1456 int ntyp=descr_cmd[k]->getType();
1457 if ( ntyp == descr_moveto ) {
1459 } else if ( ntyp == descr_forced ) {
1461 } else if ( ntyp == descr_close ) {
1463 } else if ( ntyp == descr_lineto ) {
1467 } else if ( ntyp == descr_arcto ) {
1471 } else if ( ntyp == descr_cubicto ) {
1475 } else if ( ntyp == descr_bezierto ) {
1479 } else if ( ntyp == descr_interm_bezier ) {