Home
last modified time | relevance | path

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

/RvlSDK-3.2/include/demo/
DDEMOWin.h112 #define DEMOWIN_FLAG_VISIBLE 0x00000002 macro
/RvlSDK-3.2/build/libraries/demo/src/
DDEMOWin.c414 handle->flags |= DEMOWIN_FLAG_VISIBLE; in DEMOWinOpenWindow()
430 handle->flags &= ~DEMOWIN_FLAG_VISIBLE; in DEMOWinCloseWindow()
892 if (ptr->flags & DEMOWIN_FLAG_VISIBLE) in DEMOWinRefresh()