Home
last modified time | relevance | path

Searched defs:transposed_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/gil/extension/toolbox/image_types/
Dsubchroma_image.hpp194 struct transposed_type< subchroma_image_locator< Locator, Factors > > struct
196 using type = typename subchroma_image_locator<Locator, Factors>::type;
321 struct transposed_type< subchroma_image_view< Locator, Factors > > struct
323 using type = image_view<typename transposed_type<Locator>::type>;
/third_party/boost/boost/gil/
Dvirtual_locator.hpp189 struct transposed_type<virtual_2d_locator<D,IsTransposed>> struct
191 using type = virtual_2d_locator<D,1-IsTransposed>;
Dimage_view.hpp425 struct transposed_type<image_view<L>> struct
427 using type = image_view<typename transposed_type<L>::type>;
Dlocator.hpp44 struct transposed_type struct
46 using type = LocatorOrView;