Searched refs:max_height (Results 1 – 15 of 15) sorted by relevance
36 int max_height = gdk_screen_get_height(screen) * kPanelMaxHeightFactor; in LimitBounds() local50 else if (bounds->height() > max_height) in LimitBounds()51 bounds->set_height(max_height); in LimitBounds()
166 int max_height = height() - GetInsets().height(); in Layout() local167 int vertical_center = GetInsets().top() + max_height / 2; in Layout()
46 macro(max_height, "max-height") \
586 (size_enum.stepwise.max_height - size_enum.stepwise.min_height) / in _camera_device_enum_format_sizes()631 h <= size_enum.stepwise.max_height; in _camera_device_enum_format_sizes()647 (size_enum.stepwise.min_height + size_enum.stepwise.max_height) / 2; in _camera_device_enum_format_sizes()651 arr[out_num].height = size_enum.stepwise.max_height; in _camera_device_enum_format_sizes()
364 size_t max_height() const { return max_height_; } in max_height() function386 partition_.AllocateClasses(hvisitor.max_height() + 1); in Initialize()
377 size_t max_height() const { return max_height_; } in max_height() function399 partition_.AllocateClasses(hvisitor.max_height() + 1); in Initialize()
77 (r.source.max_height < height)) { in BE_GetOverlayBitmap()
236 …mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_de…
574 size_hints->min_height = size_hints->max_height = (int)image_height; in rpng_x_create_window()
952 size_hints->min_height = size_hints->max_height = in rpng2_x_create_window()
809 int max_height = ShouldBeFloating() ? in AnimationProgressed() local813 (max_height - kBookmarkBarMinimumHeight)) + in AnimationProgressed()
783 hints->max_height = 4096; in X11_SetSizeHints()787 hints->min_height = hints->max_height = h; in X11_SetSizeHints()
455 __u32 max_height; /* Maximum frame height [pixel] */ member
285 …mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_de… in FLAC__metadata_get_picture() argument313 obj->data.picture.height <= max_height && in FLAC__metadata_get_picture()
2917 int max_height = gdk_screen_get_height(screen) * kPopupMaxHeightFactor; in AddNewContents() local2919 initial_pos.height() > max_height || initial_pos.height() == 0) { in AddNewContents()