Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/demo/src/
DDEMOWin.c452 handle->cap.r = r; in DEMOWinSetWindowColor()
453 handle->cap.g = g; in DEMOWinSetWindowColor()
454 handle->cap.b = b; in DEMOWinSetWindowColor()
455 handle->cap.a = a; in DEMOWinSetWindowColor()
478 handle->cap.r = __DEF_CAP_R; in DEMOWinSetWindowColor()
479 handle->cap.g = __DEF_CAP_G; in DEMOWinSetWindowColor()
480 handle->cap.b = __DEF_CAP_B; in DEMOWinSetWindowColor()
481 handle->cap.a = __DEF_CAP_A; in DEMOWinSetWindowColor()
944 GXColor4u8( ptr->cap.r, ptr->cap.g, ptr->cap.b, 0xff ); in DEMOWinRefresh()
953 GXColor4u8( ptr->cap.r, ptr->cap.g, ptr->cap.b, 0xff ); in DEMOWinRefresh()
/RvlSDK-3.2/include/demo/
DDEMOWin.h233 GXColor cap; member