Searched refs:r565 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/gil/test/legacy/ |
D | pixel.cpp | 233 rgb565_pixel_t r565;//((uint16_t)0); in test_packed_pixel() local 237 …get_color(r565,red_t()) = channel_convert<kth_element_type<rgb565_pixel_t, 0>::type>(get_color(r… in test_packed_pixel() 238 …get_color(r565,green_t()) = channel_convert<kth_element_type<rgb565_pixel_t, 1>::type>(get_color(r… in test_packed_pixel() 239 …get_color(r565,blue_t()) = channel_convert<kth_element_type<rgb565_pixel_t, 2>::type>(get_color(r… in test_packed_pixel() 240 error_if(r565 != rgb565_pixel_t((uint16_t)65535)); in test_packed_pixel() 245 …do_basic_test<value_core<rgb565_pixel_t,0>, value_core<bgr556_pixel_t,1> >(r565).test_heterogeneou… in test_packed_pixel() 247 color_convert(r565,rgb_full); in test_packed_pixel() 248 color_convert(rgb_full,r565); in test_packed_pixel()
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | pixel.rst.txt | 269 rgb565_pixel_t r565; 273 get_color(r565,red_t()) = channel_convert<rgb565_channel0_t>(get_color(rgb_full,red_t())); 274 get_color(r565,green_t()) = channel_convert<rgb565_channel1_t>(get_color(rgb_full,green_t())); 275 get_color(r565,blue_t()) = channel_convert<rgb565_channel2_t>(get_color(rgb_full,blue_t())); 276 assert(r565 == rgb565_pixel_t((uint16_t)65535));
|
/third_party/boost/libs/gil/doc/design/ |
D | pixel.rst | 269 rgb565_pixel_t r565; 273 get_color(r565,red_t()) = channel_convert<rgb565_channel0_t>(get_color(rgb_full,red_t())); 274 get_color(r565,green_t()) = channel_convert<rgb565_channel1_t>(get_color(rgb_full,green_t())); 275 get_color(r565,blue_t()) = channel_convert<rgb565_channel2_t>(get_color(rgb_full,blue_t())); 276 assert(r565 == rgb565_pixel_t((uint16_t)65535));
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …l:14,purpos:13,put:[19,28],quadrant:29,qualifi:17,qualiti:[8,24],queri:28,r565:13,rais:28,random:[…
|