Searched refs:chase_hrefs (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-paint-server.h67 PaintServer *chase_hrefs(PaintServer *src, sigc::slot<bool, PaintServer const *> match) { function
H A Dsp-hatch.cpp249 SPHatch *src = chase_hrefs<SPHatch>(this, sigc::ptr_fun(&_hasHatchPatchChildren));
265 SPHatch const *src = chase_hrefs<SPHatch const>(this, sigc::ptr_fun(&_hasHatchPatchChildren));
401 SPHatch *src = chase_hrefs<SPHatch>(this, sigc::ptr_fun(&_hasHatchPatchChildren));
406 // FIXME: all of them must use chase_hrefs as children() and rootHatch()
H A Dsp-gradient.cpp718 chase_hrefs(SPGradient *const src, bool (*match)(SPGradient const *)) function
777 SPGradient * src = chase_hrefs(this, has_stopsFN);
792 SPGradient const *src = chase_hrefs(this, has_spread_set);
805 SPGradient const *src = chase_hrefs(this, has_units_set);

Completed in 60 milliseconds