Home
last modified time | relevance | path

Searched refs:dest_row (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/dports/multimedia/mpeg_play/mpeg_play/
H A Dfs2.c158 dest_row = disp + (i*cols);
186 dest_row++;
208 dest_row += cols-1;
225 dest_row--;
263 dest_row = disp + (i*cols);
304 dest_row++;
322 dest_row += cols-1;
359 dest_row--;
387 dest_row = disp;
393 *dest_row = pixel[*dest_row];
[all …]
H A Dfs4.c143 dest_row = disp + (i*cols);
161 dest_row++;
173 dest_row += cols-1;
190 dest_row--;
213 dest_row = disp + (i*cols);
237 dest_row++;
249 dest_row += cols-1;
271 dest_row--;
291 dest_row = disp;
296 *dest_row = pixel[*dest_row];
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/algo/
H A Dvil3d_convolve_1d.h82 destT* dest_row = dest_slice; in vil3d_convolve_1d() local
87 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_convolve_1d()
88 vil_convolve_1d(src_row, n_i, 1, dest_row, 1, in vil3d_convolve_1d()
91 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_convolve_1d()
92 vil_convolve_1d(src_row, n_i, 1, dest_row, d_istep, in vil3d_convolve_1d()
98 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_convolve_1d()
99 vil_convolve_1d(src_row, n_i, s_istep, dest_row, 1, in vil3d_convolve_1d()
102 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_convolve_1d()
103 vil_convolve_1d(src_row, n_i, s_istep, dest_row, d_istep, in vil3d_convolve_1d()
H A Dvil3d_smooth_121.h48 destT* dest_row = dest_slice; in vil3d_smooth_121_i() local
50 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_smooth_121_i()
53 destT * d = dest_row+d_istep; in vil3d_smooth_121_i()
54 destT * end_d = dest_row + ni1*d_istep; in vil3d_smooth_121_i()
55 *dest_row=0; // Zero the border in vil3d_smooth_121_i()
H A Dvil3d_grad_1x3.h113 destT* dest_row = dest_slice; in vil3d_grad_1x3_i() local
115 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_grad_1x3_i()
119 destT * d = dest_row+d_istep; in vil3d_grad_1x3_i()
120 destT * end_d = dest_row + ni1*d_istep; in vil3d_grad_1x3_i()
121 *dest_row=0; // Zero the border in vil3d_grad_1x3_i()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A Ddrag_n_drop.h74 GtkTreePath *dest_row; in drag_motion_cb() local
86 &dest_row, in drag_motion_cb()
89 if ( !dest_row ) in drag_motion_cb()
93 if ( !gtk_tree_view_row_expanded ( GTK_TREE_VIEW ( widget ), dest_row ) ) in drag_motion_cb()
95 gtk_tree_view_set_drag_dest_row ( GTK_TREE_VIEW ( widget ), dest_row, pos ); in drag_motion_cb()
99 gtk_tree_path_free ( dest_row ); in drag_motion_cb()
169 GtkTreePath *source_row, *dest_row, *child_dest_row; in drag_data_received_cb() local
190 gtk_tree_view_get_dest_row_at_pos ( GTK_TREE_VIEW ( widget ), x, y, &dest_row, &pos ); in drag_data_received_cb()
193 if ( !dest_row || in drag_data_received_cb()
199 … = gtk_tree_model_sort_convert_path_to_child_path ( GTK_TREE_MODEL_SORT ( model_sort ), dest_row ); in drag_data_received_cb()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd_sgi.c174 unsigned char *rle_data, *dest_row; in decode_rle_sgi() local
193 dest_row = mpi->planes[0] + mpi->stride[0] * (ysize - 1 - y); in decode_rle_sgi()
201 expandrow_gs(dest_row, rle_data); in decode_rle_sgi()
203 expandrow(dest_row, rle_data, chan_offset); in decode_rle_sgi()
214 unsigned char *src_row, *dest_row; in decode_uncompressed_sgi() local
235 dest_row = mpi->planes[0] + mpi->stride[0] * y; in decode_uncompressed_sgi()
241 dest_row[0] = src_row[x]; in decode_uncompressed_sgi()
242 dest_row[1] = src_row[x]; in decode_uncompressed_sgi()
243 dest_row[2] = src_row[x]; in decode_uncompressed_sgi()
245 dest_row[chan_offset] = src_row[x]; in decode_uncompressed_sgi()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd_sgi.c174 unsigned char *rle_data, *dest_row; in decode_rle_sgi() local
193 dest_row = mpi->planes[0] + mpi->stride[0] * (ysize - 1 - y); in decode_rle_sgi()
201 expandrow_gs(dest_row, rle_data); in decode_rle_sgi()
203 expandrow(dest_row, rle_data, chan_offset); in decode_rle_sgi()
214 unsigned char *src_row, *dest_row; in decode_uncompressed_sgi() local
235 dest_row = mpi->planes[0] + mpi->stride[0] * y; in decode_uncompressed_sgi()
241 dest_row[0] = src_row[x]; in decode_uncompressed_sgi()
242 dest_row[1] = src_row[x]; in decode_uncompressed_sgi()
243 dest_row[2] = src_row[x]; in decode_uncompressed_sgi()
245 dest_row[chan_offset] = src_row[x]; in decode_uncompressed_sgi()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/
H A Dprogressive_decoder.cpp202 for (int dest_row = 0; dest_row < dest_len; dest_row++) { in Calc() local
204 pWeight->m_SrcStart = dest_row; in Calc()
205 pWeight->m_SrcEnd = dest_row; in Calc()
220 for (int dest_row = start_step; dest_row < end_step; dest_row++) { in Calc() local
237 for (int dest_row = start_step + 1; dest_row < end_step; dest_row++) { in Calc() local
555 int cur_row = dest_row; in GifReadScanline()
613 int dest_row) { in ResampleVertBT() argument
624 while (++dest_row < dest_bottom) { in ResampleVertBT()
897 int dest_row) { in GifDoubleLineResampleVert() argument
1973 int dest_row) { in ResampleVert() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/
H A Dprogressivedecoder.cpp192 for (int dest_row = 0; dest_row < dest_len; dest_row++) { in Calc() local
194 pWeight->m_SrcStart = dest_row; in Calc()
195 pWeight->m_SrcEnd = dest_row; in Calc()
210 for (int dest_row = start_step; dest_row < end_step; dest_row++) { in Calc() local
227 for (int dest_row = start_step + 1; dest_row < end_step; dest_row++) { in Calc() local
547 int cur_row = dest_row; in GifReadScanline()
606 int dest_row) { in ResampleVertBT() argument
617 while (++dest_row < dest_bottom) { in ResampleVertBT()
926 int dest_row) { in GifDoubleLineResampleVert() argument
2027 int dest_row) { in ResampleVert() argument
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/algo/
H A Dvil_correlate_1d.h81 destT* dest_row = dest_im.top_left_ptr()+p*dest_im.planestep(); in vil_correlate_1d() local
88 for (unsigned int j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_correlate_1d()
89 vil_correlate_1d(src_row,ni,1, dest_row,1, in vil_correlate_1d()
92 for (unsigned int j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_correlate_1d()
93 vil_correlate_1d(src_row,ni,1, dest_row,d_istep, in vil_correlate_1d()
99 for (unsigned int j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_correlate_1d()
100 vil_correlate_1d(src_row,ni,s_istep, dest_row,1, in vil_correlate_1d()
103 for (unsigned int j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_correlate_1d()
104 vil_correlate_1d(src_row,ni,s_istep, dest_row,d_istep, in vil_correlate_1d()
H A Dvil_convolve_1d.h268 destT* dest_row = dest_im.top_left_ptr()+p*dest_im.planestep(); in vil_convolve_1d() local
276 for (unsigned int j=0;j<n_j;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_convolve_1d()
277 vil_convolve_1d(src_row,n_i,1, dest_row,1, in vil_convolve_1d()
280 for (unsigned int j=0;j<n_j;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_convolve_1d()
281 vil_convolve_1d(src_row,n_i,1, dest_row,d_istep, in vil_convolve_1d()
287 for (unsigned int j=0;j<n_j;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_convolve_1d()
288 vil_convolve_1d(src_row,n_i,s_istep, dest_row,1, in vil_convolve_1d()
291 for (unsigned int j=0;j<n_j;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_convolve_1d()
292 vil_convolve_1d(src_row,n_i,s_istep, dest_row,d_istep, in vil_convolve_1d()
/dports/print/print-manager/print-manager-21.12.3/libkcups/
H A DPrinterModel.cpp126 if (dest_row == -1) { in getDestsFinished()
129 } else if (dest_row == i) { in getDestsFinished()
436 int dest_row = destRow(printer.name()); in insertUpdatePrinterFinished() local
437 if (dest_row == -1) { in insertUpdatePrinterFinished()
442 updateDest(item(dest_row), printer); in insertUpdatePrinterFinished()
454 int dest_row = destRow(printerName); in printerRemovedName() local
455 if (dest_row != -1) { in printerRemovedName()
456 removeRows(dest_row, 1); in printerRemovedName()
476 int dest_row = destRow(printerName); in printerRemoved() local
477 if (dest_row != -1) { in printerRemoved()
[all …]
/dports/games/atomix/atomix-3.34.0/src/
H A Dboard-gtk.c30 gint dest_row; member
142 guint src_row, src_col, dest_row, dest_col, tmp_row, tmp_col; in move_item() local
152 tmp_row = dest_row = src_row; in move_item()
187 dest_row = tmp_row; in move_item()
194 if (src_row != dest_row || src_col != dest_col) { in move_item()
218 anim_data->dest_row = dest_row; in move_item()
427 anim_data->dest_row = 0; in board_gtk_init()
588 anim_data->dest_row = 0; in board_gtk_init_level()
714 move->dest_row, move->dest_col); in board_gtk_undo_move()
731 if (move->src_row < move->dest_row) in board_gtk_undo_move()
[all …]
H A Dundo.c46 gint dest_row, gint dest_col) in undo_push_move() argument
53 move->dest_row = dest_row; in undo_push_move()
H A Dundo.h28 gint dest_row; member
36 gint dest_row, gint dest_col);
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsbitops.c401 byte *dest_row = dest->data.write + (dest_bit >> 3); in bits_extract_plane() local
429 ++y, source_row += source->raster, dest_row += dest->raster in bits_extract_plane()
436 byte *dest = dest_row; in bits_extract_plane()
469 byte *dest = dest_row; in bits_extract_plane()
478 sample_store_declare_setup(dptr, dbit, dbbyte, dest_row, dest_bit, in bits_extract_plane()
510 byte *dest_row = dest->data.write + (dest_bit >> 3); in bits_expand_plane() local
542 ++y, source_row += source->raster, dest_row += dest->raster in bits_expand_plane()
546 bits32 *dest = (bits32 *)dest_row; in bits_expand_plane()
558 ++y, source_row += source->raster, dest_row += dest->raster in bits_expand_plane()
563 sample_store_declare_setup(dptr, dbit, dbbyte, dest_row, dest_bit, in bits_expand_plane()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsbitops.c401 byte *dest_row = dest->data.write + (dest_bit >> 3); in bits_extract_plane() local
429 ++y, source_row += source->raster, dest_row += dest->raster in bits_extract_plane()
436 byte *dest = dest_row; in bits_extract_plane()
469 byte *dest = dest_row; in bits_extract_plane()
478 sample_store_declare_setup(dptr, dbit, dbbyte, dest_row, dest_bit, in bits_extract_plane()
510 byte *dest_row = dest->data.write + (dest_bit >> 3); in bits_expand_plane() local
542 ++y, source_row += source->raster, dest_row += dest->raster in bits_expand_plane()
546 bits32 *dest = (bits32 *)dest_row; in bits_expand_plane()
558 ++y, source_row += source->raster, dest_row += dest->raster in bits_expand_plane()
563 sample_store_declare_setup(dptr, dbit, dbbyte, dest_row, dest_bit, in bits_expand_plane()
/dports/math/ump/ump-0.8.6/src/
H A Dmatrix.cpp330 void Matrix::replace_row(uint32 dest_row, const Matrix *src, uint32 src_row) throw(error_obj) in replace_row() argument
336 if( dest_row > height || dest_row == 0 || src_row > src->height || src_row == 0 ) in replace_row()
340 set_complex( i, dest_row, src->get_complex( i, src_row ) ); in replace_row()
370 void Matrix::row_mul_add(uint32 src_row,const Complex &val,uint32 dest_row) throw(error_obj) in row_mul_add() argument
374 …if((src_row > height) | (src_row == 0) | (dest_row > height) | (dest_row == 0) | (src_row == dest_… in row_mul_add()
378 data[(dest_row-1)*width + i] = data[(dest_row-1)*width + i] + data[(src_row-1)*width + i] * val; in row_mul_add()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dsgidec.c86 uint8_t *dest_row; in read_rle_sgi() local
99 dest_row = out_buf; in read_rle_sgi()
101 dest_row -= s->linesize; in read_rle_sgi()
106 if (expand_rle_row(in_buf + start_offset, in_end, dest_row + z, in read_rle_sgi()
107 dest_row + FFABS(s->linesize), s->depth) != s->width) in read_rle_sgi()
/dports/math/rkward-kde/rkward-0.7.1/rkward/dataeditor/
H A Drktextmatrix.cpp114 int dest_row = row; in transformed() local
115 if (reverse_v) dest_row = maxrow - row; in transformed()
120 int dummy = dest_row; in transformed()
121 dest_row = dest_col; in transformed()
125 ret.setText (dest_row, dest_col, rows[row][col]); in transformed()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_subpix_convolution.h76 … destT* dest_row = dest_im.top_left_ptr()+(shift_i+two_pow_N*khs)+(shift_j+two_pow_N*khs)*d_jstep; in brip_subpix_convolve_2d() local
78 for (int j=0;j<src_nj;++j,src_row+=s_jstep,dest_row+=two_pow_N*d_jstep) in brip_subpix_convolve_2d()
81 destT* dp = dest_row; in brip_subpix_convolve_2d()
247 destT* dest_row = dest_im.top_left_ptr()+(shift_i)+(shift_j)*d_jstep; in brip_subpix_convolve_2d_sep() local
249 for (int j=0;j<src_nj;++j, src_row+=s_jstep, dest_row+=two_pow_N*d_jstep) in brip_subpix_convolve_2d_sep()
252 destT* dp = dest_row; in brip_subpix_convolve_2d_sep()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsbitops.c456 byte *dest_row = dest->data.write + (dest_bit >> 3); in bits_extract_plane() local
484 ++y, source_row += source->raster, dest_row += dest->raster in bits_extract_plane()
491 byte *dst = dest_row; in bits_extract_plane()
524 byte *dst = dest_row; in bits_extract_plane()
533 sample_store_declare_setup(dptr, dbit, dbbyte, dest_row, dest_bit, in bits_extract_plane()
565 byte *dest_row = dest->data.write + (dest_bit >> 3); in bits_expand_plane() local
597 ++y, source_row += source->raster, dest_row += dest->raster in bits_expand_plane()
601 bits32 *dst = (bits32 *)dest_row; in bits_expand_plane()
613 ++y, source_row += source->raster, dest_row += dest->raster in bits_expand_plane()
618 sample_store_declare_setup(dptr, dbit, dbbyte, dest_row, dest_bit, in bits_expand_plane()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsbitops.c456 byte *dest_row = dest->data.write + (dest_bit >> 3); in bits_extract_plane() local
484 ++y, source_row += source->raster, dest_row += dest->raster in bits_extract_plane()
491 byte *dst = dest_row; in bits_extract_plane()
524 byte *dst = dest_row; in bits_extract_plane()
533 sample_store_declare_setup(dptr, dbit, dbbyte, dest_row, dest_bit, in bits_extract_plane()
565 byte *dest_row = dest->data.write + (dest_bit >> 3); in bits_expand_plane() local
597 ++y, source_row += source->raster, dest_row += dest->raster in bits_expand_plane()
601 bits32 *dst = (bits32 *)dest_row; in bits_expand_plane()
613 ++y, source_row += source->raster, dest_row += dest->raster in bits_expand_plane()
618 sample_store_declare_setup(dptr, dbit, dbbyte, dest_row, dest_bit, in bits_expand_plane()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dtoolbareditor.cpp164 int dest_row = active_actions_list->currentRow(); in on_right_button_clicked() local
165 if (dest_row > -1) { in on_right_button_clicked()
166 active_actions_list->insertItem(dest_row+1, current); in on_right_button_clicked()
180 int dest_row = all_actions_list->currentRow(); in on_left_button_clicked() local
181 if (dest_row > -1) { in on_left_button_clicked()
182 all_actions_list->insertItem(dest_row+1, current); in on_left_button_clicked()

12345678910>>...23