Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp653 void vlineSet(FT* src, ET* dst, int dst_width) in vlineSet() function
659 void vlineSet<uint8_t, ufixedpoint16>(ufixedpoint16* src, uint8_t* dst, int dst_width) in vlineSet() function
805 vlineSet<ET, FT>(linebuf.data(), (ET*)(dst + dst_step * dy), dst_width*cn); in operator ()()
830 vlineSet<ET, FT>(endline, (ET*)(dst + dst_step * dy), dst_width*cn); in operator ()()