Home
last modified time | relevance | path

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

/dports/games/aisleriot/aisleriot-3.22.19/src/
H A Dar-style.h102 double ar_style_get_card_overhang (ArStyle *style);
H A Dar-style.c104 g_value_set_double (value, ar_style_get_card_overhang (style)); in ar_style_get_property()
730 ar_style_get_card_overhang (ArStyle *style) in ar_style_get_card_overhang() function
H A Dboard-noclutter.c610 dy = (y_from_bottom - (1.0 - ar_style_get_card_overhang (priv->style))) / n_cards; in slot_update_geometry()
620 dx = (x_from_left - (1.0 - ar_style_get_card_overhang (priv->style))) / n_cards; in slot_update_geometry()
632 dx = (x_from_right - (1.0 - ar_style_get_card_overhang (priv->style))) / n_cards; in slot_update_geometry()