Searched refs:byte_to_memunit (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/gil/ |
D | pixel_iterator_adaptor.hpp | 124 struct byte_to_memunit<dereference_iterator_adaptor<Iterator,DFn> > : public byte_to_memunit<Iterat… struct
|
D | pixel_iterator.hpp | 124 struct byte_to_memunit : std::integral_constant<int, 1> {}; struct
|
D | step_iterator.hpp | 215 struct byte_to_memunit<memory_based_step_iterator<Iterator>> : public byte_to_memunit<Iterator> {}; struct
|
D | image.hpp | 423 return ( size_in_units + byte_to_memunit< x_iterator >::value - 1 ) in total_allocated_size_in_bytes() 424 / byte_to_memunit<x_iterator>::value in total_allocated_size_in_bytes() 431 …std::size_t alignment_in_memunits=_align_in_bytes*byte_to_memunit<typename view_t::x_iterator>::va… in get_row_size_in_memunits()
|
D | bit_aligned_pixel_iterator.hpp | 120 struct byte_to_memunit<bit_aligned_pixel_iterator<NonAlignedPixelReference>> struct
|
/third_party/boost/libs/gil/test/legacy/ |
D | recreate_image.cpp | 76 std::size_t btm = byte_to_memunit< typename View::x_iterator >::value; in total_allocated_size_in_bytes()
|
/third_party/boost/libs/gil/doc/design/ |
D | pixel_iterator.rst | 240 typename byte_to_memunit<Iterator>; where metafunction<byte_to_memunit<Iterator> >;
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | pixel_iterator.rst.txt | 240 typename byte_to_memunit<Iterator>; where metafunction<byte_to_memunit<Iterator> >;
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …,bourdev:30,buffer:[7,13,28],build:[0,24],built:[1,7,12,13,14,23,28],byte_to_memunit:14,c_str:24,c… property
|
/third_party/boost/libs/gil/ |
D | RELEASES.md | 211 - New `byte_to_memunit` function required by the `MemoryBasedIteratorConcept`, which specifies the …
|