Searched refs:dst_channel_t (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/gil/extension/toolbox/color_spaces/ |
D | ycbcr.hpp | 105 using dst_channel_t = typename channel_type<DSTP>::type; in operator ()() typedef 108 std::integral_constant<int, sizeof(dst_channel_t)>, in operator ()() 127 using dst_channel_t = typename channel_type<Dst_Pixel>::type; in convert() typedef 141 get_color( dst, red_t() ) = (dst_channel_t) red; in convert() 142 get_color( dst, green_t() ) = (dst_channel_t) green; in convert() 143 get_color( dst, blue_t() ) = (dst_channel_t) blue; in convert() 157 using dst_channel_t = typename channel_type<Dst_Pixel>::type; in convert() typedef 163 get_color(dst, red_t()) = static_cast<dst_channel_t>( in convert() 166 get_color(dst, green_t()) = static_cast<dst_channel_t>( in convert() 169 get_color(dst, blue_t()) = static_cast<dst_channel_t>( in convert() [all …]
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | x_gradient.cpp | 25 using dst_channel_t = typename channel_type<DstView>::type; in x_gradient() typedef 35 halfdiff_cast_channels<dst_channel_t>()); in x_gradient()
|
/third_party/boost/libs/gil/example/ |
D | x_gradient.cpp | 25 using dst_channel_t = typename channel_type<DstView>::type; in x_gradient() typedef 35 halfdiff_cast_channels<dst_channel_t>()); in x_gradient()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …,download:[10,23],draw:19,drawback:28,drive:24,dst:[1,2,7,8,10,24,28],dst_channel_t:28,dst_it:28,d… property
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | gradient.rst | 364 typedef typename channel_type<DstView>::type dst_channel_t; 374 halfdiff_cast_channels<dst_channel_t>());
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 364 typedef typename channel_type<DstView>::type dst_channel_t; 374 halfdiff_cast_channels<dst_channel_t>());
|