Lines Matching defs:typ
281 int const typ = descr_cmd[i]->getType();
282 switch ( typ ) {
530 int const typ = descr_cmd[i]->getType();
531 switch ( typ ) {
621 int const typ = descr_cmd[i]->getType();
622 switch ( typ ) {
748 int const typ = descr_cmd[i]->getType();
749 switch ( typ ) {
806 int const typ = descr_cmd[i]->getType();
807 switch ( typ ) {
1056 int const typ = descr_cmd[i]->getType();
1057 switch ( typ ) {
1140 int const typ = descr_cmd[cp]->getType();
1141 if ( typ == descr_moveto || typ == descr_forced || typ == descr_close ) {
1143 } else if ( typ == descr_lineto || typ == descr_arcto || typ == descr_cubicto ) {
1149 if ( typ == descr_cubicto ) {
1179 } else if ( typ == descr_lineto ) {
1203 } else if ( typ == descr_arcto ) {
1258 } else if ( typ == descr_bezierto || typ == descr_interm_bezier ) {
1377 int const typ = descr_cmd[i]->getType();
1378 if ( typ == descr_moveto ) {
1492 } else if ( typ == descr_close ) {
1494 } else if ( typ == descr_forced ) {
1496 } else if ( typ == descr_lineto ) {
1500 } else if ( typ == descr_arcto ) {
1504 } else if ( typ == descr_cubicto ) {
1508 } else if ( typ == descr_bezierto ) {
1512 } else if ( typ == descr_interm_bezier ) {