Home | History | Annotate | Download | only in src

Lines Matching refs:hg_windows

211 static CvWindow* hg_windows = 0;
235 hg_windows = 0;
274 CvWindow* window = hg_windows;
286 return window != 0 && hg_windows != 0 &&
814 window->next = hg_windows;
816 if( hg_windows )
817 hg_windows->prev = window;
818 hg_windows = window;
930 hg_windows = window->next;
1840 CvWindow* window = hg_windows;
1911 if( (delay > 0 && abs((int)(GetTickCount() - time0)) >= delay) || hg_windows == 0 )
1922 for( window = hg_windows; window != 0 && is_processed == 0; window = window->next )