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

/inkscape/src/
H A Dsp-gradient.cpp114 if (this->getStopCount() != that->getStopCount()) { break; }
402 Glib::ustring paintVal = ( this->hasStops() && (this->getStopCount() == 0) ) ? "solid" : "gradient";
462 if ( this->getStopCount() > 0 ) {
491 if ( this->getStopCount() == 0 ) {
569 int SPGradient::getStopCount() const function in class:SPGradient

Completed in 1358 milliseconds