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

/inkscape/src/ui/dialog/
H A Dswatches.cpp173 std::string targetName(bounceTarget->def.descr);
177 if ( targetName == grad->getId() ) {
194 Glib::ustring targetName = popupItems[index]; local
199 if ( targetName == grad->getId() ) {
612 Glib::ustring targetName; local
615 targetName = prefs->getString(_prefs_path + "/palette");
616 if (!targetName.empty()) {
617 if (targetName == "Auto") {
623 if ( (*iter)->_name == targetName ) {
/inkscape/src/
H A Dgradient-drag.cpp210 Glib::ustring targetName = colorStr.substr(pos + 5, colorStr.length() - 6); local
214 if ( targetName == grad->getId() ) {

Completed in 42 milliseconds