Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/src/
Dwindow_carbon.cpp523 Rect stboundsRect; in icvCreateTrackbar() local
585 stboundsRect.top = (INTERWIDGETSPACE +WIDGETHEIGHT)* (c-1)+INTERWIDGETSPACE; in icvCreateTrackbar()
586 stboundsRect.left = INTERWIDGETSPACE; in icvCreateTrackbar()
587 stboundsRect.bottom = stboundsRect.top + WIDGETHEIGHT; in icvCreateTrackbar()
588 stboundsRect.right = stboundsRect.left+LABELWIDTH; in icvCreateTrackbar()
593 …CreateStaticTextControl (window->window,&stboundsRect,CFStringCreateWithCString(NULL,valueinchar,k… in icvCreateTrackbar()
596 stboundsRect.top = (INTERWIDGETSPACE +WIDGETHEIGHT)* (c-1)+INTERWIDGETSPACE; in icvCreateTrackbar()
597 stboundsRect.left = INTERWIDGETSPACE*2+LABELWIDTH; in icvCreateTrackbar()
598 stboundsRect.bottom = stboundsRect.top + WIDGETHEIGHT; in icvCreateTrackbar()
599 stboundsRect.right = bounds.right-INTERWIDGETSPACE; in icvCreateTrackbar()
[all …]