Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/java/generator/src/cpp/
H A Dconverters.cpp84 void Mat_to_vector_Rect(Mat& mat, std::vector<Rect>& v_rect) in Mat_to_vector_Rect() argument
86 v_rect.clear(); in Mat_to_vector_Rect()
88 v_rect = (std::vector<Rect>) mat; in Mat_to_vector_Rect()
91 void vector_Rect_to_Mat(std::vector<Rect>& v_rect, Mat& mat) in vector_Rect_to_Mat() argument
93 mat = Mat(v_rect, true); in vector_Rect_to_Mat()
100 v_rect.clear(); in Mat_to_vector_Rect2d()
102 v_rect = (std::vector<Rect2d>) mat; in Mat_to_vector_Rect2d()
107 mat = Mat(v_rect, true); in vector_Rect2d_to_Mat()
114 v_rect.clear(); in Mat_to_vector_RotatedRect()
116 v_rect = (std::vector<RotatedRect>) mat; in Mat_to_vector_RotatedRect()
[all …]
H A Dconverters.h23 void Mat_to_vector_Rect(cv::Mat& mat, std::vector<cv::Rect>& v_rect);
24 void vector_Rect_to_Mat(std::vector<cv::Rect>& v_rect, cv::Mat& mat);
26 void Mat_to_vector_Rect2d(cv::Mat& mat, std::vector<cv::Rect2d>& v_rect);
27 void vector_Rect2d_to_Mat(std::vector<cv::Rect2d>& v_rect, cv::Mat& mat);
29 void Mat_to_vector_RotatedRect(cv::Mat& mat, std::vector<cv::RotatedRect>& v_rect);
30 void vector_RotatedRect_to_Mat(std::vector<cv::RotatedRect>& v_rect, cv::Mat& mat);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dvscroll.cpp848 wxRect v_rect, h_rect; in RefreshRowColumn() local
849 v_rect.height = OnGetRowHeight(row); in RefreshRowColumn()
856 v_rect.y += OnGetRowHeight(n); in RefreshRowColumn()
867 v_rect.x = h_rect.x; in RefreshRowColumn()
868 v_rect.width = h_rect.width; in RefreshRowColumn()
873 v_rect.x = 0; in RefreshRowColumn()
904 wxRect v_rect, h_rect; in RefreshRowsColumns() local
911 v_rect.y += OnGetRowHeight(nBefore); in RefreshRowsColumns()
934 v_rect.x = h_rect.x; in RefreshRowsColumns()
935 v_rect.width = h_rect.width; in RefreshRowsColumns()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dvscroll.cpp852 wxRect v_rect, h_rect; in RefreshRowColumn() local
853 v_rect.height = OnGetRowHeight(row); in RefreshRowColumn()
860 v_rect.y += OnGetRowHeight(n); in RefreshRowColumn()
871 v_rect.x = h_rect.x; in RefreshRowColumn()
872 v_rect.width = h_rect.width; in RefreshRowColumn()
877 v_rect.x = 0; in RefreshRowColumn()
908 wxRect v_rect, h_rect; in RefreshRowsColumns() local
915 v_rect.y += OnGetRowHeight(nBefore); in RefreshRowsColumns()
938 v_rect.x = h_rect.x; in RefreshRowsColumns()
939 v_rect.width = h_rect.width; in RefreshRowsColumns()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dvscroll.cpp852 wxRect v_rect, h_rect; in RefreshRowColumn() local
853 v_rect.height = OnGetRowHeight(row); in RefreshRowColumn()
860 v_rect.y += OnGetRowHeight(n); in RefreshRowColumn()
871 v_rect.x = h_rect.x; in RefreshRowColumn()
872 v_rect.width = h_rect.width; in RefreshRowColumn()
877 v_rect.x = 0; in RefreshRowColumn()
908 wxRect v_rect, h_rect; in RefreshRowsColumns() local
915 v_rect.y += OnGetRowHeight(nBefore); in RefreshRowsColumns()
938 v_rect.x = h_rect.x; in RefreshRowsColumns()
939 v_rect.width = h_rect.width; in RefreshRowsColumns()
[all …]
/dports/games/minetest/minetest-5.4.1/src/gui/
H A DStyleSpec.h426 std::vector<std::string> v_rect = split(value, ','); in parseRect() local
428 if (v_rect.size() == 1) { in parseRect()
429 s32 x = stoi(v_rect[0]); in parseRect()
432 } else if (v_rect.size() == 2) { in parseRect()
433 s32 x = stoi(v_rect[0]); in parseRect()
434 s32 y = stoi(v_rect[1]); in parseRect()
438 } else if (v_rect.size() == 4) { in parseRect()
440 stoi(v_rect[0]), stoi(v_rect[1])); in parseRect()
442 stoi(v_rect[2]), stoi(v_rect[3])); in parseRect()
/dports/cad/alliance/alliance/src/rds/src/
H A Drutpoly.c495 …rect_t * v_rect, *h_rect; /* pseudo-tableaux contenant les rectangles presque formes (coordon… local
768 v_rect = (rect_t * )malloc(index_h[nb_x-1] / 2 * sizeof(rect_t));
769 if (v_rect == (rect_t * )NULL) {
785 v = do_v_rectangle(v_rect, (type_l)v, (type_i)i, pos_h, index_h[i], index_h[i+1]);
803 free((char *)v_rect);
814 free((char *)v_rect);
836 nct = do_diagonale(v_rect, (type_l)v, xtab, ytab);
851 free((char *)v_rect);
854 free((char *)v_rect);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/tests/
H A Dtest_extrema.cxx70 float u_rect, v_rect; in test_extrema() local
71 brip_vil_float_ops::max_inscribed_rect(lambda0, lambda1, 45.0f, u_rect, v_rect); in test_extrema()
74 brip_vil_float_ops::max_inscribed_rect(lambda0, lambda1, -45.0f, u_rect, v_rect); in test_extrema()
77 brip_vil_float_ops::max_inscribed_rect(lambda0, lambda1, 90.0f, u_rect, v_rect); in test_extrema()
/dports/graphics/opencv/opencv-4.5.3/samples/android/face-detection/jni/
H A DDetectionBasedTracker_jni.cpp16 inline void vector_Rect_to_Mat(vector<Rect>& v_rect, Mat& mat) in vector_Rect_to_Mat() argument
18 mat = Mat(v_rect, true); in vector_Rect_to_Mat()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil_float_ops.h240 float& u_rect, float& v_rect);
H A Dbrip_vil_float_ops.cxx4292 float& u_rect, float& v_rect) in max_inscribed_rect() argument
4309 v_rect = brip_vil_float_ops::elv(max_phi, lambda0, lambda1, th_rad); in max_inscribed_rect()
4310 v_rect = std::fabs(v_rect); in max_inscribed_rect()
4490 float u_rect, v_rect; in fast_extrema() local
4491 brip_vil_float_ops::max_inscribed_rect(lambda0,lambda1,theta,u_rect,v_rect); in fast_extrema()
4493 int nj_rect = static_cast<int>(v_rect); in fast_extrema()
/dports/games/nethack33/nethack-3.3.1/win/gem/
H A Dwingem1.c354 v_rect(pla[0],pla[1],pla[2],pla[3]); in win_draw_map()
/dports/games/nethack33-nox11/nethack-3.3.1/win/gem/
H A Dwingem1.c354 v_rect(pla[0],pla[1],pla[2],pla[3]); in win_draw_map()
/dports/games/falconseye/falconseye-1.9.3_11/win/gem/
H A Dwingem1.c354 v_rect(pla[0],pla[1],pla[2],pla[3]); in win_draw_map()
/dports/games/xnethack/xNetHack-xnh6.1/outdated/win/gem/
H A Dwingem1.c664 v_rect(pla[0], pla[1], pla[2], pla[3]); in win_draw_map()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/gem/
H A Dwingem1.c665 v_rect(pla[0], pla[1], pla[2], pla[3]); in win_draw_map()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/gem/
H A Dwingem1.c665 v_rect(pla[0], pla[1], pla[2], pla[3]); in win_draw_map()
/dports/games/nethack34-nox11/nethack-3.4.3/win/gem/
H A Dwingem1.c594 v_rect(pla[0],pla[1],pla[2],pla[3]); in win_draw_map()
/dports/games/nethack34/nethack-3.4.3/win/gem/
H A Dwingem1.c594 v_rect(pla[0],pla[1],pla[2],pla[3]); in win_draw_map()
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/gem/
H A Dwingem1.c594 v_rect(pla[0],pla[1],pla[2],pla[3]); in win_draw_map()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gem/
H A Dwingem1.c594 v_rect(pla[0],pla[1],pla[2],pla[3]); in win_draw_map()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/gem/
H A Dwingem1.c594 v_rect(pla[0],pla[1],pla[2],pla[3]); in win_draw_map()
/dports/games/unnethack/unnethack-5.1.0-20131208/win/unsupported/gem/
H A Dwingem1.c594 v_rect(pla[0],pla[1],pla[2],pla[3]); in win_draw_map()