Searched refs:is_1d_traversable (Results 1 – 12 of 12) sorted by relevance
253 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 …]
67 …bool is_1d_traversable() const { return _p.is_1d_traversable(width()); } // is there … in is_1d_traversable() function in boost::gil::iterator_from_2d
177 bool is_1d_traversable() const in is_1d_traversable() function in boost::gil::image_view179 return _pixels.is_1d_traversable(width()); in is_1d_traversable()
122 bool is_1d_traversable(x_coord_t) const { return false; } in is_1d_traversable() function in boost::gil::virtual_2d_locator
293 …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
255 bool is_contiguous = loc.is_1d_traversable(xd); in constraints()
159 bool is_contiguous = view.is_1d_traversable(); in constraints()
107 bool Loc::is_1d_traversable(x_coord_t width) const;302 ``iterator_from_2d::is_1d_traversable()`` returns true) to simply iterate
60 …bool View::is_1d_traversable() const; // Does an iterator over the first dimension v…
265 …algorithms `uninitialized_fill_pixels`, `uninitialized_copy_pixels` and method `is_1d_traversable`.309 - Renamed `is_contiguous` to `is_1d_traversable`.