Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/objdetect/misc/python/test/
H A Dtest_peopledetect.py55 found_rect = (found_filtered[i][0], found_filtered[i][1],
59 …if intersectionRate(found_rect, testPeople[j][0]) > eps or intersectionRate(found_rect, testPeople…
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmenu.c3136 SDL_Rect * found_rect = NULL, ** pprect = NULL; in doVideoOptions_fix_fullscreen_resolution() local
3142 found_rect = NULL; in doVideoOptions_fix_fullscreen_resolution()
3160 if ( NULL == found_rect || diff < min_diff ) in doVideoOptions_fix_fullscreen_resolution()
3162 found_rect = prect; in doVideoOptions_fix_fullscreen_resolution()
3171 if ( NULL != found_rect ) in doVideoOptions_fix_fullscreen_resolution()
3173 pcfg->scrx_req = found_rect->w; in doVideoOptions_fix_fullscreen_resolution()
3174 pcfg->scry_req = found_rect->h; in doVideoOptions_fix_fullscreen_resolution()