Home
last modified time | relevance | path

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

12

/third_party/boost/boost/gil/extension/io/jpeg/detail/
Dis_allowed.hpp18 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()
Dreader_backend.hpp186 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/
Dis_allowed.hpp18 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/
Dis_allowed.hpp18 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()
Dreader_backend.hpp154 image_read_info< targa_tag > _info;
/third_party/boost/boost/gil/extension/io/pnm/detail/
Dis_allowed.hpp18 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()
Dreader_backend.hpp169 image_read_info< pnm_tag > _info;
/third_party/boost/boost/gil/extension/io/raw/detail/
Dis_allowed.hpp19 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()
Dread.hpp161 raw_type_format_checker( const image_read_info< raw_tag >& info ) in raw_type_format_checker()
174 const image_read_info< raw_tag >& _info;
Dreader_backend.hpp128 image_read_info< raw_tag > _info;
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dis_allowed.hpp19 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()
Dreader_backend.hpp230 image_read_info< bmp_tag > _info;
/third_party/boost/boost/gil/extension/io/bmp/
Dtags.hpp73 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/
Dtags.hpp77 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/
Dtags.hpp90 struct image_read_info< jpeg_tag > struct
92 image_read_info() in image_read_info() function
/third_party/boost/boost/gil/extension/io/raw/
Dtags.hpp123 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/
Dis_allowed.hpp213 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()
Dreader_backend.hpp143 image_read_info< tiff_tag > _info;
Dread.hpp690 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/
Dtags.hpp203 struct image_read_info< tiff_tag > struct
205 image_read_info() in image_read_info() function
/third_party/boost/boost/gil/extension/io/pnm/
Dtags.hpp49 struct image_read_info< pnm_tag > struct
/third_party/boost/boost/gil/io/
Dbase.hpp102 template< typename FormatTag > struct image_read_info;
/third_party/boost/boost/gil/extension/io/png/
Dtags.hpp573 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/
Dio.rst.txt233 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/
Dio.rst233 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()

12