Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/
Dlocator.hpp138 …Loc xy_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in xy_at() function in boost::gil::pixel_2d_locator_base
139 …Loc xy_at(const difference_type& d) const { Loc tmp=concrete(); tmp+=d; … in xy_at() function in boost::gil::pixel_2d_locator_base
276 …this_t xy_at (x_coord_t dx, y_coord_t dy) const { return this_t(x_at( dx , dy ), row_size… in xy_at() function in boost::gil::memory_based_2d_locator
277 …this_t xy_at (const difference_type& d) const { return this_t(x_at( d.x, d.y), row_size… in xy_at() function in boost::gil::memory_based_2d_locator
Dimage_view.hpp294 auto xy_at(x_coord_t x, y_coord_t y) const -> xy_locator in xy_at() function in boost::gil::image_view
302 auto xy_at(point_t const& p) const -> xy_locator in xy_at() function in boost::gil::image_view