Searched refs:fragment (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ |
H A D | uri-references.cpp | 158 gchar const *fragment = uri.getFragment(); local 159 if (!uri.isRelative() || uri.getQuery() || !fragment) { 168 if (!strncmp(fragment, "xpointer(", 9)) { 173 if (!strncmp(fragment, "xpointer(id(", 12)) { 174 id = g_strdup(fragment + 12); 184 id = g_strdup(fragment);
|
H A D | uri.cpp | 129 return (gchar *)_uri->fragment;
|
/inkscape/src/2geom/ |
H A D | bezier-curve.h | 72 D2<Bezier> const &fragment() const { return inner; } function in class:Geom::BezierCurve
|
H A D | elliptical-arc.cpp | 603 result = _ellipse.intersect(bez->fragment());
|
/inkscape/ |
H A D | buildtool.cpp | 1902 fragment = ""; 1919 fragment = other.fragment; 1940 String fragment; member in class:buildtool::URI 2005 if (fragment.size() > 0) 2008 str.append(fragment); 2099 return fragment; 2112 if (other.fragment.size() > 0 && 2119 fragUri.fragment = other.fragment; [all...] |
/inkscape/src/extension/internal/ |
H A D | wmf-print.cpp | 859 Geom::Piecewise<Geom::D2<Geom::SBasis> > first_frag; // first fragment, will be appended at end 877 Geom::Piecewise<Geom::D2<Geom::SBasis> > fragment(portion(tmp_pathpw2, slength, elength)); 879 tmp_pathpw3.concat(fragment); 881 first_frag = fragment;
|
H A D | emf-print.cpp | 1442 Geom::Piecewise<Geom::D2<Geom::SBasis> > first_frag; // first fragment, will be appended at end 1460 Geom::Piecewise<Geom::D2<Geom::SBasis> > fragment(portion(tmp_pathpw2, slength, elength)); 1462 tmp_pathpw3.concat(fragment); 1464 first_frag = fragment;
|
Completed in 399 milliseconds