Home
last modified time | relevance | path

Searched refs:property_base (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/gil/extension/io/raw/
Dtags.hpp30 struct raw_image_width : property_base< int32_t > {};
33 struct raw_image_height : property_base< int32_t > {};
36 struct raw_samples_per_pixel : property_base< int32_t > {};
39 struct raw_bits_per_pixel : property_base< int32_t > {};
42 struct raw_camera_manufacturer : property_base< std::string > {};
45 struct raw_camera_model : property_base< std::string > {};
48 struct raw_raw_images_count : property_base< unsigned > {};
51 struct raw_dng_version : property_base< unsigned > {};
54 struct raw_number_colors : property_base< int32_t > {};
57 struct raw_colors_description : property_base< std::string > {};
[all …]
/third_party/boost/boost/gil/extension/io/png/
Dtags.hpp52 struct png_image_width : property_base< png_uint_32 > {};
55 struct png_image_height : property_base< png_uint_32 > {};
58 struct png_interlace_method : property_base< int > {};
61 struct png_filter_method : property_base< int > {};
64 struct png_bitdepth : property_base< int > {};
67 struct png_color_type : property_base< int > {};
70 struct png_num_channels : property_base< png_byte > {};
75 struct png_chromacities_type : property_base< double > {};
78 struct png_gamma : property_base< double > {};
81 struct png_unit : property_base< int > {};
[all …]
/third_party/boost/boost/gil/extension/io/bmp/
Dtags.hpp21 struct bmp_offset : property_base< uint32_t > {};
24 struct bmp_header_size : property_base< uint32_t >
32 struct bmp_image_width : property_base< int32_t > {};
35 struct bmp_image_height : property_base< int32_t > {};
38 struct bmp_bits_per_pixel : property_base< uint16_t > {};
41 struct bmp_compression : property_base< uint32_t >
50 struct bmp_image_size : property_base< uint32_t > {};
53 struct bmp_horizontal_resolution : property_base< int32_t > {};
56 struct bmp_vertical_resolution : property_base< int32_t > {};
59 struct bmp_num_colors : property_base< uint32_t > {};
[all …]
/third_party/boost/boost/gil/extension/io/targa/
Dtags.hpp23 struct targa_header_size : property_base< uint8_t >
29 struct targa_offset : property_base< uint8_t > {};
32 struct targa_color_map_type : property_base< uint8_t >
39 struct targa_image_type : property_base< uint8_t >
51 struct targa_color_map_start : property_base< uint16_t > {};
54 struct targa_color_map_length : property_base< uint16_t > {};
57 struct targa_color_map_depth : property_base< uint8_t > {};
60 struct targa_origin_element : property_base< uint16_t > {};
63 struct targa_dimension : property_base< uint16_t > {};
66 struct targa_depth : property_base< uint8_t > {};
[all …]
/third_party/boost/boost/gil/extension/io/jpeg/
Dtags.hpp43 struct jpeg_image_width : property_base< JDIMENSION > {};
46 struct jpeg_image_height : property_base< JDIMENSION > {};
49 struct jpeg_num_components : property_base< int > {};
52 struct jpeg_color_space : property_base< J_COLOR_SPACE > {};
55 struct jpeg_quality : property_base< int >
61 struct jpeg_data_precision : property_base< int > {};
64 struct jpeg_density_unit : property_base< UINT8 >
70 struct jpeg_pixel_density : property_base< UINT16 >
76 struct jpeg_dct_method : property_base< J_DCT_METHOD >
/third_party/boost/boost/gil/extension/io/pnm/
Dtags.hpp25 struct pnm_image_type : property_base< uint32_t >
37 struct pnm_image_width : property_base< uint32_t > {};
40 struct pnm_image_height : property_base< uint32_t > {};
43 struct pnm_image_max_value : property_base< uint32_t > {};
/third_party/boost/boost/gil/io/
Dbase.hpp30 struct property_base struct
85 struct property_base struct
/third_party/boost/boost/graph/parallel/detail/
Dproperty_holders.hpp75 typedef maybe_store_property<Property> property_base; typedef in boost::detail::parallel::pair_with_property
80 : pair_base(t, u), property_base(property) { } in pair_with_property()
89 & boost::serialization::base_object<property_base>(*this); in serialize()
/third_party/boost/boost/gil/extension/io/tiff/
Dtags.hpp39 struct tiff_property_base : property_base< T >
48 using arg_types = mp11::mp_list<typename property_base<unsigned short>::type>;
186 struct tiff_directory : property_base< tdir_t >