Searched defs:typ (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dsp-style-elem-test.h89 gchar const *typ = repr->attribute("type"); local
90 TS_ASSERT( typ != NULL );
91 if ( typ )
93 TS_ASSERT_EQUALS( std::string(typ), std::string("text/css") );
/inkscape/src/livarot/
H A DPath.cpp526 int const typ = theD->getType(); local
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 local
716 int const typ = descr_cmd[i]->getType(); local
928 int const typ = theD->getType(); local
[all...]
H A DPathSimplify.cpp1199 int typ = descr_cmd[curP]->getType(); local
1202 if (typ == descr_moveto) {
1220 } else if (typ == descr_close) {
1247 } else if (typ == descr_forced) {
1270 } else if (typ == descr_lineto || typ == descr_cubicto || typ == descr_arcto) {
1290 if ( typ == descr_cubicto ) {
1300 if ( typ == descr_cubicto ) {
1308 } else if (typ
[all...]
H A DShapeMisc.cpp1160 int typ; local
1161 typ = from->descr_cmd[nPiece]->getType();
1163 if (typ == descr_bezierto)
1174 typ = from->descr_cmd[n]->getType();
1175 if (typ == descr_bezierto)
H A DPathOutline.cpp60 int typ = descr_cmd[curP]->getType(); local
61 if (typ == descr_moveto) {
89 int const typ = descr_cmd[curD]->getType(); local
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
254 int typ = descr_cmd[curP]->getType(); local
270 int typ = descr_cmd[curD]->getType(); local
[all...]
H A DPathCutting.cpp281 int const typ = descr_cmd[i]->getType(); local
282 switch ( typ ) {
530 int const typ = descr_cmd[i]->getType(); local
531 switch ( typ ) {
621 int const typ = descr_cmd[i]->getType(); local
622 switch ( typ ) {
748 int const typ = descr_cmd[i]->getType(); local
749 switch ( typ ) {
806 int const typ = descr_cmd[i]->getType(); local
807 switch ( typ ) {
1056 int const typ = descr_cmd[i]->getType(); local
1140 int const typ = descr_cmd[cp]->getType(); local
1377 int const typ = descr_cmd[i]->getType(); local
[all...]

Completed in 31 milliseconds