Home
last modified time | relevance | path

Searched refs:min_height (Results 1 – 25 of 2698) sorted by relevance

12345678910>>...108

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/widgets/
H A Ddzl-scrolled-window.c35 gint *min_height, in G_DEFINE_TYPE()
45 g_assert (min_height != NULL); in G_DEFINE_TYPE()
55 *min_height = 0; in G_DEFINE_TYPE()
60 gtk_widget_get_preferred_height_for_width (child, width, min_height, nat_height); in G_DEFINE_TYPE()
63 *min_height = MAX (*min_height, min_content_height); in G_DEFINE_TYPE()
65 *min_height = 1; in G_DEFINE_TYPE()
70 *nat_height = MAX (*min_height, *nat_height); in G_DEFINE_TYPE()
78 if (*nat_height > width && *min_height < (width / 5 * 3)) in G_DEFINE_TYPE()
79 *min_height = (width / 5 * 3); in G_DEFINE_TYPE()
81 *min_height += border_width * 2; in G_DEFINE_TYPE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/toolbar_container/
H A Dtoolbar_height_range.mm17 HeightRange::HeightRange(CGFloat min_height, CGFloat max_height)
18 : min_height_(min_height), max_height_(max_height) {}
23 return min_height() + progress * delta();
27 return AreCGFloatsEqual(min_height(), other.min_height()) &&
36 return HeightRange(min_height() + other.min_height(),
41 return HeightRange(min_height() - other.min_height(),
46 min_height_ += other.min_height();
52 min_height_ -= other.min_height();
/dports/graphics/clutter/clutter-1.26.4/tests/conform/
H A Dactor-size.c86 gfloat min_width, min_height; in actor_preferred_size() local
96 &min_width, &min_height, in actor_preferred_size()
102 g_assert_cmpfloat (min_height, ==, 100); in actor_preferred_size()
104 g_assert_cmpfloat (nat_height, ==, min_height); in actor_preferred_size()
119 g_assert_cmpfloat (min_height, !=, 10); in actor_preferred_size()
133 clutter_actor_get_preferred_height (test, 10, &min_height, &nat_height); in actor_preferred_size()
135 g_assert_cmpfloat (min_height, ==, 50); in actor_preferred_size()
147 gfloat min_width, min_height; in actor_fixed_size() local
181 &min_width, &min_height, in actor_fixed_size()
188 g_assert_cmpfloat (min_height, ==, 100); in actor_fixed_size()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/conform/
H A Dactor-size.c88 gfloat min_width, min_height; in actor_preferred_size() local
98 &min_width, &min_height, in actor_preferred_size()
104 g_assert_cmpfloat (min_height, ==, 100); in actor_preferred_size()
106 g_assert_cmpfloat (nat_height, ==, min_height); in actor_preferred_size()
121 g_assert_cmpfloat (min_height, !=, 10); in actor_preferred_size()
135 clutter_actor_get_preferred_height (test, 10, &min_height, &nat_height); in actor_preferred_size()
137 g_assert_cmpfloat (min_height, ==, 50); in actor_preferred_size()
149 gfloat min_width, min_height; in actor_fixed_size() local
183 &min_width, &min_height, in actor_fixed_size()
190 g_assert_cmpfloat (min_height, ==, 100); in actor_fixed_size()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/conform/
H A Dactor-size.c86 gfloat min_width, min_height; in actor_preferred_size() local
96 &min_width, &min_height, in actor_preferred_size()
102 g_assert_cmpfloat (min_height, ==, 100); in actor_preferred_size()
104 g_assert_cmpfloat (nat_height, ==, min_height); in actor_preferred_size()
119 g_assert_cmpfloat (min_height, !=, 10); in actor_preferred_size()
133 clutter_actor_get_preferred_height (test, 10, &min_height, &nat_height); in actor_preferred_size()
135 g_assert_cmpfloat (min_height, ==, 50); in actor_preferred_size()
147 gfloat min_width, min_height; in actor_fixed_size() local
181 &min_width, &min_height, in actor_fixed_size()
188 g_assert_cmpfloat (min_height, ==, 100); in actor_fixed_size()
[all …]
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Dtable.h17 int min_height; member
21 min_height = 0; in table_row()
33 min_height = 0; in table_row()
48 min_height = val.min_height; in table_row()
60 min_height = val.min_height; in table_row()
151 int min_height; member
161 min_height = 0; in table_cell()
179 min_height = val.min_height; in table_cell()
193 min_height = val.min_height; in table_cell()

12345678910>>...108