Searched refs:y_cal (Results 1 – 2 of 2) sorted by relevance
213 u16 y_cal; // Corrective offset, for centering window contents vertically member
301 …handle->y_cal = (u16)(((handle->pixel_height - FONT_CHAR_HEIGHT) - (handle->char_height * FO… in DEMOWinCreateWindow()318 OSReport("y_cal : %4d\n", handle->y_cal); in DEMOWinCreateWindow()1017 y = (u16)(ptr->y2 - FONT_CHAR_HEIGHT - ptr->y_cal); in DEMOWinRefresh()1073 curr_y = ptr->y2 - FONT_CHAR_HEIGHT - ptr->y_cal; in DEMOWinRefresh()