Searched refs:png_in (Results 1 – 5 of 5) sorted by relevance
52 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 …]
45 string in ( png_in + "PngSuite\\" ); in BOOST_AUTO_TEST_CASE()
46 static const std::string png_in = png_base_in + "PngSuite/"; variable
46 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 …]
39 std::string in(png_in + "PngSuite\\"); in test_file_format()