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

/inkscape/src/livarot/
H A DPathConversion.cpp43 int const firstTyp = descr_cmd[0]->getType(); local
44 if ( firstTyp == descr_moveto ) {
206 int const firstTyp = descr_cmd[0]->getType(); local
207 if ( firstTyp == descr_moveto ) {
421 int const firstTyp = descr_cmd[0]->getType(); local
422 if ( firstTyp == descr_moveto ) {
H A DPathOutline.cpp77 int firstTyp = descr_cmd[curD]->getType(); local
78 bool const needClose = (firstTyp == descr_close);
356 int firstTyp = descr_cmd[off]->getType(); local
357 if ( firstTyp != descr_moveto ) {

Completed in 32 milliseconds