Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/demo/src/
DDEMOWin.c1067 s32 curr_y; in DEMOWinRefresh() local
1070 curr_y = ptr->y2 - FONT_CHAR_HEIGHT - ptr->y_cal; in DEMOWinRefresh()
1071curr_y = curr_y - ( ((ptr->char_height-1)*FONT_CHAR_HEIGHT) - ((ptr->cursor_line)*FONT_CHAR_HEIGHT… in DEMOWinRefresh()
1079 GXPosition3f32( (f32)(ptr->x1), (f32)(curr_y), (f32)(ptr->priority)); in DEMOWinRefresh()
1082 GXPosition3f32( (f32)(ptr->x2), (f32)(curr_y), (f32)(ptr->priority)); in DEMOWinRefresh()
1085 … GXPosition3f32( (f32)(ptr->x2), (f32)(curr_y+FONT_CHAR_HEIGHT), (f32)(ptr->priority)); in DEMOWinRefresh()
1088 … GXPosition3f32( (f32)(ptr->x1), (f32)(curr_y+FONT_CHAR_HEIGHT), (f32)(ptr->priority)); in DEMOWinRefresh()