Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/include/demo/
DDEMOWin.h216 u16 pixel_height; // Height of window, in pixels member
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOWin.c293 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()