Home
last modified time | relevance | path

Searched refs:gray_alpha8_image_t (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/gil/test/extension/io/
Dpng_read_test.cpp35 using gray_alpha8_image_t= image<gray_alpha8_pixel_t, false>; typedef
146 gray_alpha8_image_t img; in BOOST_AUTO_TEST_CASE()
407 test_file< gray_alpha8_image_t >( "BASN4A08.PNG" ); in BOOST_AUTO_TEST_CASE()
408 test_png_scanline_reader< gray_alpha8_image_t >( "BASN4A08.PNG" ); in BOOST_AUTO_TEST_CASE()
461 test_file< gray_alpha8_image_t >( "BASI4A08.PNG" ); in BOOST_AUTO_TEST_CASE()
605 test_file< gray_alpha8_image_t >( "BGAI4A08.PNG" ); in BOOST_AUTO_TEST_CASE()
617 test_file< gray_alpha8_image_t >( "BGBN4A08.PNG" ); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/gil/test/extension/io/png/
Dpng_read_test.cpp30 using gray_alpha8_image_t= gil::image<gray_alpha8_pixel_t, false>; typedef
115 gray_alpha8_image_t img; in test_read_with_trns_chunk_color_type_0()
374 test_file<gil::gray_alpha8_image_t>("BASN4A08.PNG"); in test_basic_format()
375 test_png_scanline_reader<gil::gray_alpha8_image_t>("BASN4A08.PNG"); in test_basic_format()
428 test_file<gil::gray_alpha8_image_t>("BASI4A08.PNG"); in test_basic_format_interlaced()
572 test_file<gil::gray_alpha8_image_t>("BGAI4A08.PNG"); in test_background()
584 test_file<gil::gray_alpha8_image_t>("BGBN4A08.PNG"); in test_background()
/third_party/boost/boost/gil/io/
Dtypedefs.hpp66 using gray_alpha8_image_t = image<gray_alpha8_pixel_t, false>; typedef