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

/haiku/src/apps/tv/
H A DVideoView.cpp394 printf("Overlay restrictions: source max_height %d\n",
395 restrict.source.max_height);
411 printf("Overlay restrictions: destination max_height %d\n",
412 restrict.destination.max_height);
H A DMainWin.cpp726 float max_height = fBackground->Bounds().Height() + 1.0f; local
729 float factor = min_c(max_width / scaled_width, max_height
734 int y_ofs = (int(max_height) - render_height) / 2;
738 "x-ofs %d, y-ofs %d\n", max_width, max_height, fSourceWidth,
775 float max_height = Bounds().Height() + 1.0f - (fNoMenu ? 0 local
781 || scaled_height > max_height)) {
799 "display %d x %d\n", int(max_width), int(max_height),
/haiku/headers/os/interface/
H A DGraphicsDefs.h148 uint16 max_height; member in struct:overlay_rect_limits
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp872 uint32 max_height = active_rect.Height(); local
875 max_height /= 2;
878 format->u.raw_video.display.line_count > max_height )

Completed in 61 milliseconds