Home
last modified time | relevance | path

Searched refs:byte_to_memunit (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/gil/
Dpixel_iterator_adaptor.hpp124 struct byte_to_memunit<dereference_iterator_adaptor<Iterator,DFn> > : public byte_to_memunit<Iterat… struct
Dpixel_iterator.hpp124 struct byte_to_memunit : std::integral_constant<int, 1> {}; struct
Dstep_iterator.hpp215 struct byte_to_memunit<memory_based_step_iterator<Iterator>> : public byte_to_memunit<Iterator> {}; struct
Dimage.hpp423 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()
Dbit_aligned_pixel_iterator.hpp120 struct byte_to_memunit<bit_aligned_pixel_iterator<NonAlignedPixelReference>> struct
/third_party/boost/libs/gil/test/legacy/
Drecreate_image.cpp76 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/
Dpixel_iterator.rst240 typename byte_to_memunit<Iterator>; where metafunction<byte_to_memunit<Iterator> >;
/third_party/boost/libs/gil/doc/html/_sources/design/
Dpixel_iterator.rst.txt240 typename byte_to_memunit<Iterator>; where metafunction<byte_to_memunit<Iterator> >;
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …,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/
DRELEASES.md211 - New `byte_to_memunit` function required by the `MemoryBasedIteratorConcept`, which specifies the …