Searched refs:pixel_width (Results 1 – 2 of 2) sorted by relevance
215 u16 pixel_width; // Width of window, in pixels member
289 handle->pixel_width = (u16)(x2 - x1 + 1); in DEMOWinCreateWindow()294 …handle->char_width = (u16)(((handle->pixel_width)/FONT_CHAR_WIDTH)-1); // Save a column for p… in DEMOWinCreateWindow()297 …handle->x_cal = (u16)((handle->pixel_width - (handle->char_width * FONT_CHAR_WIDTH) + 1) / … in DEMOWinCreateWindow()310 OSReport("pixel_width : %4d\n", handle->pixel_width); in DEMOWinCreateWindow()