Home
last modified time | relevance | path

Searched refs:png_in (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/gil/test/extension/io/
Dpng_read_test.cpp52 backend_t backend = read_image_info( png_in + filename in test_file()
56 read_image( png_in + filename in test_file()
87 test_scanline_reader<Image, png_tag>( string( png_in + filename ).c_str() ); in test_png_scanline_reader()
136 auto const png_path = png_in + "tbbn0g04.png"; in BOOST_AUTO_TEST_CASE()
158 auto const png_path = png_in + "tbwn0g16.png"; in BOOST_AUTO_TEST_CASE()
190 auto const png_path = png_in + "tbbn2c16.png"; in BOOST_AUTO_TEST_CASE()
212 auto const png_path = png_in + "tbgn2c16.png"; in BOOST_AUTO_TEST_CASE()
234 auto const png_path = png_in + "tbrn2c08.png"; in BOOST_AUTO_TEST_CASE()
266 auto const png_path = png_in + "tbbn3p08.png"; in BOOST_AUTO_TEST_CASE()
288 auto const png_path = png_in + "tbgn3p08.png"; in BOOST_AUTO_TEST_CASE()
[all …]
Dpng_file_format_test.cpp45 string in ( png_in + "PngSuite\\" ); in BOOST_AUTO_TEST_CASE()
Dpaths.hpp46 static const std::string png_in = png_base_in + "PngSuite/"; variable
/third_party/boost/libs/gil/test/extension/io/png/
Dpng_read_test.cpp46 backend_t backend = gil::read_image_info(png_in + filename, settings); in test_file()
48 gil::read_image(png_in + filename, src, settings); in test_file()
64 test_scanline_reader<Image, gil::png_tag>(std::string(png_in + filename).c_str()); in test_png_scanline_reader()
105 auto const png_path = png_in + "tbbn0g04.png"; in test_read_with_trns_chunk_color_type_0()
127 auto const png_path = png_in + "tbwn0g16.png"; in test_read_with_trns_chunk_color_type_0()
159 auto const png_path = png_in + "tbbn2c16.png"; in test_read_with_trns_chunk_color_type_2()
181 auto const png_path = png_in + "tbgn2c16.png"; in test_read_with_trns_chunk_color_type_2()
203 auto const png_path = png_in + "tbrn2c08.png"; in test_read_with_trns_chunk_color_type_2()
235 auto const png_path = png_in + "tbbn3p08.png"; in test_read_with_trns_chunk_color_type_3()
257 auto const png_path = png_in + "tbgn3p08.png"; in test_read_with_trns_chunk_color_type_3()
[all …]
Dpng_file_format_test.cpp39 std::string in(png_in + "PngSuite\\"); in test_file_format()