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

/inkscape/src/libdepixelize/priv/
H A Dpixelgraph.h143 reverse_iterator rend() function in class:Tracer::PixelGraph
145 return _nodes.rend();
148 const_reverse_iterator rend() const function in class:Tracer::PixelGraph
150 return _nodes.rend();
H A Dsimplifiedvoronoi.h98 reverse_iterator rend() function in class:Tracer::SimplifiedVoronoi
100 return _cells.rend();
103 const_reverse_iterator rend() const function in class:Tracer::SimplifiedVoronoi
105 return _cells.rend();

Completed in 20 milliseconds