Searched defs:y_iterator (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/gil/ | ||
D | virtual_locator.hpp | 55 using y_iterator = typename parent_t::y_iterator; typedef in boost::gil::virtual_2d_locator |
D | locator.hpp | 113 using y_iterator = YIterator; typedef in boost::gil::pixel_2d_locator_base |
D | image_view.hpp | 80 using y_iterator = typename xy_locator::y_iterator; // pixel iterator along a column typedef in boost::gil::image_view |
/third_party/boost/boost/gil/concepts/ | ||
D | pixel_locator.hpp | 236 using y_iterator = typename Loc::y_iterator; in constraints() typedef |
D | image_view.hpp | 235 using y_iterator = typename View::y_iterator; in constraints() typedef |