Home
last modified time | relevance | path

Searched refs:layout_height (Results 1 – 25 of 126) sorted by relevance

123456

/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dparty_points.graph.cpp217 int layout_width, layout_height; in on_draw() local
220 marker_pixel_size = layout_height / 2; in on_draw()
229 int layout_width, layout_height; in on_draw() local
234 height_names = layout_height; in on_draw()
274 int layout_width, layout_height; in on_draw() local
350 int layout_width, layout_height; in on_draw() local
397 int layout_width, layout_height; in on_draw() local
437 int layout_width, layout_height; in on_draw() local
446 - layout_height); in on_draw()
458 int layout_width, layout_height; in on_draw() local
[all …]
H A Dparty_finished.cpp179 int layout_width, layout_height; in redraw_points_graph() local
180 name_layout->get_pixel_size(layout_width, layout_height); in redraw_points_graph()
181 if (layout_height > max_layout_height) in redraw_points_graph()
182 max_layout_height = layout_height; in redraw_points_graph()
228 int layout_width, layout_height; in redraw_points_graph() local
229 name_layout->get_pixel_size(layout_width, layout_height); in redraw_points_graph()
231 layout_width += 2 * layout_height / 5; in redraw_points_graph()
240 int layout_width, layout_height; in redraw_points_graph() local
241 points_layout->get_pixel_size(layout_width, layout_height); in redraw_points_graph()
243 layout_width += 2 * layout_height / 5; in redraw_points_graph()
[all …]
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/root/res/layout/
H A Dactivity_simple.xml.ftl5 android:layout_height="match_parent"
12 android:layout_height="wrap_content" />
18 android:layout_height="wrap_content"
29 android:layout_height="wrap_content"
38 android:layout_height="wrap_content"
47 android:layout_height="wrap_content"
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/
H A Dactivity_item_detail.xml.ftl5 android:layout_height="match_parent"
13 android:layout_height="@dimen/app_bar_height"
20 android:layout_height="match_parent"
29 android:layout_height="?attr/actionBarSize"
40 android:layout_height="match_parent"
46 android:layout_height="wrap_content"
H A Dfragment_item_list_twopane.xml.ftl5 android:layout_height="match_parent"
23 android:layout_height="match_parent"
33 android:layout_height="match_parent"
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/fragments/GoogleAdMobAdsFragment/root/res/layout/
H A Dfragment_admob.xml.ftl6 android:layout_height="match_parent"
12 android:layout_height="wrap_content"
23 android:layout_height="wrap_content"
36 android:layout_height="wrap_content"
48 android:layout_height="wrap_content"
59 android:layout_height="wrap_content"
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/fragments/FullscreenFragment/root/res/layout/
H A Dfragment_fullscreen.xml.ftl4 android:layout_height="match_parent"
13 android:layout_height="match_parent"
24 android:layout_height="match_parent"
30 android:layout_height="wrap_content"
39 android:layout_height="wrap_content"
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/activities/FullscreenActivity/root/res/layout/
H A Dactivity_fullscreen.xml.ftl4 android:layout_height="match_parent"
13 android:layout_height="match_parent"
24 android:layout_height="match_parent"
30 android:layout_height="wrap_content"
39 android:layout_height="wrap_content"
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/aosd/
H A Daosd_osd.cc147 int max_width, layout_width, layout_height; in aosd_osd_create() local
201 layout_height = log.height; in aosd_osd_create()
216 pos_y += (screen_height - (layout_height + pad_top + pad_bottom)) / 2; in aosd_osd_create()
220 pos_y += (screen_height - (layout_height + pad_top + pad_bottom)) / 2; in aosd_osd_create()
224 pos_y += (screen_height - (layout_height + pad_top + pad_bottom)) / 2; in aosd_osd_create()
228 pos_y += screen_height - (layout_height + pad_top + pad_bottom); in aosd_osd_create()
232 pos_y += screen_height - (layout_height + pad_top + pad_bottom); in aosd_osd_create()
236 pos_y += screen_height - (layout_height + pad_top + pad_bottom); in aosd_osd_create()
251 layout_height + pad_top + pad_bottom ); in aosd_osd_create()
261 osd_data->fade_data.height = layout_height + pad_top + pad_bottom; in aosd_osd_create()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextutil.c112 int layout_height; in gtk_text_util_create_drag_icon() local
147 pango_layout_get_size (layout, &layout_width, &layout_height); in gtk_text_util_create_drag_icon()
151 layout_height / PANGO_SCALE); in gtk_text_util_create_drag_icon()
207 int layout_width, layout_height; in gtk_text_util_create_rich_drag_icon() local
264 gtk_text_layout_get_size (layout, &layout_width, &layout_height); in gtk_text_util_create_rich_drag_icon()
267 layout_height = MIN (layout_height, DRAG_ICON_MAX_HEIGHT); in gtk_text_util_create_rich_drag_icon()
278 0, 0, layout_width, layout_height); in gtk_text_util_create_rich_drag_icon()
281 …ut_snapshot (layout, widget, snapshot, &(GdkRectangle) { 0, 0, layout_width, layout_height }, 1.0); in gtk_text_util_create_rich_drag_icon()
286 …le = gtk_snapshot_free_to_paintable (snapshot, &(graphene_size_t) { layout_width, layout_height }); in gtk_text_util_create_rich_drag_icon()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextutil.c214 gint layout_width, layout_height; in _gtk_text_util_create_drag_icon() local
225 pango_layout_get_size (layout, &layout_width, &layout_height); in _gtk_text_util_create_drag_icon()
233 pango_layout_get_size (layout, &layout_width, &layout_height); in _gtk_text_util_create_drag_icon()
236 pixmap_height = layout_height / PANGO_SCALE; in _gtk_text_util_create_drag_icon()
292 gint layout_width, layout_height; in _gtk_text_util_create_rich_drag_icon() local
349 gtk_text_layout_get_size (layout, &layout_width, &layout_height); in _gtk_text_util_create_rich_drag_icon()
352 layout_height = MIN (layout_height, DRAG_ICON_MAX_HEIGHT); in _gtk_text_util_create_rich_drag_icon()
356 layout_width, layout_height); in _gtk_text_util_create_rich_drag_icon()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextutil.c217 gint layout_width, layout_height; in _gtk_text_util_create_drag_icon() local
227 pango_layout_get_size (layout, &layout_width, &layout_height); in _gtk_text_util_create_drag_icon()
235 pango_layout_get_size (layout, &layout_width, &layout_height); in _gtk_text_util_create_drag_icon()
238 pixmap_height = layout_height / PANGO_SCALE + DRAG_ICON_LAYOUT_BORDER * 2; in _gtk_text_util_create_drag_icon()
286 gint layout_width, layout_height; in _gtk_text_util_create_rich_drag_icon() local
344 gtk_text_layout_get_size (layout, &layout_width, &layout_height); in _gtk_text_util_create_rich_drag_icon()
347 layout_height = MIN (layout_height, DRAG_ICON_MAX_HEIGHT); in _gtk_text_util_create_rich_drag_icon()
350 pixmap_height = layout_height + DRAG_ICON_LAYOUT_BORDER * 2; in _gtk_text_util_create_rich_drag_icon()
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/display/
H A Dwindow_download_list.cc98 int layout_height; in redraw() local
102 layout_height = 3; in redraw()
104 layout_height = 1; in redraw()
115 m_canvas->height() / layout_height); in redraw()
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/fragments/BlankFragment/root/res/layout/
H A Dfragment_blank.xml.ftl4 android:layout_height="match_parent"
10 android:layout_height="match_parent"
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/other/CustomView/root/res/layout/
H A Dsample.xml.ftl5 android:layout_height="match_parent">
10 android:layout_height="300dp"
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/activities/TabbedActivity/root/res/layout/
H A Dfragment_simple.xml.ftl6 android:layout_height="match_parent"
12 android:layout_height="wrap_content"
/dports/audio/rhythmbox/rhythmbox-3.4.4/widgets/
H A Drb-segmented-bar.c73 guint layout_height; member
109 gint layout_height; member
293 height = MAX (MINIMUM_HEIGHT + priv->bar_label_spacing + priv->layout_height, height); in rb_segmented_bar_get_preferred_height()
369 priv->layout_height = 0; in compute_layout_size()
403 segment->layout_height = MAX (height, priv->segment_box_size*2); in compute_layout_size()
409 priv->layout_height = MAX (priv->layout_height, segment->layout_height); in compute_layout_size()
433 new_allocation.height = MAX (priv->bar_height + priv->bar_label_spacing + priv->layout_height, in rb_segmented_bar_size_allocate()
712 int layout_height; in rb_segmented_bar_render_labels() local
744 &layout_width, &layout_height); in rb_segmented_bar_render_labels()
764 cairo_move_to (context, x, layout_height); in rb_segmented_bar_render_labels()
[all …]
/dports/graphics/evince/evince-41.3/cut-n-paste/libgd/
H A Dgd-icon-utils.c78 gint layout_width, layout_height; in gd_create_surface_with_counter() local
130 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
133 scale = (emblem_size * 0.50) / (MAX (layout_width, layout_height)); in gd_create_surface_with_counter()
148 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
152 emblem_size / 2 - layout_height / 2); in gd_create_surface_with_counter()
/dports/multimedia/totem/totem-3.38.2/subprojects/libgd/libgd/
H A Dgd-icon-utils.c78 gint layout_width, layout_height; in gd_create_surface_with_counter() local
130 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
133 scale = (emblem_size * 0.50) / (MAX (layout_width, layout_height)); in gd_create_surface_with_counter()
148 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
152 emblem_size / 2 - layout_height / 2); in gd_create_surface_with_counter()
/dports/editors/gedit/gedit-40.1/subprojects/libgd/libgd/
H A Dgd-icon-utils.c78 gint layout_width, layout_height; in gd_create_surface_with_counter() local
130 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
133 scale = (emblem_size * 0.50) / (MAX (layout_width, layout_height)); in gd_create_surface_with_counter()
148 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
152 emblem_size / 2 - layout_height / 2); in gd_create_surface_with_counter()
/dports/deskutils/gnome-photos/gnome-photos-40.0/subprojects/libgd/libgd/
H A Dgd-icon-utils.c78 gint layout_width, layout_height; in gd_create_surface_with_counter() local
130 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
133 scale = (emblem_size * 0.50) / (MAX (layout_width, layout_height)); in gd_create_surface_with_counter()
148 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
152 emblem_size / 2 - layout_height / 2); in gd_create_surface_with_counter()
/dports/audio/gradio/Gradio-7.3/external/gd/libgd/
H A Dgd-icon-utils.c78 gint layout_width, layout_height; in gd_create_surface_with_counter() local
130 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
133 scale = (emblem_size * 0.50) / (MAX (layout_width, layout_height)); in gd_create_surface_with_counter()
148 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
152 emblem_size / 2 - layout_height / 2); in gd_create_surface_with_counter()
/dports/deskutils/gnome-documents/gnome-documents-3.34.0/subprojects/libgd/libgd/
H A Dgd-icon-utils.c78 gint layout_width, layout_height; in gd_create_surface_with_counter() local
130 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
133 scale = (emblem_size * 0.50) / (MAX (layout_width, layout_height)); in gd_create_surface_with_counter()
148 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
152 emblem_size / 2 - layout_height / 2); in gd_create_surface_with_counter()
/dports/x11-fm/nautilus/nautilus-41.1/subprojects/libgd/libgd/
H A Dgd-icon-utils.c78 gint layout_width, layout_height; in gd_create_surface_with_counter() local
130 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
133 scale = (emblem_size * 0.50) / (MAX (layout_width, layout_height)); in gd_create_surface_with_counter()
148 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in gd_create_surface_with_counter()
152 emblem_size / 2 - layout_height / 2); in gd_create_surface_with_counter()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/views/
H A Dgcal-year-view.c759 gint layout_width, layout_height, i, j, sw; in draw_month_grid() local
795 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in draw_month_grid()
854 pango_layout_get_pixel_size (layout, &layout_width, &layout_height); in draw_month_grid()
855 box_padding_top = (box_side - layout_height) / 2 > 0 ? (box_side - layout_height) / 2 : 0; in draw_month_grid()
938 box_padding_top = (box_side - layout_height) / 2 > 0 ? (box_side - layout_height) / 2 : 0; in draw_month_grid()
945 layout_width + 4.0, layout_height + 2.0); in draw_month_grid()
961 box_padding_top = (box_side - layout_height) / 2 > 0 ? (box_side - layout_height) / 2 : 0; in draw_month_grid()
1045 … box_padding_top = (box_side - layout_height) / 2.0 > 0 ? (box_side - layout_height) / 2.0 : 0; in draw_month_grid()
1051layout_height + WEEK_NUMBER_MARGIN * 2, layout_height + WEEK_NUMBER_MARGIN * 2); in draw_month_grid()
1080 gint header_height, layout_width, layout_height; in draw_navigator() local
[all …]

123456