Home
last modified time | relevance | path

Searched refs:dst_it (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/gil/extension/io/bmp/detail/
Dread.hpp284 typename View_Dst::x_iterator dst_it = view.row_begin( y ); in read_palette_image() local
289 for( ; it != end; ++it, ++dst_it ) in read_palette_image()
292 *dst_it = this->_palette[ c ]; in read_palette_image()
465 Buf_type::iterator dst_it = buf.begin(); in read_palette_image_rle() local
499 if( count > dst_end - dst_it ) in read_palette_image_rle()
501 count = dst_end - dst_it; in read_palette_image_rle()
510 *dst_it++ = this->_palette[ cs[i & 1] ]; in read_palette_image_rle()
517 *dst_it++ = this->_palette[ second ]; in read_palette_image_rle()
536 dst_it = buf.begin(); in read_palette_image_rle()
562 std::ptrdiff_t x = dst_it - buf.begin(); in read_palette_image_rle()
[all …]
Dscanline_read.hpp322 typename dst_view_t::x_iterator dst_it = dst_view.row_begin( 0 ); in read_bit_row() local
326 ; ++i, src_it++, dst_it++ in read_bit_row()
330 *dst_it = this->_palette[c]; in read_bit_row()
371 typename dst_view_t::x_iterator dst_it = dst_view.row_begin( 0 ); in read_15_bits_row() local
388 get_color( dst_it[i], red_t() ) = static_cast< byte_t >( r ); in read_15_bits_row()
389 get_color( dst_it[i], green_t() ) = static_cast< byte_t >( g ); in read_15_bits_row()
390 get_color( dst_it[i], blue_t() ) = static_cast< byte_t >( b ); in read_15_bits_row()
/third_party/boost/libs/gil/test/extension/io/
Dcmp_view.hpp27 typename View2::x_iterator const dst_it = v2.row_begin(y); in cmp_view() local
31 if (*src_it != *dst_it) in cmp_view()
/third_party/boost/libs/gil/doc/html/_downloads/
Dx_gradient.cpp30 typename DstView::x_iterator dst_it = dst.row_begin(y); in x_gradient() local
34 static_transform(src_it[x - 1], src_it[x + 1], dst_it[x], in x_gradient()
/third_party/boost/libs/gil/example/
Dx_gradient.cpp30 typename DstView::x_iterator dst_it = dst.row_begin(y); in x_gradient() local
34 static_transform(src_it[x - 1], src_it[x + 1], dst_it[x], in x_gradient()
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp52 typename DstView::x_iterator dst_it = dst_view.row_begin(y); in threshold_impl() local
56 static_transform(src_it[x], dst_it[x], threshold_op); in threshold_impl()
380 typename DstView::x_iterator dst_it = dst_view.row_begin(y); in adaptive_impl() local
384 static_transform(src_it[x], convolved_it[x], dst_it[x], threshold_op); in adaptive_impl()
Dfilter.hpp86 typename DstView::x_iterator dst_it = dst_view.row_begin(y); in filter_median_impl() local
99 dst_it[x] = values[values.size() / 2]; in filter_median_impl()
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dscanline_read.hpp382 typename dst_view_t::x_iterator dst_it = dst_view.row_begin( 0 ); in read_n_bits_row() local
386 ; ++i, src_it++, dst_it++ in read_n_bits_row()
390 *dst_it = this->_palette[c]; in read_n_bits_row()
/third_party/boost/libs/gil/doc/tutorial/
Dgradient.rst127 gray8s_view_t::x_iterator dst_it = dst.row_begin(y);
130 dst_it[x] = (src_it[x-1] - src_it[x+1]) / 2;
151 gray8s_view_t::y_iterator dst_it = dst.col_begin(x);
154 dst_it[y] = (src_it[y-1] - src_it[y+1]) / 2;
179 gray8s_view_t::x_iterator dst_it = dst.row_begin(y);
183 *dst_it = ((*src1_it) - (*src2_it)) / 2;
184 ++dst_it;
209 gray8s_view_t::x_iterator dst_it = dst.row_begin(y);
213 (*dst_it) = (src_loc(0,-1) - src_loc(0,1)) / 2;
214 ++dst_it;
[all …]
/third_party/boost/libs/gil/doc/html/_sources/tutorial/
Dgradient.rst.txt127 gray8s_view_t::x_iterator dst_it = dst.row_begin(y);
130 dst_it[x] = (src_it[x-1] - src_it[x+1]) / 2;
151 gray8s_view_t::y_iterator dst_it = dst.col_begin(x);
154 dst_it[y] = (src_it[y-1] - src_it[y+1]) / 2;
179 gray8s_view_t::x_iterator dst_it = dst.row_begin(y);
183 *dst_it = ((*src1_it) - (*src2_it)) / 2;
184 ++dst_it;
209 gray8s_view_t::x_iterator dst_it = dst.row_begin(y);
213 (*dst_it) = (src_loc(0,-1) - src_loc(0,1)) / 2;
214 ++dst_it;
[all …]
/third_party/boost/libs/gil/test/legacy/
Dimage.cpp139 gray8s_view_t::x_iterator dst_it = dst.row_begin(y); in x_gradient() local
142 dst_it[x] = (src_it[x+1] - src_it[x-1]) / 2; in x_gradient()
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …23],draw:19,drawback:28,drive:24,dst:[1,2,7,8,10,24,28],dst_channel_t:28,dst_it:28,dst_pixel:28,ds… property