Searched refs:x_trans (Results 1 – 1 of 1) sorted by relevance
/GUIX-v6.2.1/common/src/ |
D | gx_animation_update.c | 93 INT x_trans = 0; in _gx_animation_update() local 193 … animation -> gx_animation_total_steps, &x_trans); in _gx_animation_update() 195 x_trans -= x_current; in _gx_animation_update() 199 x_trans = 0; in _gx_animation_update() 222 … (GX_VALUE)(x_current + x_trans), (GX_VALUE)(y_current + y_trans)); in _gx_animation_update() 232 … _gx_widget_scroll_shift(target, (GX_VALUE)x_trans, (GX_VALUE)y_trans, GX_TRUE); in _gx_animation_update() 233 _gx_widget_block_move(parent, &block, (GX_VALUE)x_trans, (GX_VALUE)y_trans); in _gx_animation_update() 237 _gx_widget_shift(target, (GX_VALUE)x_trans, (GX_VALUE)y_trans, GX_TRUE); in _gx_animation_update() 242 _gx_widget_shift(target, (GX_VALUE)x_trans, (GX_VALUE)y_trans, GX_TRUE); in _gx_animation_update()
|