Home
last modified time | relevance | path

Searched refs:png_out (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/gil/test/extension/io/
Dpng_test.cpp198 string filename( png_out + "write_test_string.png" ); in BOOST_AUTO_TEST_CASE()
210 string filename( png_out + "write_test_string_bgr.png" ); in BOOST_AUTO_TEST_CASE()
222 string filename( png_out + "write_test_ofstream.png" ); in BOOST_AUTO_TEST_CASE()
236 string filename( png_out + "write_test_file.png" ); in BOOST_AUTO_TEST_CASE()
250 string filename( png_out + "write_test_info.png" ); in BOOST_AUTO_TEST_CASE()
288 string filename( png_out + "stream_test.png" ); in BOOST_AUTO_TEST_CASE()
342 write_view( png_out + "dynamic_image_test.png" in BOOST_AUTO_TEST_CASE()
Dpng_write_test.cpp35 color_space_write_test< tag_t >( png_out + "rgb_color_space_test.png" in BOOST_AUTO_TEST_CASE()
36 , png_out + "bgr_color_space_test.png" in BOOST_AUTO_TEST_CASE()
Dpng_old_test.cpp66 png_write_view( png_out + "old_write_view_test.png" in BOOST_AUTO_TEST_CASE()
92 png_write_view( png_out + "old_dynamic_image_test.png" in BOOST_AUTO_TEST_CASE()
Dall_formats_test.cpp54 fs::create_directories(fs::path(png_out)); in BOOST_AUTO_TEST_CASE()
55 write_view( png_out + "all_formats_test.png", view( img ), png_tag() ); in BOOST_AUTO_TEST_CASE()
Dsimple_all_formats.cpp46 fs::create_directories(fs::path(png_out)); in test_png()
47 gil::write_view(png_out + "simple_all_format.png", gil::view(img), gil::png_tag()); in test_png()
Dpng_file_format_test.cpp65 write_view( png_out + fs::basename( dir_itr->path() ) + ".png" in BOOST_AUTO_TEST_CASE()
Dpaths.hpp47 static const std::string png_out = base + "output/"; variable
Dpng_read_test.cpp66 write_view( png_out + filename in test_file()
71 read_image( png_out + filename in test_file()
/third_party/boost/libs/gil/test/extension/io/png/
Dpng_test.cpp167 std::string filename(png_out + "write_test_string.png"); in test_write_view()
175 std::string filename(png_out + "write_test_string_bgr.png"); in test_write_view()
183 std::string filename(png_out + "write_test_ofstream.png"); in test_write_view()
192 std::string filename(png_out + "write_test_file.png"); in test_write_view()
202 std::string filename(png_out + "write_test_info.png"); in test_write_view()
236 std::string filename(png_out + "stream_test.png"); in test_stream()
280 gil::write_view(png_out + "dynamic_image_test.png", gil::view(image), gil::png_tag()); in test_dynamic_image()
Dpng_write_test.cpp25 png_out + "rgb_color_space_test.png", png_out + "bgr_color_space_test.png"); in test_rgb_color_space_write()
Dpng_old_test.cpp63 png_out + "old_write_view_test.png", in test_old_write_view()
82 gil::png_write_view(png_out + "old_dynamic_image_test.png", gil::view(image)); in test_old_dynamic_image()
Dpng_file_format_test.cpp54 gil::write_view(png_out + fs::basename(dir_itr->path()) + ".png", in test_file_format()
Dpng_read_test.cpp54 gil::write_view(png_out + filename, view(src), write_info); in test_file()
55 gil::read_image(png_out + filename, dst, settings); in test_file()
/third_party/boost/libs/gil/test/extension/io/targa/
Dtarga_test.cpp167 std::string filename(png_out + "write_test_string.tga"); in test_write_view()