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

/inkscape/src/libdepixelize/priv/
H A Diterator.h34 const T *to_ptr(typename std::vector<T>::const_iterator it) function in namespace:Tracer
40 T *to_ptr(typename std::vector<T>::iterator it) function in namespace:Tracer
52 difference_type idx = ptr - to_ptr<T>(begin);
63 difference_type idx = ptr - to_ptr<T>(begin);
101 return to_ptr<T>(it);
106 return to_ptr<T>(it);
/inkscape/src/libdepixelize/
H A Dkopftracer2011.cpp511 ToPtr<PixelGraph::Node> to_ptr; local
532 * guintptr(to_ptr(graph.nodeTop(it))))
534 * guintptr(to_ptr(graph.nodeTopRight(it))))
536 * guintptr(to_ptr(graph.nodeRight(it))))
538 * guintptr(to_ptr(graph.nodeBottomRight(it))))
540 * guintptr(to_ptr(graph.nodeBottom(it))))
542 * guintptr(to_ptr(graph.nodeBottomLeft(it))))
544 * guintptr(to_ptr(graph.nodeLeft(it))))
546 * guintptr(to_ptr(graph.nodeTopLeft(it))))
547 - guintptr(to_ptr(pre
[all...]

Completed in 21 milliseconds