Searched refs:max_width (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/tv/
H A DMainWin.cpp725 float max_width = fBackground->Bounds().Width() + 1.0f; local
729 float factor = min_c(max_width / scaled_width, max_height
733 int x_ofs = (int(max_width) - render_width) / 2;
738 "x-ofs %d, y-ofs %d\n", max_width, max_height, fSourceWidth,
774 float max_width = Bounds().Width() + 1.0f; local
780 if (!user_resized && (scaled_width > max_width
794 int new_width = int(max_width);
795 int new_height = int(max_width / display_aspect_ratio + 0.5);
799 "display %d x %d\n", int(max_width), int(max_height),
H A DVideoView.cpp390 printf("Overlay restrictions: source max_width %d\n",
391 restrict.source.max_width);
407 printf("Overlay restrictions: destination max_width %d\n",
408 restrict.destination.max_width);
/haiku/headers/os/interface/
H A DGraphicsDefs.h146 uint16 max_width; member in struct:overlay_rect_limits

Completed in 46 milliseconds