Home
last modified time | relevance | path

Searched refs:_tile_length (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/libs/gil/test/extension/io/
Dtiff_tiled_test.cpp34 BOOST_CHECK_EQUAL( backend._info._tile_length, 16 ); in BOOST_AUTO_TEST_CASE()
45 BOOST_CHECK_EQUAL( backend._info._tile_length, 16 ); in BOOST_AUTO_TEST_CASE()
56 BOOST_CHECK_EQUAL( backend._info._tile_length, 16 ); in BOOST_AUTO_TEST_CASE()
67 BOOST_CHECK_EQUAL( backend._info._tile_length, 16 ); in BOOST_AUTO_TEST_CASE()
78 BOOST_CHECK_EQUAL( backend._info._tile_length, 16 ); in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_write_macros.hpp45 info._tile_width = info._tile_length = 16; \
69 info._tile_width = info._tile_length = 16; \
93 info._tile_width = info._tile_length = 16; \
118 info._tile_width = info._tile_length = 16; \
139 info._tile_width = info._tile_length = 16; \
160 info._tile_width = info._tile_length = 16; \
Dtiff_tiled_minisblack_write_test_21-31_32-64.cpp34 info._tile_width = info._tile_length = 16; in BOOST_AUTO_TEST_CASE()
59 info._tile_width = info._tile_length = 16; in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_rgb_contig_write_test_21-31_32_64.cpp34 info._tile_width = info._tile_length = 16; in BOOST_AUTO_TEST_CASE()
59 info._tile_width = info._tile_length = 16; in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_minisblack_write_test_1-10.cpp35 info._tile_width = info._tile_length = 16; in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_rgb_contig_write_test_1-10.cpp34 info._tile_width = info._tile_length = 16; in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_rgb_contig_write_test_11-20.cpp34 info._tile_width = info._tile_length = 16; in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_minisblack_write_test_11-20.cpp35 info._tile_width = info._tile_length = 16; in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/gil/test/extension/io/tiff/
Dtiff_tiled_test.cpp28 BOOST_TEST_EQ(backend._info._tile_length, 16); in test_read_info_tile_minisblack_float()
38 BOOST_TEST_EQ(backend._info._tile_length, 16); in test_read_info_tile_minisblack()
48 BOOST_TEST_EQ(backend._info._tile_length, 16); in test_read_info_tile_palette()
58 BOOST_TEST_EQ(backend._info._tile_length, 16); in test_read_info_tile_rgb()
68 BOOST_TEST_EQ(backend._info._tile_length, 16); in test_read_info_tile_planar()
Dtiff_tiled_write_macros.hpp47 info._tile_width = info._tile_length = 16; \
74 info._tile_width = info._tile_length = 16; \
100 info._tile_width = info._tile_length = 16; \
127 info._tile_width = info._tile_length = 16; \
150 info._tile_width = info._tile_length = 16; \
172 info._tile_width = info._tile_length = 16; \
Dtiff_tiled_rgb_contig_write_test_21-31_32_64.cpp35 info._tile_width = info._tile_length = 16; in test_write_tile_and_compare_with_rgb_strip_contig_32()
60 info._tile_width = info._tile_length = 16; in test_write_tile_and_compare_with_rgb_strip_contig_64()
Dtiff_tiled_minisblack_write_test_21-31_32-64.cpp35 info._tile_width = info._tile_length = 16; in test_write_tile_and_compare_with_minisblack_strip_32()
57 info._tile_width = info._tile_length = 16; in test_write_tile_and_compare_with_minisblack_strip_64()
Dtiff_tiled_rgb_contig_write_test_1-10.cpp34 info._tile_width = info._tile_length = 16; in test_write_tile_and_compare_with_rgb_strip_contig_8()
Dtiff_tiled_minisblack_write_test_11-20.cpp33 info._tile_width = info._tile_length = 16; in test_write_minisblack_tile_and_compare_with_16()
Dtiff_tiled_rgb_contig_write_test_11-20.cpp34 info._tile_width = info._tile_length = 16; in test_write_tile_and_compare_with_rgb_strip_contig_16()
Dtiff_tiled_minisblack_write_test_1-10.cpp33 info._tile_width = info._tile_length = 16; in test_write_minisblack_tile_and_compare_with_8()
/third_party/boost/boost/gil/extension/io/tiff/
Dtags.hpp222 , _tile_length( 0 ) in image_read_info()
257 tiff_tile_length::type _tile_length; member
312 , _tile_length ( 0 ) in image_write_info()
335 tiff_tile_length::type _tile_length; member
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dreader_backend.hpp90 io_error_if( !_io_dev.template get_property< tiff_tile_length >( _info._tile_length ) in read_header()
Dread.hpp443 tiff_tile_length::type tile_height = this->_info._tile_length; in read_tiled_data_subimage()
566 tiff_tile_length::type tile_height = this->_info._tile_length; in read_tiled_data_full()
Dwrite.hpp143 tiff_tile_length::type th = this->_info._tile_length; in write_view()