Home
last modified time | relevance | path

Searched refs:is_1d_traversable (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/gil/
Dalgorithm.hpp253 if (first.is_1d_traversable()) { in copy_with_2d_iterators()
254 if (dst.is_1d_traversable()) in copy_with_2d_iterators()
259 if (dst.is_1d_traversable()) in copy_with_2d_iterators()
361 if (first.is_1d_traversable()) { in fill()
412 if (view.is_1d_traversable()) in fill_pixels()
510 if (view.is_1d_traversable()) in destruct_pixels()
578 if (view.is_1d_traversable()) in uninitialized_fill_pixels()
682 if (view.is_1d_traversable()) in default_construct_pixels_impl()
783 if (view1.is_1d_traversable() && view2.is_1d_traversable()) in uninitialized_copy_pixels()
823 if (view.is_1d_traversable()) in for_each_pixel()
[all …]
Diterator_from_2d.hpp67 …bool is_1d_traversable() const { return _p.is_1d_traversable(width()); } // is there … in is_1d_traversable() function in boost::gil::iterator_from_2d
Dimage_view.hpp177 bool is_1d_traversable() const in is_1d_traversable() function in boost::gil::image_view
179 return _pixels.is_1d_traversable(width()); in is_1d_traversable()
Dvirtual_locator.hpp122 bool is_1d_traversable(x_coord_t) const { return false; } in is_1d_traversable() function in boost::gil::virtual_2d_locator
Dlocator.hpp293 …bool is_1d_traversable(x_coord_t width) const { return row_size()-pixel_size()… in is_1d_traversable() function in boost::gil::memory_based_2d_locator
/third_party/boost/boost/gil/concepts/
Dpixel_locator.hpp255 bool is_contiguous = loc.is_1d_traversable(xd); in constraints()
Dimage_view.hpp159 bool is_contiguous = view.is_1d_traversable(); in constraints()
/third_party/boost/libs/gil/doc/design/
Dpixel_locator.rst107 bool Loc::is_1d_traversable(x_coord_t width) const;
302 ``iterator_from_2d::is_1d_traversable()`` returns true) to simply iterate
Dimage_view.rst60 …bool View::is_1d_traversable() const; // Does an iterator over the first dimension v…
/third_party/boost/libs/gil/doc/html/_sources/design/
Dpixel_locator.rst.txt107 bool Loc::is_1d_traversable(x_coord_t width) const;
302 ``iterator_from_2d::is_1d_traversable()`` returns true) to simply iterate
Dimage_view.rst.txt60 …bool View::is_1d_traversable() const; // Does an iterator over the first dimension v…
/third_party/boost/libs/gil/
DRELEASES.md265 …algorithms `uninitialized_fill_pixels`, `uninitialized_copy_pixels` and method `is_1d_traversable`.
309 - Renamed `is_contiguous` to `is_1d_traversable`.