Searched defs:hasStops (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-gradient.cpp60 bool SPGradient::hasStops() const function in class:SPGradient
115 if (this->hasStops() != that->hasStops()) { break; }
402 Glib::ustring paintVal = ( this->hasStops() && (this->getStopCount() == 0) ) ? "solid" : "gradient";
754 return gr->hasStops();
929 if ( !hasStops() && reffed ) {

Completed in 16 milliseconds