Home
last modified time | relevance | path

Searched refs:tabofs (Results 1 – 2 of 2) sorted by relevance

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/perl/
H A Dtabbed74 $self->{tabofs} = \@ofs;
241 for my $button (@{ $self->{tabofs} }) {
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp3032 tabofs = _tabofs; in ResizeArea_Invoker()
3044 …int j_start = tabofs[range.start], j_end = tabofs[range.end], j, k, dx, prev_dy = ytab[j_start].di; in operator ()()
3147 const int* tabofs; member in cv::ResizeArea_Invoker
3155 const int* tabofs ) in resizeArea_() argument
3158 ResizeArea_Invoker<T, WT>(src, dst, xtab, xtab_size, ytab, ytab_size, tabofs), in resizeArea_()
3897 int* tabofs = _tabofs.data(); in resize() local
3903 tabofs[dy++] = k; in resize()
3906 tabofs[dy] = ytab_size; in resize()
3908 func( src, dst, xtab, xtab_size, ytab, ytab_size, tabofs ); in resize()