Home
last modified time | relevance | path

Searched refs:runtime_image (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/gil/test/extension/io/
Dtiff_old_test.cpp76 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
79 , runtime_image in BOOST_AUTO_TEST_CASE()
84 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Djpeg_old_test.cpp85 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
88 , runtime_image in BOOST_AUTO_TEST_CASE()
93 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Dpng_old_test.cpp85 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
88 , runtime_image in BOOST_AUTO_TEST_CASE()
93 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Dbmp_old_test.cpp85 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
88 , runtime_image in BOOST_AUTO_TEST_CASE()
93 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Dtarga_old_test.cpp86 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
89 , runtime_image in BOOST_AUTO_TEST_CASE()
94 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Dpnm_old_test.cpp91 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
94 , runtime_image in BOOST_AUTO_TEST_CASE()
99 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Draw_test.cpp121 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
123 read_image(raw_filename.c_str(), runtime_image, tag_t()); in BOOST_AUTO_TEST_CASE()
Dtarga_test.cpp315 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
318 , runtime_image in BOOST_AUTO_TEST_CASE()
324 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Dpnm_test.cpp312 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
315 , runtime_image in BOOST_AUTO_TEST_CASE()
321 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Dbmp_test.cpp334 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
337 , runtime_image in BOOST_AUTO_TEST_CASE()
343 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Dpng_test.cpp334 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
337 , runtime_image in BOOST_AUTO_TEST_CASE()
343 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Djpeg_test.cpp320 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
323 , runtime_image in BOOST_AUTO_TEST_CASE()
329 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
Dtiff_test.cpp347 any_image< my_img_types > runtime_image; in BOOST_AUTO_TEST_CASE() local
350 , runtime_image in BOOST_AUTO_TEST_CASE()
356 , view( runtime_image ) in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/gil/doc/html/_sources/
Dio.rst.txt249 any_image< my_img_types > runtime_image;
252 , runtime_image
329 any_image< my_img_types > runtime_image;
334 , view( runtime_image )
/third_party/boost/libs/gil/doc/
Dio.rst249 any_image< my_img_types > runtime_image;
252 , runtime_image
329 any_image< my_img_types > runtime_image;
334 , view( runtime_image )
/third_party/boost/libs/gil/doc/html/_sources/tutorial/
Dgradient.rst.txt904 any_image<my_img_types> runtime_image;
905 jpeg_read_image("input.jpg", runtime_image);
907 gray8s_image_t gradient(runtime_image.dimensions());
908 x_luminosity_gradient(const_view(runtime_image), view(gradient));
925 example, the return type of ``view(runtime_image)`` is
927 corresponding to the four image types. ``const_view(runtime_image)``
/third_party/boost/libs/gil/doc/tutorial/
Dgradient.rst904 any_image<my_img_types> runtime_image;
905 jpeg_read_image("input.jpg", runtime_image);
907 gray8s_image_t gradient(runtime_image.dimensions());
908 x_luminosity_gradient(const_view(runtime_image), view(gradient));
925 example, the return type of ``view(runtime_image)`` is
927 corresponding to the four image types. ``const_view(runtime_image)``