Searched refs:FONT_CHAR_HEIGHT (Results 1 – 2 of 2) sorted by relevance
295 …handle->char_height = (u16)(((handle->pixel_height)/FONT_CHAR_HEIGHT)-2); // save first line for… in DEMOWinCreateWindow()298 …->y_cal = (u16)(((handle->pixel_height - FONT_CHAR_HEIGHT) - (handle->char_height * FONT_CHA… in DEMOWinCreateWindow()946 GXPosition3f32(ptr->x2, ptr->y1+FONT_CHAR_HEIGHT+2, (f32)(ptr->priority)); in DEMOWinRefresh()949 GXPosition3f32(ptr->x1, ptr->y1+FONT_CHAR_HEIGHT+2, (f32)(ptr->priority)); in DEMOWinRefresh()1014 y = (u16)(ptr->y2 - FONT_CHAR_HEIGHT - ptr->y_cal); in DEMOWinRefresh()1023 … y = (u16)(y - FONT_CHAR_HEIGHT); // decrement y-coord in DEMOWinRefresh()1070 curr_y = ptr->y2 - FONT_CHAR_HEIGHT - ptr->y_cal; in DEMOWinRefresh()1071 …curr_y = curr_y - ( ((ptr->char_height-1)*FONT_CHAR_HEIGHT) - ((ptr->cursor_line)*FONT_CHAR_HEIGHT… 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()
101 #define FONT_CHAR_HEIGHT 8 macro108 #define DEMOWIN_CALC_MENU_HEIGHT_PIXELS(h) (((DEMOWIN_Y_CHAR_PAD+(h))*FONT_CHAR_HEIGHT)+4)