Searched refs:rotated90cw_view (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/gil/extension/dynamic_image/ |
D | image_view_factory.hpp | 59 return result_type{rotated90cw_view(src)}; in operator ()() 206 auto rotated90cw_view(const any_image_view<Views...>& src) in rotated90cw_view() function
|
/third_party/boost/boost/gil/extension/numeric/ |
D | algorithm.hpp | 387 auto src_view_rotate = rotated90cw_view(src_view); in extend_col() 392 auto result_view = rotated90cw_view(view(result_img)); in extend_col()
|
/third_party/boost/boost/gil/ |
D | image_view_factory.hpp | 221 inline typename dynamic_xy_step_transposed_type<View>::type rotated90cw_view(const View& src) { in rotated90cw_view() function
|
/third_party/boost/libs/gil/test/legacy/ |
D | image.cpp | 270 check_view(rotated90cw_view(img_view),prefix+"90cw"); in view_transformations_test()
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | gradient.rst | 461 of accessing the pixels. ``rotated90cw_view``, for example, returns a 464 because of the memory access pattern; using ``rotated90cw_view`` does 820 x_gradient(rotated90cw_view(mandel), view(img));
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 461 of accessing the pixels. ``rotated90cw_view``, for example, returns a 464 because of the memory access pattern; using ``rotated90cw_view`` does 820 x_gradient(rotated90cw_view(mandel), view(img));
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …ted180_view:[6,7,10],rotated180_view_fn:6,rotated90ccw_view:[10,28],rotated90cw_view:[10,28],row:[…
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | image_view.rst.txt | 267 …template <typename View> typename dynamic_xy_step_transposed_type<View>::type rotated90cw_view(con…
|
/third_party/boost/libs/gil/doc/design/ |
D | image_view.rst | 267 …template <typename View> typename dynamic_xy_step_transposed_type<View>::type rotated90cw_view(con…
|