Searched refs:RView (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/gil/ |
D | image_view_factory.hpp | 60 using RView = typename type_from_x_iterator<Iterator>::view_t; in interleaved_view() typedef 61 return RView(width, height, typename RView::locator(pixels, rowsize_in_bytes)); in interleaved_view() 71 using RView = typename type_from_x_iterator<Iterator>::view_t; in interleaved_view() typedef 72 return RView(dim, typename RView::locator(pixels, rowsize_in_bytes)); in interleaved_view() 189 using RView = typename dynamic_y_step_type<View>::type; in flipped_up_down_view() typedef 190 return RView(src.dimensions(),typename RView::xy_locator(src.xy_at(0,src.height()-1),-1)); in flipped_up_down_view() 200 using RView = typename dynamic_x_step_type<View>::type; in flipped_left_right_view() typedef 201 return RView(src.dimensions(),typename RView::xy_locator(src.xy_at(src.width()-1,0),-1,1)); in flipped_left_right_view() 211 using RView = typename dynamic_xy_step_transposed_type<View>::type; in transposed_view() typedef 212 return RView(src.height(),src.width(),typename RView::xy_locator(src.xy_at(0,0),1,1,true)); in transposed_view() [all …]
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | image_view.rst.txt | 297 typedef typename dynamic_y_step_type<View>::type RView; 298 return RView(src.dimensions(),typename RView::xy_locator(src.xy_at(0,src.height()-1),-1));
|
/third_party/boost/libs/gil/doc/design/ |
D | image_view.rst | 297 typedef typename dynamic_y_step_type<View>::type RView; 298 return RView(src.dimensions(),typename RView::xy_locator(src.xy_at(0,src.height()-1),-1));
|