Lines Matching defs:typ
60 int typ = descr_cmd[curP]->getType();
61 if (typ == descr_moveto) {
89 int const typ = descr_cmd[curD]->getType();
90 if (typ == descr_moveto) {
93 } else if (typ == descr_forced) {
96 } else if (typ == descr_lineto) {
101 } else if (typ == descr_cubicto) {
109 } else if (typ == descr_arcto) {
115 } else if (typ == descr_bezierto) {
120 } else if (typ == descr_interm_bezier) {
254 int typ = descr_cmd[curP]->getType();
255 if (typ == descr_moveto) break;
270 int typ = descr_cmd[curD]->getType();
271 if (typ == descr_moveto) {
274 } else if (typ == descr_forced) {
276 } else if (typ == descr_lineto) {
281 } else if (typ == descr_cubicto) {
289 } else if (typ == descr_arcto) {
295 } else if (typ == descr_bezierto) {
300 } else if (typ == descr_interm_bezier) {