Searched refs:ext_id (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/
H A Dpatheffect.cpp59 gchar const * ext_id = prefs->attribute("extension"); local
60 if (ext_id == NULL) {
66 peffect = dynamic_cast<Inkscape::Extension::PathEffect *>(Inkscape::Extension::db.get(ext_id));
H A Dextension.cpp275 std::string ext_id(id);
276 if (std::find(v.begin(), v.end(), ext_id) != v.end()) {

Completed in 15 milliseconds