Home
last modified time | relevance | path

Searched refs:gray_t (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/boost/gil/extension/io/png/detail/
Dsupported_types.hpp49 , gray_t
62 , gray_t
75 , gray_t
83 , gray_t
117 , gray_t
166 , gray_t
180 , gray_t struct
194 , gray_t
208 , gray_t struct
222 , gray_t
[all …]
/third_party/boost/boost/gil/extension/io/pnm/detail/
Dsupported_types.hpp45 , gray_t
53 , gray_t
81 , gray_t
90 , gray_t
/third_party/boost/libs/gil/test/core/color/
Dconcepts.cpp36 function_requires<gil::ColorSpaceConcept<gil::gray_t>>(); in main()
41 function_requires<gil::ColorSpacesCompatibleConcept<gil::gray_t, gil::gray_t>>(); in main()
Ddefault_color_converter_impl.cpp100 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()
109 test_roundtrip_convertible<mp11::mp_list<gil::gray_t>>::run(); in main()
Ddefault_color_converter_impl_fail.cpp26 gil::default_color_converter_impl<unknown_color_space, gil::gray_t> c; in main()
Dcolor_spaces_are_compatible.cpp34 gil::gray_t, in main()
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dsupported_types.hpp40 , gray_t
53 , gray_t
62 , gray_t
/third_party/boost/boost/gil/
Dgray.hpp21 using gray_t = mp11::mp_list<gray_color_t>; typedef
24 using gray_layout_t = layout<gray_t>;
Dcolor_convert.hpp94 struct default_color_converter_impl<gray_t,rgb_t> {
111 struct default_color_converter_impl<gray_t,cmyk_t> {
128 struct default_color_converter_impl<rgb_t,gray_t> {
229 struct default_color_converter_impl<cmyk_t,gray_t> {
Dpixel.hpp27 using gray_t = mp11::mp_list<gray_color_t>; typedef
207 static_assert(std::is_same<typename Layout::color_space_t, gray_t>::value, ""); in check_gray()
Dpacked_pixel.hpp159 static_assert(std::is_same<typename Layout::color_space_t, gray_t>::value, ""); in check_gray()
Dbit_aligned_pixel_reference.hpp211 static_assert(std::is_same<typename Layout::color_space_t, gray_t>::value, ""); in check_gray()
/third_party/boost/boost/gil/extension/io/raw/detail/
Dsupported_types.hpp30 , gray_t
35 , gray_t
/third_party/boost/boost/gil/extension/io/jpeg/detail/
Dsupported_types.hpp48 , gray_t
62 , gray_t
/third_party/boost/boost/gil/extension/toolbox/color_converters/
Dgray_to_rgba.hpp17 struct default_color_converter_impl<gray_t,rgba_t>
/third_party/boost/boost/gil/extension/toolbox/color_spaces/
Dgray_alpha.hpp79 struct default_color_converter_impl<gray_alpha_t,gray_t> {
/third_party/boost/libs/gil/doc/design/
Dextending.rst68 struct my_color_converter_impl<SrcColorSpace,gray_t>
73 default_color_converter_impl<SrcColorSpace,gray_t>()(src,dst);
Dcolor_space.rst29 - ``gray_t``
Dexamples.rst50 static_assert(boost::is_same<gray_cs_t,gray_t>::value, "");
/third_party/boost/libs/gil/doc/html/_sources/design/
Dextending.rst.txt68 struct my_color_converter_impl<SrcColorSpace,gray_t>
73 default_color_converter_impl<SrcColorSpace,gray_t>()(src,dst);
Dcolor_space.rst.txt29 - ``gray_t``
Dexamples.rst.txt50 static_assert(boost::is_same<gray_cs_t,gray_t>::value, "");
Dmetafunctions.rst.txt212 using VT = typename derived_view_type<View, boost::use_default, gray_t, mpl::true_>::type;
/third_party/boost/libs/gil/test/legacy/
Dimage.cpp73 struct my_color_converter_impl<C1,gray_t> {
76 default_color_converter_impl<C1,gray_t>()(src,dst); in operator ()()
/third_party/boost/boost/gil/extension/io/tiff/detail/
Ddevice.hpp470 struct photometric_interpretation<gray_t>

12