Home | History | Annotate | Download | only in src

Lines Matching defs:first

297     // the case the first time cvShowImage called or when AUTOSIZE
539 CvTrackbar* first;
1210 for( trackbar = window->toolbar.first; trackbar != 0; )
1384 CvTrackbar* trackbar = window->toolbar.first;
1430 trackbar->next = window->toolbar.first;
1431 window->toolbar.first = trackbar;