Searched refs:trans_height (Results 1 – 1 of 1) sorted by relevance
567 INT trans_height; in _gx_text_scroll_wheel_round_draw() local633 trans_height = GX_ABS(ypos + row_height / 2 - ycenter); in _gx_text_scroll_wheel_round_draw()635 if (trans_height == 0) in _gx_text_scroll_wheel_round_draw()637 trans_height = row_height; in _gx_text_scroll_wheel_round_draw()641 trans_height = GX_FIXED_VAL_MAKE(GX_ABS(height * 3 / 4 - trans_height)); in _gx_text_scroll_wheel_round_draw()642 trans_height = 120 * trans_height / height; in _gx_text_scroll_wheel_round_draw()644 trans_height = GX_FIXED_VAL_TO_INT(_gx_utility_math_sin(trans_height) * row_height); in _gx_text_scroll_wheel_round_draw()646 if (trans_height < row_height / 5) in _gx_text_scroll_wheel_round_draw()652 …_define(&draw_area, xpos, ypos, (GX_VALUE)(xpos + width - 1), (GX_VALUE)(ypos + trans_height - 1)); in _gx_text_scroll_wheel_round_draw()654 ypos = (GX_VALUE)(ypos + trans_height); in _gx_text_scroll_wheel_round_draw()[all …]