Searched refs:getPath (Results 1 - 16 of 16) sorted by relevance
/inkscape/src/ |
H A D | uri.h | 93 const char *getPath() const { return _impl->getPath(); } function in class:Inkscape::URI 138 const char *getPath() const;
|
H A D | uri.cpp | 90 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 D | uri-test.h | 41 stringTest( ValueOrEmpty(URI(uri.c_str()).getPath()), expected );
|
H A D | preferences-test.h | 119 TS_ASSERT_EQUALS(val.getPath(), "/test/prefentry");
|
H A D | uri-references.cpp | 142 if (document && uri.getPath() && !skip) {
|
H A D | preferences.h | 221 Glib::ustring const &getPath() const { return _pref_path; } function in class:Inkscape::Preferences::Entry::Glib
|
H A D | color-profile.cpp | 608 Glib::ustring const& getPath() {return _path;} function in class:ProfileInfo::Glib 670 result = it->getPath();
|
/inkscape/src/xml/ |
H A D | rebase-hrefs-test.h | 84 uri.getPath(), 104 again.getPath(),
|
/inkscape/share/extensions/ |
H A D | rtree.py | 69 attribs = {'d':t.getPath(),'style':simplestyle.formatStyle(s)}
|
H A D | pturtle.py | 73 def getPath(self): member in class:pTurtle
|
H A D | lindenmayer.py | 69 return self.turtle.getPath()
|
/inkscape/src/ui/tools/ |
H A D | dynamic-base.cpp | 102 Glib::ustring const &full_path = value.getPath();
|
/inkscape/src/io/ |
H A D | uristream.cpp | 120 data = (unsigned char *) uri.getPath();
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 345 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 D | svg-builder.cpp | 444 gchar *pathtext = svgInterpretPath(state->getPath()); 531 gchar *pathtext = svgInterpretPath(state->getPath());
|
/inkscape/ |
H A D | buildtool.cpp | 1848 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