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

/inkscape/src/
H A Did-clash.cpp263 const std::list<IdReference>::const_iterator it_end = pos->second.end(); local
264 for (it = pos->second.begin(); it != it_end; ++it) {
331 const std::list<IdReference>::const_iterator it_end = pos->second.end(); local
332 for (it = pos->second.begin(); it != it_end; ++it) {
/inkscape/src/libnrtype/
H A DLayout-TNG-OutIter.cpp367 std::vector<Geom::Point> Layout::createSelectionShape(iterator const &it_start, iterator const &it_end, Geom::Affine const &transform) const argument
373 if (it_start._char_index < it_end._char_index) {
375 end_char_index = it_end._char_index;
377 char_index = it_end._char_index;
H A DLayout-TNG.h555 std::vector<Geom::Point> createSelectionShape(iterator const &it_start, iterator const &it_end, Geom::Affine const &transform) const;

Completed in 277 milliseconds