/third_party/boost/boost/gil/ |
D | rgb.hpp | 34 using rgb_t = mp11::mp_list<red_t, green_t, blue_t>; typedef 37 using rgb_layout_t = layout<rgb_t>; 40 using bgr_layout_t = layout<rgb_t, mp11::mp_list_c<int, 2, 1, 0>>; 50 -> typename type_from_x_iterator<planar_pixel_iterator<IC, rgb_t> >::view_t in planar_rgb_view() 52 using view_t = typename type_from_x_iterator<planar_pixel_iterator<IC, rgb_t>>::view_t; in planar_rgb_view() 57 planar_pixel_iterator<IC, rgb_t>(r, g, b), in planar_rgb_view()
|
D | color_convert.hpp | 94 struct default_color_converter_impl<gray_t,rgb_t> { 128 struct default_color_converter_impl<rgb_t,gray_t> { 156 struct default_color_converter_impl<rgb_t, cmyk_t> 201 struct default_color_converter_impl<cmyk_t,rgb_t> { 279 default_color_converter_impl<C1,rgb_t>()(src,tmp); in operator ()() 298 default_color_converter_impl<rgb_t,C2>()( in operator ()()
|
/third_party/pixman/pixman/ |
D | pixman-combine-float.c | 738 } rgb_t; typedef 753 channel_min (const rgb_t *c) in channel_min() 759 channel_max (const rgb_t *c) in channel_max() 765 get_lum (const rgb_t *c) in get_lum() 771 get_sat (const rgb_t *c) in get_sat() 777 clip_color (rgb_t *color, float a) in clip_color() 819 set_lum (rgb_t *color, float sa, float l) in set_lum() 831 set_sat (rgb_t *src, float sat) in set_sat() 908 blend_hsl_hue (rgb_t *res, in blend_hsl_hue() 909 const rgb_t *dest, float da, in blend_hsl_hue() [all …]
|
/third_party/boost/boost/gil/extension/toolbox/color_spaces/ |
D | lab.hpp | 140 struct default_color_converter_impl< rgb_t, lab_t > 148 default_color_converter_impl<rgb_t, xyz_t>()(src, xyz32f_temp_pixel); in operator ()() 156 struct default_color_converter_impl<lab_t,rgb_t> 165 default_color_converter_impl<xyz_t, rgb_t>()(xyz32f_temp_pixel, dst); in operator ()()
|
D | ycbcr.hpp | 99 struct default_color_converter_impl<ycbcr_601__t, rgb_t> 183 struct default_color_converter_impl<rgb_t, ycbcr_601__t> 211 struct default_color_converter_impl<rgb_t, ycbcr_709__t> 239 struct default_color_converter_impl<ycbcr_709__t, rgb_t>
|
D | xyz.hpp | 48 struct default_color_converter_impl< rgb_t, xyz_t > 98 struct default_color_converter_impl<xyz_t,rgb_t>
|
D | hsv.hpp | 51 struct default_color_converter_impl< rgb_t, hsv_t > 123 struct default_color_converter_impl<hsv_t,rgb_t>
|
D | hsl.hpp | 47 struct default_color_converter_impl< rgb_t, hsl_t > 139 struct default_color_converter_impl<hsl_t,rgb_t>
|
D | gray_alpha.hpp | 59 struct default_color_converter_impl<gray_alpha_t,rgb_t> {
|
/third_party/boost/libs/gil/test/core/color/ |
D | concepts.cpp | 38 function_requires<gil::ColorSpaceConcept<gil::rgb_t>>(); in main() 43 function_requires<gil::ColorSpacesCompatibleConcept<gil::rgb_t, gil::rgb_t>>(); in main()
|
D | default_color_converter_impl.cpp | 100 mp11::mp_list<gil::cmyk_t, gil::gray_t, gil::rgb_t, gil::rgba_t> in main() 105 mp11::mp_list<gil::gray_t, gil::rgb_t> in main()
|
D | default_color_converter_impl_fail.cpp | 30 gil::default_color_converter_impl<gil::rgb_t, unknown_color_space> c; in main()
|
D | color_spaces_are_compatible.cpp | 36 gil::rgb_t, in main()
|
/third_party/boost/boost/gil/extension/io/png/detail/ |
D | supported_types.hpp | 101 , rgb_t 125 , rgb_t 265 , rgb_t 292 , rgb_t
|
/third_party/boost/boost/gil/extension/io/raw/detail/ |
D | supported_types.hpp | 40 , rgb_t 45 , rgb_t
|
/third_party/boost/boost/gil/extension/io/targa/detail/ |
D | supported_types.hpp | 33 , rgb_t 59 , rgb_t
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | supported_types.hpp | 72 , rgb_t 98 , rgb_t
|
/third_party/boost/boost/gil/extension/io/jpeg/detail/ |
D | supported_types.hpp | 36 , rgb_t 68 , rgb_t
|
/third_party/boost/boost/gil/extension/io/pnm/detail/ |
D | supported_types.hpp | 62 , rgb_t 99 , rgb_t
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-ostream.oo.c | 78 } rgb_t; typedef 90 rgb_to_hsv (rgb_t c, hsv_t *result) in rgb_to_hsv() 197 nearest_color (rgb_t given, const rgb_t *table, unsigned int table_size) in nearest_color() 289 static const rgb_t colors_of_common8[8] = 305 rgb_t color; in rgb_to_color_common8() 346 static const rgb_t colors_of_xterm8[8] = 363 rgb_t color; in rgb_to_color_xterm8() 387 static const rgb_t colors_of_xterm16[16] = 411 rgb_t color; in rgb_to_color_xterm16() 441 static const rgb_t colors_of_xterm88[88] = [all …]
|
/third_party/boost/libs/gil/test/core/iterator/ |
D | is_planar.cpp | 21 gil::planar_pixel_iterator<gil::rgb8_view_t*, gil::rgb_t>, in main()
|
/third_party/boost/boost/gil/extension/dynamic_image/ |
D | reduce.hpp | 448 struct rgb_t; 533 template <> struct reduce_color_space<lab_t> { using type = rgb_t; }; 534 template <> struct reduce_color_space<hsb_t> { using type = rgb_t; };
|
/third_party/boost/libs/gil/test/legacy/ |
D | performance.cpp | 51 …T) image_view<memory_based_2d_locator<memory_based_step_iterator<planar_pixel_iterator<T*,rgb_t>>>> 148 void operator()(const planar_pixel_reference<T&,rgb_t>& p) const {p[0]=0;p[1]=1;p[2]=2;} in operator ()() 502 …ew_t,rgb8_planar_view_t,bgr_to_rgb_t<uint8_t,planar_pixel_reference<uint8_t,rgb_t> > >(num_trials); in test_performance() 510 …anar_view_t,rgb8_view_t,bgr_to_rgb_t<uint8_t,planar_pixel_reference<uint8_t,rgb_t> > >(num_trials); in test_performance()
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | pixel.rst.txt | 170 typedef planar_pixel_reference< bits8&,rgb_t> rgb8_planar_ref_t; 171 typedef planar_pixel_reference<const bits8&,rgb_t> rgb8c_planar_ref_t; 257 BOOST_MPL_ASSERT((is_same<color_space_type<bgr8_pixel_t>::type, rgb_t> ));
|
/third_party/boost/libs/gil/doc/design/ |
D | pixel.rst | 170 typedef planar_pixel_reference< bits8&,rgb_t> rgb8_planar_ref_t; 171 typedef planar_pixel_reference<const bits8&,rgb_t> rgb8c_planar_ref_t; 257 BOOST_MPL_ASSERT((is_same<color_space_type<bgr8_pixel_t>::type, rgb_t> ));
|