Searched refs:ConstChildIterator (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-hatch.h116 typedef std::vector<SPHatchPath const *>::const_iterator ConstChildIterator; typedef in class:SPHatch
H A Dsp-hatch.cpp498 for (ConstChildIterator iter = children.begin(); (iter != children.end()) && valid; ++iter) {
558 for (ConstChildIterator iter = children.begin(); iter != children.end(); ++iter) {

Completed in 61 milliseconds