Searched refs:min_height (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/tv/
H A DVideoView.cpp392 printf("Overlay restrictions: source min_height %d\n",
393 restrict.source.min_height);
409 printf("Overlay restrictions: destination min_height %d\n",
410 restrict.destination.min_height);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h162 void CalcSizes(float min_width, float min_height);
H A DRecorderWindow.cpp194 RecorderWindow::CalcSizes(float min_width, float min_height) argument
200 SetSizeLimits(min_width, width, min_height, rect.Height() - 24);
/haiku/headers/os/interface/
H A DGraphicsDefs.h147 uint16 min_height; member in struct:overlay_rect_limits

Completed in 49 milliseconds