Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/demo/src/
DDEMOWin.c298 …handle->char_height = (u16)(((handle->pixel_height)/FONT_CHAR_HEIGHT)-2); // Save first line for… in DEMOWinCreateWindow()
301 …->y_cal = (u16)(((handle->pixel_height - FONT_CHAR_HEIGHT) - (handle->char_height * FONT_CHA… in DEMOWinCreateWindow()
949 GXPosition3f32(ptr->x2, ptr->y1+FONT_CHAR_HEIGHT+2, (f32)(ptr->priority)); in DEMOWinRefresh()
952 GXPosition3f32(ptr->x1, ptr->y1+FONT_CHAR_HEIGHT+2, (f32)(ptr->priority)); in DEMOWinRefresh()
1017 y = (u16)(ptr->y2 - FONT_CHAR_HEIGHT - ptr->y_cal); in DEMOWinRefresh()
1026 … y = (u16)(y - FONT_CHAR_HEIGHT); // Decrement y-coord in DEMOWinRefresh()
1073 curr_y = ptr->y2 - FONT_CHAR_HEIGHT - ptr->y_cal; in DEMOWinRefresh()
1074 …curr_y = curr_y - ( ((ptr->char_height-1)*FONT_CHAR_HEIGHT) - ((ptr->cursor_line)*FONT_CHAR_HEIGHT in DEMOWinRefresh()
1088 … GXPosition3f32( (f32)(ptr->x2), (f32)(curr_y+FONT_CHAR_HEIGHT), (f32)(ptr->priority)); in DEMOWinRefresh()
1091 … GXPosition3f32( (f32)(ptr->x1), (f32)(curr_y+FONT_CHAR_HEIGHT), (f32)(ptr->priority)); in DEMOWinRefresh()
/RvlSDK-3.2/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)