Home
last modified time | relevance | path

Searched defs:current_byte (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/gil/
Dbit_aligned_pixel_reference.hpp45 bit_range(byte_t* current_byte, int bit_offset) in bit_range()
77 byte_t* current_byte() const { return _current_byte; } in current_byte() function in boost::gil::bit_range
/third_party/boost/boost/gil/extension/io/targa/detail/
Dread.hpp251 targa_offset::type current_byte = this->_io_dev.read_uint8(); in read_rle_data() local