Searched refs:rroot (Results 1 - 12 of 12) sorted by relevance
/inkscape/src/2geom/ |
H A D | polynomial.cpp | 296 Coord rroot = cbrt(R); local 298 result.push_back(-term1 + 2*rroot); 299 result.push_back(-term1 - rroot); 300 result.push_back(-term1 - rroot); 305 Coord rroot = 2 * sqrt(-Q); 307 result.push_back(-term1 + rroot * cos(theta / 3)); 308 result.push_back(-term1 + rroot * cos((theta + 2*M_PI) / 3)); 309 result.push_back(-term1 + rroot * cos((theta + 4*M_PI) / 3));
|
/inkscape/src/ |
H A D | document.cpp | 97 rroot(NULL), 316 Inkscape::XML::Node *rroot = rdoc->root(); local 321 document->rroot = rroot; 357 const std::string typeString = NodeTraits::get_type_string(*rroot); 370 document->root->invoke_build(document, rroot, false); 373 rroot->setAttribute("inkscape:version", Inkscape::version_string); 378 rroot->setAttribute("sodipodi:docbase", NULL); 381 rroot->setAttribute("baseProfile", NULL); 419 rroot 508 Inkscape::XML::Node *rroot; local 560 Inkscape::XML::Node *rroot = rdoc->root(); local [all...] |
H A D | document.h | 97 Inkscape::XML::Node *rroot; ///< Root element of Inkscape::XML::Document member in class:SPDocument 134 Inkscape::XML::Node *getReprRoot() { return rroot; }
|
H A D | main.cpp | 1633 Inkscape::XML::Node *nv = sp_repr_lookup_name (doc->rroot, "sodipodi:namedview");
|
/inkscape/src/ui/dialog/ |
H A D | print.cpp | 70 Inkscape::XML::Node *nv = sp_repr_lookup_name (junk->_doc->rroot, "sodipodi:namedview");
|
H A D | color-item.cpp | 476 Inkscape::XML::Node *rroot = document->getReprRoot(); local 477 if ( rroot ) { 503 if ( bruteForce( document, rroot, paletteName, def.getR(), def.getG(), def.getB() ) ) {
|
/inkscape/src/extension/implementation/ |
H A D | script.cpp | 769 copy_doc(vd->rroot, mydoc->rroot);
|
/inkscape/src/extension/internal/ |
H A D | odf.cpp | 2105 preprocess(zf, doc->rroot); 2113 if (!writeContent(zf, doc->rroot))
|
H A D | wmf-print.cpp | 151 Inkscape::XML::Node *nv = sp_repr_lookup_name(doc->rroot, "sodipodi:namedview");
|
H A D | emf-print.cpp | 154 Inkscape::XML::Node *nv = sp_repr_lookup_name(doc->rroot, "sodipodi:namedview");
|
/inkscape/src/ui/ |
H A D | clipboard.cpp | 1184 Inkscape::XML::Node *nv = sp_repr_lookup_name (_clipboardSPDoc->rroot, "sodipodi:namedview");
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.cpp | 86 _container = _root = _doc->rroot;
|
Completed in 150 milliseconds