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

/inkscape/src/2geom/
H A Dintersection-graph.cpp322 Path frag(k->p);
323 frag.setStitching(true);
325 _pv[w][k->pos.path_index].appendPortionTo(frag, ival, k->p, n->p);
327 in.push_back(frag);
329 out.push_back(frag);
/inkscape/src/
H A Dstyle-internal.cpp2764 gchar *frag = g_strndup(hstr,slen+1); // only send one piece at a time, since keywords may be intermixed local
2766 if( strcmp( frag, "none" ) != 0 ) { // 'none' not allowed
2767 test_color.read( frag );
2770 free(frag);

Completed in 573 milliseconds