Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/io/tiff/detail/
Dscanline_read.hpp106 _buffer = std::vector< byte_t >( this->_io_dev.get_scanline_size() ); in initialize()
246 this->_scanline_length = this->_io_dev.get_scanline_size(); in initialize()
Dread.hpp171 this->_scanline_length = this->_io_dev.get_scanline_size(); in apply()
662 std::size_t scanline_size_in_bytes = this->_io_dev.get_scanline_size(); in buffer_size()
678 return this->_io_dev.get_scanline_size(); in buffer_size()
Ddevice.hpp163 std::size_t get_scanline_size() in get_scanline_size() function in boost::gil::detail::tiff_device_base