Searched defs:isRelativePath (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ | ||
H A D | uri.h | 80 bool isRelativePath() const { return _impl->isRelativePath(); } function in class:Inkscape::URI 135 bool isRelativePath() const; |
H A D | uri.cpp | 96 bool URI::Impl::isRelativePath() const { function in class:Inkscape::URI::Impl 172 if (isRelativePath()) { |
Completed in 14 milliseconds