Home
last modified time | relevance | path

Searched refs:DEMOWinSetWindowColor (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-2.1/build/demos/dvddemo/src/
Dselectfile.c97 DEMOWinSetWindowColor(handle, DEMOWIN_COLOR_CAPTION, in SelectFile()
115 DEMOWinSetWindowColor(handle, DEMOWIN_COLOR_RESET, 0, 0, 0, 0); in SelectFile()
Derrorhandling.c485 DEMOWinSetWindowColor(handle, DEMOWIN_COLOR_CAPTION, in PickNumber()
492 DEMOWinSetWindowColor(handle, DEMOWIN_COLOR_RESET, 0, 0, 0, 0); in PickNumber()
/RvlSDK-2.1/include/demo/
DDEMOWin.h380 void DEMOWinSetWindowColor (DEMOWinInfo *handle, u32 item, u8 r, u8 g, u8 b, u8 a);
/RvlSDK-2.1/build/libraries/demo/src/
DDEMOWin.c343 DEMOWinSetWindowColor(handle, DEMOWIN_COLOR_RESET, 0, 0, 0, 0); in DEMOWinCreateWindow()
441 void DEMOWinSetWindowColor(DEMOWinInfo *handle, u32 item, u8 r, u8 g, u8 b, u8 a) in DEMOWinSetWindowColor() function