/third_party/boost/boost/gil/extension/io/jpeg/detail/ |
D | is_allowed.hpp | 18 bool is_allowed( const image_read_info< jpeg_tag >& info in is_allowed() 36 bool is_allowed( const image_read_info< jpeg_tag >& /* info */ in is_allowed()
|
D | reader_backend.hpp | 186 const image_read_info< jpeg_tag >& get_info() in get_info() 297 image_read_info< jpeg_tag > _info;
|
/third_party/boost/boost/gil/extension/io/png/detail/ |
D | is_allowed.hpp | 18 bool is_allowed( const image_read_info< png_tag >& info in is_allowed() 34 bool is_allowed( const image_read_info< png_tag >& /* info */ in is_allowed()
|
/third_party/boost/boost/gil/extension/io/targa/detail/ |
D | is_allowed.hpp | 18 bool is_allowed( const image_read_info< targa_tag >& info in is_allowed() 46 bool is_allowed( const image_read_info< targa_tag >& /* info */ in is_allowed()
|
D | reader_backend.hpp | 154 image_read_info< targa_tag > _info;
|
/third_party/boost/boost/gil/extension/io/pnm/detail/ |
D | is_allowed.hpp | 18 bool is_allowed( const image_read_info< pnm_tag >& info in is_allowed() 42 bool is_allowed( const image_read_info< pnm_tag >& /* info */ in is_allowed()
|
D | reader_backend.hpp | 169 image_read_info< pnm_tag > _info;
|
/third_party/boost/boost/gil/extension/io/raw/detail/ |
D | is_allowed.hpp | 19 bool is_allowed( const image_read_info< raw_tag >& info in is_allowed() 37 bool is_allowed( const image_read_info< raw_tag >& /* info */ in is_allowed()
|
D | read.hpp | 161 raw_type_format_checker( const image_read_info< raw_tag >& info ) in raw_type_format_checker() 174 const image_read_info< raw_tag >& _info;
|
D | reader_backend.hpp | 128 image_read_info< raw_tag > _info;
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | is_allowed.hpp | 19 bool is_allowed( const image_read_info< bmp_tag >& info in is_allowed() 75 bool is_allowed( const image_read_info< bmp_tag >& /* info */ in is_allowed()
|
D | reader_backend.hpp | 230 image_read_info< bmp_tag > _info;
|
/third_party/boost/boost/gil/extension/io/bmp/ |
D | tags.hpp | 73 struct image_read_info< bmp_tag > struct 76 image_read_info< bmp_tag >() in image_read_info() argument
|
/third_party/boost/boost/gil/extension/io/targa/ |
D | tags.hpp | 77 struct image_read_info< targa_tag > struct 80 image_read_info< targa_tag >() in image_read_info() function
|
/third_party/boost/boost/gil/extension/io/jpeg/ |
D | tags.hpp | 90 struct image_read_info< jpeg_tag > struct 92 image_read_info() in image_read_info() function
|
/third_party/boost/boost/gil/extension/io/raw/ |
D | tags.hpp | 123 struct image_read_info< raw_tag > struct 126 image_read_info< raw_tag >() in image_read_info() argument
|
/third_party/boost/boost/gil/extension/io/tiff/detail/ |
D | is_allowed.hpp | 213 bool is_allowed( const image_read_info< tiff_tag >& info in is_allowed() 242 bool is_allowed( const image_read_info< tiff_tag >& /* info */ in is_allowed()
|
D | reader_backend.hpp | 143 image_read_info< tiff_tag > _info;
|
D | read.hpp | 690 tiff_type_format_checker( const image_read_info< tiff_tag >& info ) in tiff_type_format_checker() 709 const image_read_info< tiff_tag > _info;
|
/third_party/boost/boost/gil/extension/io/tiff/ |
D | tags.hpp | 203 struct image_read_info< tiff_tag > struct 205 image_read_info() in image_read_info() function
|
/third_party/boost/boost/gil/extension/io/pnm/ |
D | tags.hpp | 49 struct image_read_info< pnm_tag > struct
|
/third_party/boost/boost/gil/io/ |
D | base.hpp | 102 template< typename FormatTag > struct image_read_info;
|
/third_party/boost/boost/gil/extension/io/png/ |
D | tags.hpp | 573 struct image_read_info< png_tag > : public png_info_base struct 576 image_read_info< png_tag >() in image_read_info() argument
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | io.rst.txt | 233 image_read_info< tiff_t > info = read_image_info( filename 534 * Create the image_read_info for the new format. It contains all the 538 template<> struct image_read_info< xxx_tag > {}; 577 image_read_info< xxx_tag > get_info()
|
/third_party/boost/libs/gil/doc/ |
D | io.rst | 233 image_read_info< tiff_t > info = read_image_info( filename 534 * Create the image_read_info for the new format. It contains all the 538 template<> struct image_read_info< xxx_tag > {}; 577 image_read_info< xxx_tag > get_info()
|