Home
last modified time | relevance | path

Searched refs:_color_map_length (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/gil/extension/io/targa/detail/
Dread.hpp105 if( this->_info._color_map_length != 0 ) in apply()
158 if( this->_info._color_map_length != 0 ) in apply()
Dscanline_read.hpp105 if( this->_info._color_map_length != 0 ) in initialize()
Dreader_backend.hpp65 _info._color_map_length = _io_dev.read_uint16(); in read_header()
/third_party/boost/boost/gil/extension/io/targa/
Dtags.hpp101 targa_color_map_length::type _color_map_length; member
/third_party/boost/libs/gil/test/extension/io/
Dtarga_read_test.cpp60 BOOST_CHECK_EQUAL( backend._info._color_map_length, 0 ); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/gil/test/extension/io/targa/
Dtarga_read_test.cpp41 BOOST_TEST_EQ(backend._info._color_map_length, 0); in test_read_header()