NcvRect8u         143 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     __host__ __device__ NcvRect8u() : x(0), y(0), width(0), height(0) {};
NcvRect8u         144 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     __host__ __device__ NcvRect8u(Ncv8u x_, Ncv8u y_, Ncv8u width_, Ncv8u height_) : x(x_), y(y_), width(width_), height(height_) {}
NcvRect8u         221 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(NcvRect8u) == sizeof(Ncv32u));
NcvRect8u          87 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp         ((NcvRect8u*)&(this->_ui2.x))->x = (Ncv8u)rectX;
NcvRect8u          88 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp         ((NcvRect8u*)&(this->_ui2.x))->y = (Ncv8u)rectY;
NcvRect8u          89 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp         ((NcvRect8u*)&(this->_ui2.x))->width = (Ncv8u)rectWidth;
NcvRect8u          90 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp         ((NcvRect8u*)&(this->_ui2.x))->height = (Ncv8u)rectHeight;
NcvRect8u         102 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp         NcvRect8u tmpRect = *(NcvRect8u*)(&this->_ui2.x);