Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/demo/src/
DDEMOWin.c301 …handle->char_height = (u16)(((handle->pixel_height)/FONT_CHAR_HEIGHT)-2); // Save first line for… in DEMOWinCreateWindow()
304 …->y_cal = (u16)(((handle->pixel_height - FONT_CHAR_HEIGHT) - (handle->char_height * FONT_CHA… in DEMOWinCreateWindow()
952 GXPosition3f32(ptr->x2, ptr->y1+FONT_CHAR_HEIGHT+2, (f32)(ptr->priority)); in DEMOWinRefresh()
955 GXPosition3f32(ptr->x1, ptr->y1+FONT_CHAR_HEIGHT+2, (f32)(ptr->priority)); in DEMOWinRefresh()
1020 y = (u16)(ptr->y2 - FONT_CHAR_HEIGHT - ptr->y_cal); in DEMOWinRefresh()
1029 … y = (u16)(y - FONT_CHAR_HEIGHT); // Decrement y-coord in DEMOWinRefresh()
1076 curr_y = ptr->y2 - FONT_CHAR_HEIGHT - ptr->y_cal; in DEMOWinRefresh()
1077 …curr_y = curr_y - ( ((ptr->char_height-1)*FONT_CHAR_HEIGHT) - ((ptr->cursor_line)*FONT_CHAR_HEIGHT in DEMOWinRefresh()
1091 … GXPosition3f32( (f32)(ptr->x2), (f32)(curr_y+FONT_CHAR_HEIGHT), (f32)(ptr->priority)); in DEMOWinRefresh()
1094 … GXPosition3f32( (f32)(ptr->x1), (f32)(curr_y+FONT_CHAR_HEIGHT), (f32)(ptr->priority)); in DEMOWinRefresh()
/RvlSDK-3.3/include/demo/
DDEMOWin.h101 #define FONT_CHAR_HEIGHT 8 macro
108 #define DEMOWIN_CALC_MENU_HEIGHT_PIXELS(h) (((DEMOWIN_Y_CHAR_PAD+(h))*FONT_CHAR_HEIGHT)+4)