Searched refs:pixel_height (Results 1 – 2 of 2) sorted by relevance
216 u16 pixel_height; // Height of window, in pixels member
293 handle->pixel_height = (u16)(y2 - y1 + 1); in DEMOWinCreateWindow()298 …handle->char_height = (u16)(((handle->pixel_height)/FONT_CHAR_HEIGHT)-2); // Save first line for… in DEMOWinCreateWindow()301 …handle->y_cal = (u16)(((handle->pixel_height - FONT_CHAR_HEIGHT) - (handle->char_height * FO… in DEMOWinCreateWindow()314 OSReport("pixel_height: %4d\n", handle->pixel_height); in DEMOWinCreateWindow()