Searched refs:noneSet (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dstyle-internal.h720 noneSet(false) {
728 noneSet(false) {
747 noneSet = rhs.noneSet;
763 return noneSet;
790 void setNone() {noneSet = true; colorSet=false;}
796 bool noneSet : 1;
H A Ddesktop-style.cpp752 bool noneSet = true; // is stroke set to none? local
779 noneSet &= style->stroke.isNone();
799 style_res->stroke.noneSet = noneSet; // Will only be true if none of the selected objects has it's stroke set.
H A Dstyle-internal.cpp1244 noneSet = true;
1298 if ( this->noneSet ) {
1370 noneSet = false;
1407 noneSet = true;
H A Dsplivarot.cpp935 if (!item->style || item->style->stroke.noneSet) {
1186 if (!item->style || item->style->stroke.noneSet) {
/inkscape/src/extension/internal/
H A Dwmf-print.cpp809 if (style->stroke.noneSet || style->stroke_width.computed == 0.0) {
825 (style->stroke.isNone() || style->stroke.noneSet || style->stroke_width.computed == 0.0) ||
H A Demf-print.cpp1391 if (style->stroke.noneSet || style->stroke_width.computed == 0.0) {
1407 (style->stroke.isNone() || style->stroke.noneSet || style->stroke_width.computed == 0.0) ||

Completed in 154 milliseconds