Lines Matching defs:typ
526 int const typ = theD->getType();
531 if (typ == descr_moveto) {
535 } else if (typ == descr_close || typ == descr_forced) {
539 } else if (typ == descr_lineto) {
544 } else if (typ == descr_arcto) {
549 } else if (typ == descr_cubicto) {
554 } else if (typ == descr_bezierto || typ == descr_interm_bezier) {
615 int typ = theD->getType();
618 if (typ == descr_moveto) {
622 } else if (typ == descr_close ) {
634 } else if ( typ == descr_forced) {
638 } else if (typ == descr_lineto) {
643 } else if (typ == descr_arcto) {
648 } else if (typ == descr_cubicto) {
653 } else if (typ == descr_bezierto || typ == descr_interm_bezier) {
716 int const typ = descr_cmd[i]->getType();
717 switch ( typ ) {
928 int const typ = theD->getType();
930 return (typ == descr_lineto);