Searched refs:min_width (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/pulse/
H A DPulseApp.cpp311 int min_width = GetMinimumViewWidth(); local
312 if (width < min_width) {
313 pulseapp->fPrefs->deskbar_icon_width = min_width;
314 width = min_width;
H A DConfigView.cpp310 int min_width = GetMinimumViewWidth(); local
311 if (width < min_width || width > 50) {
313 if (width < min_width) {
314 snprintf(temp, 12, "%d", min_width);
315 width = min_width;
/haiku/src/apps/tv/
H A DVideoView.cpp388 printf("Overlay restrictions: source min_width %d\n",
389 restrict.source.min_width);
405 printf("Overlay restrictions: destination min_width %d\n",
406 restrict.destination.min_width);
/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.h145 uint16 min_width; member in struct:overlay_rect_limits
/haiku/headers/libs/agg/
H A Dagg_renderer_outline_aa.h1298 void min_width(double w) { m_min_width = w; } function in class:agg::line_profile_aa
1318 double min_width() const { return m_min_width; } function in class:agg::line_profile_aa

Completed in 164 milliseconds