Home
last modified time | relevance | path

Searched refs:rgb2gray_ptr (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/gil/test/legacy/
Dpixel_iterator.cpp72 using rgb2gray_ptr = dereference_iterator_adaptor<rgb8_ptr_t, ccv_rgb_g_fn>; in test_pixel_iterator() typedef
73 static_assert(!iterator_is_step<rgb2gray_ptr>::value, ""); in test_pixel_iterator()
75 using rgb2gray_step_ptr = dynamic_x_step_type<rgb2gray_ptr>::type; in test_pixel_iterator()
78 make_step_iterator(rgb2gray_ptr(),2); in test_pixel_iterator()