Home
last modified time | relevance | path

Searched refs:remain_y (Results 1 – 3 of 3) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlframeset.c164 gint remain_y; in html_frameset_real_calc_size() local
183 remain_y = view_height; in html_frameset_real_calc_size()
203 HTML_OBJECT (frame)->y = view_height + heights[r] - remain_y; in html_frameset_real_calc_size()
210 remain_y -= heights[r]; in html_frameset_real_calc_size()
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_object_box.c1335 int remain_y, i; in _evas_box_layout_flow_horizontal() local
1363 remain_y = h - (priv->pad.v * row_count -1) - (offset_y + max_h); in _evas_box_layout_flow_horizontal()
1365 if (remain_y > 0) in _evas_box_layout_flow_horizontal()
1368 inc_y = priv->align.v * remain_y; in _evas_box_layout_flow_horizontal()
1370 y += remain_y / 2; in _evas_box_layout_flow_horizontal()
1372 inc_y = remain_y / row_count; in _evas_box_layout_flow_horizontal()
1561 int col_size, remain_y; in _evas_box_layout_flow_vertical() local
1564 remain_y = (h - col_height[c]); in _evas_box_layout_flow_vertical()
1569 y += remain_y / 2; in _evas_box_layout_flow_vertical()
1572 (remain_y, col_size, &col_justify, &just_inc); in _evas_box_layout_flow_vertical()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_interface_scrollable.c2640 int remain_x = 0, remain_y = 0; in _elm_scroll_running_momentum_speed_get() local
2655 remain_y = sid->down.dy - sid->down.dy * p; in _elm_scroll_running_momentum_speed_get()
2659 if (vy) *vy = remain_y / remain_dur; in _elm_scroll_running_momentum_speed_get()