Searched refs:SVG (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/svg/ |
H A D | path-string.cpp | 2 * Inkscape::SVG::PathString - builder for SVG path strings 27 int Inkscape::SVG::PathString::numericprecision; 28 int Inkscape::SVG::PathString::minimumexponent; 29 Inkscape::SVG::PATHSTRING_FORMAT Inkscape::SVG::PathString::format; 31 Inkscape::SVG::PathString::PathString() : 42 void Inkscape::SVG::PathString::_appendOp(char abs_op, char rel_op) { 90 void Inkscape::SVG::PathString::State::append(Geom::Coord v) { 95 void Inkscape::SVG [all...] |
H A D | svg-path.cpp | 2 * svg-path.cpp: Parse SVG path element data into bezier path. 56 //g_warning("Malformed SVG path, truncated path up to where error was found.\n Input path=\"%s\"\n Parsed path=\"%s\"", str, sp_svg_write_path(pathv)); 62 static void sp_svg_write_curve(Inkscape::SVG::PathString & str, Geom::Curve const * c) { 101 static void sp_svg_write_path(Inkscape::SVG::PathString & str, Geom::Path const & p) { 114 Inkscape::SVG::PathString str; 124 Inkscape::SVG::PathString str;
|
H A D | path-string.h | 25 namespace SVG { namespace in namespace:Inkscape 36 * Builder for SVG path strings.
|
/inkscape/share/extensions/ |
H A D | embed_raster_in_svg.pl | 44 The SVG standard only allows the <image> tag to refer to data of type png, jpg, or svg,
|
/inkscape/src/trace/potrace/ |
H A D | inkscape-potrace.cpp | 130 * Recursively descend the potrace_path_t node tree, writing paths in SVG 135 Inkscape::SVG::PathString& data, std::vector<Point> &points) 395 Inkscape::SVG::PathString data; 598 * of an SVG <path> element.
|
/inkscape/packaging/ |
H A D | release-sign-tarballs | 208 (SVG) file format, but reads and writes a wealth of other formats
|
/inkscape/src/extension/internal/ |
H A D | grid.cpp | 61 SVG::PathString path_data;
|
/inkscape/src/extension/plugins/grid2/ |
H A D | grid.cpp | 64 SVG::PathString path_data;
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.cpp | 265 * \brief Generates a SVG path string from poppler's data structure 268 Inkscape::SVG::PathString pathString; 596 * \brief Checks whether the given pattern type can be represented in SVG 730 // Generate the SVG pattern 1222 * \brief Writes the buffered characters to the SVG document 1409 // Convert the character to UTF-8 since that's our SVG document's encoding
|
Completed in 436 milliseconds