Searched refs:rotated90ccw_view (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/gil/extension/dynamic_image/ |
D | image_view_factory.hpp | 71 return result_type{rotated90ccw_view(src)}; in operator ()() 217 auto rotated90ccw_view(const any_image_view<Views...>& src) in rotated90ccw_view() function
|
/third_party/boost/boost/gil/ |
D | image_view_factory.hpp | 232 inline typename dynamic_xy_step_transposed_type<View>::type rotated90ccw_view(const View& src) { in rotated90ccw_view() function
|
/third_party/boost/libs/gil/test/legacy/ |
D | image.cpp | 271 check_view(rotated90ccw_view(img_view),prefix+"90ccw"); in view_transformations_test()
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | gradient.rst | 450 x_gradient(rotated90ccw_view(src), rotated90ccw_view(dst)); 453 ``rotated90ccw_view`` takes an image view and returns an image view
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 450 x_gradient(rotated90ccw_view(src), rotated90ccw_view(dst)); 453 ``rotated90ccw_view`` takes an image view and returns an image view
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …se:15,rotat:[6,10,28],rotated180_view:[6,7,10],rotated180_view_fn:6,rotated90ccw_view:[10,28],rota…
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | image_view.rst.txt | 268 …template <typename View> typename dynamic_xy_step_transposed_type<View>::type rotated90ccw_view(co…
|
/third_party/boost/libs/gil/doc/design/ |
D | image_view.rst | 268 …template <typename View> typename dynamic_xy_step_transposed_type<View>::type rotated90ccw_view(co…
|