Searched refs:value_core (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/gil/test/legacy/ |
D | pixel.cpp | 129 class value_core class 136 value_core() : _pixel(0) {} in value_core() function in value_core 137 value_core(const type& val) : _pixel(val) { // test copy constructor in value_core() function in value_core 145 class reference_core : public value_core<typename std::remove_reference<PixelRef>::type::value_type… 150 using parent_t = value_core<typename pixel_t::value_type, Tag>; 164 value_core<gray8_pixel_t>, 166 value_core<bgr8_pixel_t>, 168 value_core<argb32_pixel_t>, 202 using pixel2_mutable = mp11::mp_if<p2_is_mutable, Pixel2, value_core<p2_value_t>>; in operator ()() 245 …do_basic_test<value_core<rgb565_pixel_t,0>, value_core<bgr556_pixel_t,1> >(r565).test_heterogeneou… in test_packed_pixel() [all …]
|
D | channel.cpp | 165 class value_core { class 171 value_core() in value_core() function in value_core 181 class reference_core : public value_core<typename channel_traits<ChannelRef>::value_type> 183 using parent_t = value_core<typename channel_traits<ChannelRef>::value_type>; 238 do_test<value_core<ChannelValue> >().test_all(); in test_channel_value() 378 do_test<value_core<channel_value_archetype> >(); in test_channel()
|
/third_party/boost/libs/gil/test/core/pixel/ |
D | test_fixture.hpp | 87 using value_core = pixel_value<Pixel, Tag>; typedef 133 value_core<gil::gray8_pixel_t>, 135 value_core<gil::bgr8_pixel_t>, 137 value_core<gil::argb32_pixel_t>,
|