/third_party/boost/boost/gil/ |
D | virtual_locator.hpp | 42 using parent_t = pixel_2d_locator_base typedef in boost::gil::virtual_2d_locator 50 using point_t = typename parent_t::point_t; 51 using coord_t = typename parent_t::coord_t; 52 using x_coord_t = typename parent_t::x_coord_t; 53 using y_coord_t = typename parent_t::y_coord_t; 54 using x_iterator = typename parent_t::x_iterator; 55 using y_iterator = typename parent_t::y_iterator; 142 : channel_type<typename virtual_2d_locator<D, TR>::parent_t> 148 : color_space_type<typename virtual_2d_locator<D, TR>::parent_t> 154 : channel_mapping_type<typename virtual_2d_locator<D, TR>::parent_t> [all …]
|
D | channel.hpp | 449 using parent_t = detail::packed_channel_reference_base typedef in boost::gil::packed_channel_reference 459 static const BitField channel_mask = static_cast<BitField>(parent_t::max_val) << FirstBit; 465 using integer_t = typename parent_t::integer_t; 467 explicit packed_channel_reference(const void* data_ptr) : parent_t(data_ptr) {} in packed_channel_reference() 468 packed_channel_reference(const packed_channel_reference& ref) : parent_t(ref._data_ptr) {} in packed_channel_reference() 469 packed_channel_reference(const mutable_reference& ref) : parent_t(ref._data_ptr) {} in packed_channel_reference() 482 …using parent_t = detail::packed_channel_reference_base<packed_channel_reference<BitField,FirstBit,… typedef in boost::gil::packed_channel_reference 485 static const BitField channel_mask = static_cast< BitField >( parent_t::max_val ) << FirstBit; 490 using integer_t = typename parent_t::integer_t; 492 explicit packed_channel_reference(void* data_ptr) : parent_t(data_ptr) {} in packed_channel_reference() [all …]
|
D | planar_pixel_reference.hpp | 47 using parent_t =detail::homogeneous_color_base typedef 66 : parent_t(v0, v1) in planar_pixel_reference() 70 : parent_t(v0, v1, v2) in planar_pixel_reference() 74 : parent_t(v0, v1, v2, v3) in planar_pixel_reference() 78 : parent_t(v0, v1, v2, v3, v4) in planar_pixel_reference() 82 : parent_t(v0, v1, v2, v3, v4, v5) in planar_pixel_reference() 85 planar_pixel_reference(planar_pixel_reference const& p) : parent_t(p) {} in planar_pixel_reference() 95 planar_pixel_reference(Pixel const& p) : parent_t(p) in planar_pixel_reference() 112 : parent_t(p) in planar_pixel_reference() 120 : parent_t(p, diff) in planar_pixel_reference()
|
D | pixel.hpp | 109 using parent_t = detail::homogeneous_color_base typedef 122 explicit pixel(channel_t v) : parent_t(v) {} // sets all channels to v in pixel() 123 pixel(channel_t v0, channel_t v1) : parent_t(v0, v1) {} in pixel() 124 pixel(channel_t v0, channel_t v1, channel_t v2) : parent_t(v0, v1, v2) {} in pixel() 127 : parent_t(v0, v1, v2, v3) in pixel() 131 : parent_t(v0, v1, v2, v3, v4) in pixel() 135 : parent_t(v0, v1, v2, v3, v4, v5) in pixel() 138 pixel(const pixel& p) : parent_t(p) {} in pixel() 150 : parent_t(p) in pixel()
|
D | step_iterator.hpp | 44 …using parent_t = iterator_adaptor<Derived, Iterator, use_default, use_default, use_default, typena… typedef in boost::gil::detail::step_iterator_adaptor 50 … step_iterator_adaptor(const Iterator& it, SFn step_fn=SFn()) : parent_t(it), _step_fn(step_fn) {} in step_iterator_adaptor() 144 using parent_t = detail::step_iterator_adaptor<memory_based_step_iterator<Iterator>, typedef in boost::gil::memory_based_step_iterator 147 using reference = typename parent_t::reference; 148 using difference_type = typename parent_t::difference_type; 151 memory_based_step_iterator() : parent_t(Iterator()) {} in memory_based_step_iterator() 152 …memory_based_step_iterator(Iterator it, std::ptrdiff_t memunit_step) : parent_t(it, memunit_step_f… in memory_based_step_iterator() 155 : parent_t(it.base(), memunit_step_fn<Iterator>(it.step())) {} in memory_based_step_iterator() 163 x_iterator& base() { return parent_t::base_reference(); } in base() 164 x_iterator const& base() const { return parent_t::base_reference(); } in base()
|
D | locator.hpp | 235 …using parent_t = pixel_2d_locator_base<memory_based_2d_locator<StepIterator>, typename iterator_ad… typedef in boost::gil::memory_based_2d_locator 238 using coord_t = typename parent_t::coord_t; 239 using x_coord_t = typename parent_t::x_coord_t; 240 using y_coord_t = typename parent_t::y_coord_t; 241 using x_iterator = typename parent_t::x_iterator; 242 using y_iterator = typename parent_t::y_iterator; 243 using difference_type = typename parent_t::difference_type; 244 using reference = typename parent_t::reference; 314 …_based_2d_locator<SI> > : public color_space_type<typename memory_based_2d_locator<SI>::parent_t> { 318 …ed_2d_locator<SI> > : public channel_mapping_type<typename memory_based_2d_locator<SI>::parent_t> { [all …]
|
D | pixel_iterator_adaptor.hpp | 37 using parent_t = iterator_adaptor<dereference_iterator_adaptor<Iterator,DFn>, typedef in boost::gil::dereference_iterator_adaptor 49 …dereference_iterator_adaptor(const dereference_iterator_adaptor<Iterator1,DFn>& dit) : parent_t(di… in dereference_iterator_adaptor() 50 …dereference_iterator_adaptor(Iterator it, DFn deref_fn=DFn()) : parent_t(it), _deref_fn(deref_fn) … in dereference_iterator_adaptor() 52 …dereference_iterator_adaptor(const dereference_iterator_adaptor<Iterator1,DFn1>& it) : parent_t(it… in dereference_iterator_adaptor()
|
D | position_iterator.hpp | 36 using parent_t = iterator_facade<position_iterator<Deref,Dim>, typedef 41 using difference_type = typename parent_t::difference_type; 42 using reference = typename parent_t::reference;
|
D | iterator_from_2d.hpp | 49 using parent_t = iterator_facade<iterator_from_2d<Loc2>, typedef in boost::gil::iterator_from_2d 54 using reference = typename parent_t::reference; 55 using difference_type = typename parent_t::difference_type;
|
/third_party/boost/boost/gil/extension/dynamic_image/ |
D | any_image_view.hpp | 76 using parent_t = variant2::variant<Views...>; typedef in boost::gil::any_image_view 86 any_image_view(any_image_view const& view) : parent_t((parent_t const&)view) {} in any_image_view() 89 explicit any_image_view(View const& view) : parent_t(view) {} in any_image_view() 93 : parent_t((variant2::variant<OtherViews...> const&)view) in any_image_view() 98 parent_t::operator=((parent_t const&)view); in operator =() 105 parent_t::operator=(view); in operator =() 112 parent_t::operator=((variant2::variant<OtherViews...> const&)view); in operator =()
|
/third_party/boost/boost/gil/extension/numeric/ |
D | kernel.hpp | 102 using parent_t = detail::kernel_1d_adaptor<std::vector<T, Allocator>>; typedef in boost::gil::kernel_1d 106 kernel_1d(std::size_t size, std::size_t center) : parent_t(size, center) {} in kernel_1d() 110 : parent_t(size, center) in kernel_1d() 115 kernel_1d(kernel_1d const& other) : parent_t(other) {} in kernel_1d() 123 using parent_t = detail::kernel_1d_adaptor<std::array<T, Size>>; typedef in boost::gil::kernel_1d_fixed 130 explicit kernel_1d_fixed(std::size_t center) : parent_t(center) {} in kernel_1d_fixed() 134 : parent_t(center) in kernel_1d_fixed() 139 kernel_1d_fixed(kernel_1d_fixed const& other) : parent_t(other) {} in kernel_1d_fixed() 273 using parent_t = detail::kernel_2d_adaptor<std::vector<T, Allocator>>; typedef in boost::gil::detail::kernel_2d 279 : parent_t(size, center_y, center_x) in kernel_2d() [all …]
|
/third_party/boost/boost/gil/extension/io/png/detail/ |
D | supported_types.hpp | 334 using parent_t = detail::png_read_support typedef 340 static const png_bitdepth::type _bit_depth = parent_t::_bit_depth; 341 static const png_color_type::type _color_type = parent_t::_color_type; 356 using parent_t = detail::png_write_support typedef 362 static const png_bitdepth::type _bit_depth = parent_t::_bit_depth; 363 static const png_color_type::type _color_type = parent_t::_color_type;
|
D | write.hpp | 218 using parent_t = writer<Device, png_tag>; typedef in boost::gil::dynamic_image_writer 225 : parent_t( io_dev in dynamic_image_writer() 234 , parent_t in apply()
|
/third_party/boost/boost/gil/extension/toolbox/metafunctions/ |
D | channel_view.hpp | 39 using parent_t = kth_channel_view_type<index, View>; typedef 40 using type = typename parent_t::type; 44 return parent_t::make( src ); in make()
|
/third_party/boost/boost/gil/extension/io/pnm/detail/ |
D | supported_types.hpp | 119 using parent_t = detail::pnm_read_support typedef 125 static const pnm_image_type::type _asc_type = parent_t::_asc_type; 126 static const pnm_image_type::type _bin_type = parent_t::_bin_type;
|
/third_party/boost/boost/gil/extension/io/targa/detail/ |
D | write.hpp | 154 using parent_t = writer<Device, targa_tag>; typedef in boost::gil::dynamic_image_writer 161 : parent_t( io_dev in dynamic_image_writer() 170 , parent_t in apply()
|
D | supported_types.hpp | 81 using parent_t = detail::targa_read_support typedef 87 static const typename targa_depth::type bpp = parent_t::bpp;
|
/third_party/boost/boost/gil/extension/io/jpeg/detail/ |
D | write.hpp | 151 using parent_t = writer<Device, jpeg_tag>; typedef in boost::gil::dynamic_image_writer 158 : parent_t( io_dev in dynamic_image_writer() 167 , parent_t in apply()
|
D | supported_types.hpp | 92 using parent_t = detail::jpeg_read_support typedef 98 static const typename jpeg_color_space::type _color_space = parent_t::_color_space;
|
D | read.hpp | 267 using parent_t = reader<Device, jpeg_tag, detail::read_and_no_convert>; typedef in boost::gil::dynamic_image_reader 274 : parent_t( io_dev in dynamic_image_reader() 300 , parent_t in apply()
|
/third_party/boost/libs/gil/test/core/pixel/ |
D | test_fixture.hpp | 104 using parent_t = pixel_value<typename pixel_t::value_type, Tag>; typedef 108 pixel_reference() : parent_t{}, pixel_(parent_t::pixel_) {} in pixel_reference() 109 explicit pixel_reference(value_t const& pixel) : parent_t(pixel), pixel_(parent_t::pixel_) in pixel_reference()
|
/third_party/boost/libs/gil/test/core/channel/ |
D | test_fixture.hpp | 131 using parent_t = channel_value<typename gil::channel_traits<ChannelRef>::value_type>; typedef 137 : parent_t() in channel_reference() 138 , min_v_(parent_t::min_v_) in channel_reference() 139 , max_v_(parent_t::max_v_) in channel_reference()
|
/third_party/boost/boost/gil/extension/io/bmp/detail/ |
D | write.hpp | 185 using parent_t = writer<Device, bmp_tag>; typedef in boost::gil::dynamic_image_writer 192 : parent_t( io_dev in dynamic_image_writer() 201 , parent_t in apply()
|
D | supported_types.hpp | 120 using parent_t = detail::bmp_read_support typedef 126 static const typename bmp_bits_per_pixel::type bpp = parent_t::bpp;
|
/third_party/boost/boost/gil/extension/io/raw/detail/ |
D | read.hpp | 191 using parent_t = reader<Device, raw_tag, detail::read_and_no_convert>; typedef in boost::gil::dynamic_image_reader 198 : parent_t( io_dev in dynamic_image_reader() 224 , parent_t in apply()
|