Home
last modified time | relevance | path

Searched defs:dstroi (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_copy.cpp22 paste_(ImageBuf& dst, const ImageBuf& src, ROI dstroi, ROI srcroi, int nthreads) in paste_()
54 deep_paste_(ImageBuf& dst, const ImageBuf& src, ROI dstroi, ROI srcroi, in deep_paste_()
110 ROI dstroi(srcroi.xbegin + xbegin, srcroi.xbegin + xbegin + srcroi.width(), in paste() local
339 int zshift, ROI dstroi, ROI roi, int nthreads) in circular_shift_()
H A Dimagebufalgo_pixelmath.cpp464 ROI dstroi = roi; in channel_sum() local
1092 ROI dstroi = roi; in color_map() local
1278 ROI dstroi = get_roi(dst.spec()); in fixNonFinite_() local
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_copy.cpp22 paste_(ImageBuf& dst, const ImageBuf& src, ROI dstroi, ROI srcroi, int nthreads) in paste_()
54 deep_paste_(ImageBuf& dst, const ImageBuf& src, ROI dstroi, ROI srcroi, in deep_paste_()
110 ROI dstroi(srcroi.xbegin + xbegin, srcroi.xbegin + xbegin + srcroi.width(), in paste() local
339 int zshift, ROI dstroi, ROI roi, int nthreads) in circular_shift_()
H A Dimagebufalgo_pixelmath.cpp464 ROI dstroi = roi; in channel_sum() local
1092 ROI dstroi = roi; in color_map() local
1278 ROI dstroi = get_roi(dst.spec()); in fixNonFinite_() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudawarping/src/
H A Dwarp.cpp165 NppiRect dstroi; in call() local
493 NppiRect dstroi; in call() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dcopy.cpp799 uchar* dst, size_t dststep, cv::Size dstroi, in copyMakeBorder_8u()
880 uchar* dst, size_t dststep, cv::Size dstroi, in copyMakeConstBorder_8u()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp2319 IppiRect dstroi = { 0, range.start, dst.cols, range.end - range.start }; in operator ()() local
3084 IppiRect dstroi = {0, range.start, dst.cols, range.end - range.start}; in operator ()() local