Home | History | Annotate | Download | only in src

Lines Matching defs:first

173         CvTrackbar* first;
943 for( trackbar = window->toolbar.first; trackbar != 0; )
1063 // Repeat two times because after the first resizing of the mainhWnd window
1263 // Repeat two times because after the first resizing of the mainhWnd window
1339 if( window->toolbar.first )
1341 GetWindowRect( window->toolbar.first->hwnd, &rect );
1814 CvTrackbar* trackbar = window->toolbar.first;
1984 CvTrackbar* trackbar = window->toolbar.first;
2047 window->toolbar.first = 0;
2065 /* If this is not the first button then we need to
2123 trackbar->next = window->toolbar.first;
2126 window->toolbar.first = trackbar;