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

/inkscape/src/
H A Dsp-gradient.cpp129 SPStop *as = this->getVector()->getFirstStop();
130 SPStop *bs = that->getVector()->getFirstStop();
558 SPStop* SPGradient::getFirstStop() function in class:SPGradient
573 for (SPStop *stop = const_cast<SPGradient*>(this)->getFirstStop(); stop && stop->getNextStop(); stop = stop->getNextStop()) {

Completed in 256 milliseconds