Home
last modified time | relevance | path

Searched defs:y_at (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/gil/
Dimage_view.hpp342 auto y_at(x_coord_t x, y_coord_t y) const -> y_iterator in y_at() function in boost::gil::image_view
349 auto y_at(point_t const& p) const -> y_iterator in y_at() function in boost::gil::image_view
Dlocator.hpp136 …y_iterator y_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in y_at() function in boost::gil::pixel_2d_locator_base
137 …y_iterator y_at(const difference_type& d) const { Loc tmp=concrete(); tmp+=d; … in y_at() function in boost::gil::pixel_2d_locator_base