minmax           1332 modules/highgui/src/window_w32.cpp             MINMAXINFO* minmax = (MINMAXINFO*)lParam;
minmax           1336 modules/highgui/src/window_w32.cpp             minmax->ptMinTrackSize.y = 100;
minmax           1337 modules/highgui/src/window_w32.cpp             minmax->ptMinTrackSize.x = 100;
minmax           1342 modules/highgui/src/window_w32.cpp                 minmax->ptMinTrackSize.y += window->toolbar.rows*(rect.bottom - rect.top);
minmax           1343 modules/highgui/src/window_w32.cpp                 minmax->ptMinTrackSize.x = MAX(rect.right - rect.left + HG_BUDDY_WIDTH, HG_BUDDY_WIDTH*2);
minmax           2427 modules/ts/src/ts_func.cpp     minmax( src1, src2, dst, 'm' );
minmax           2432 modules/ts/src/ts_func.cpp     minmax( src1, src2, dst, 'M' );
minmax           2495 modules/ts/src/ts_func.cpp     minmax( src1, val, dst, 'm' );
minmax           2500 modules/ts/src/ts_func.cpp     minmax( src1, val, dst, 'M' );
minmax             93 modules/ts/src/ts_perf.cpp         int minmax[] = {0, 256};
minmax             95 modules/ts/src/ts_perf.cpp         cv::randu(mr, cv::Mat(1, 1, CV_32S, minmax), cv::Mat(1, 1, CV_32S, minmax + 1));
minmax            100 modules/ts/src/ts_perf.cpp         float minmax[] = {-bigValue, bigValue};
minmax            102 modules/ts/src/ts_perf.cpp         cv::randu(mr, cv::Mat(1, 1, CV_32F, minmax), cv::Mat(1, 1, CV_32F, minmax + 1));
minmax            107 modules/ts/src/ts_perf.cpp         double minmax[] = {-bigValue, bigValue};
minmax            109 modules/ts/src/ts_perf.cpp         cv::randu(mr, cv::Mat(1, 1, CV_64F, minmax), cv::Mat(1, 1, CV_64F, minmax + 1));