Searched defs:hasSuffix (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ | ||
H A D | filedialog.cpp | 40 bool hasSuffix(const Glib::ustring &str, const Glib::ustring &ext) function in namespace:Inkscape::UI::Dialog 72 if (hasSuffix(fileName, ext)) |
/inkscape/src/ui/widget/ | ||
H A D | imageicon.cpp | 325 hasSuffix(const Glib::ustring &str, Glib::ustring &ext) function in namespace:Inkscape::UI::Widget 364 if (hasSuffix(fileName, ext)) 398 if (hasSuffix(fileName, svg) || hasSuffix(fileName, svgz)) { |
Completed in 85 milliseconds