Searched refs:getPath (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/
H A Duri.h93 const char *getPath() const { return _impl->getPath(); } function in class:Inkscape::URI
138 const char *getPath() const;
H A Duri.cpp90 const gchar *path = getPath();
100 const gchar *path = getPath();
110 const gchar *path = getPath();
120 const gchar *URI::Impl::getPath() const { function in class:Inkscape::URI::Impl
152 if (!_impl->getPath()) {
155 std::string path = std::string(_impl->getPath());
H A Duri-test.h41 stringTest( ValueOrEmpty(URI(uri.c_str()).getPath()), expected );
H A Dpreferences-test.h119 TS_ASSERT_EQUALS(val.getPath(), "/test/prefentry");
H A Duri-references.cpp142 if (document && uri.getPath() && !skip) {
H A Dpreferences.h221 Glib::ustring const &getPath() const { return _pref_path; } function in class:Inkscape::Preferences::Entry::Glib
H A Dcolor-profile.cpp608 Glib::ustring const& getPath() {return _path;} function in class:ProfileInfo::Glib
670 result = it->getPath();
/inkscape/src/xml/
H A Drebase-hrefs-test.h84 uri.getPath(),
104 again.getPath(),
/inkscape/share/extensions/
H A Drtree.py69 attribs = {'d':t.getPath(),'style':simplestyle.formatStyle(s)}
H A Dpturtle.py73 def getPath(self): member in class:pTurtle
H A Dlindenmayer.py69 return self.turtle.getPath()
/inkscape/src/ui/tools/
H A Ddynamic-base.cpp102 Glib::ustring const &full_path = value.getPath();
/inkscape/src/io/
H A Duristream.cpp120 data = (unsigned char *) uri.getPath();
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp345 clipHistory->setClip(state->getPath(), clipNormal);
1583 savedPath = state->getPath()->copy();
1700 savedPath = state->getPath()->copy();
2137 clipHistory->setClip(state->getPath(), clipNormal);
2140 clipHistory->setClip(state->getPath(), clipEO);
3085 clipHistory->setClip(state->getPath());
H A Dsvg-builder.cpp444 gchar *pathtext = svgInterpretPath(state->getPath());
531 gchar *pathtext = svgInterpretPath(state->getPath());
/inkscape/
H A Dbuildtool.cpp1848 virtual String getPath() const;
2048 String URI::getPath() const function in class:buildtool::URI
3269 virtual String getPath() function in class:buildtool::PkgConfig
6153 String fullPath = fullPathURI.getPath();
6731 if (refreshCache || isNewerThan(parent.getURI().getPath(), fullName))
8147 if (!force && !isNewerThan(parent.getURI().getPath(), fullName))
9874 status("######## PARSE : %s", uri.getPath().c_str());

Completed in 136 milliseconds