Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/demo/src/
DDEMOWin.c455 handle->cap.r = r; in DEMOWinSetWindowColor()
456 handle->cap.g = g; in DEMOWinSetWindowColor()
457 handle->cap.b = b; in DEMOWinSetWindowColor()
458 handle->cap.a = a; in DEMOWinSetWindowColor()
481 handle->cap.r = __DEF_CAP_R; in DEMOWinSetWindowColor()
482 handle->cap.g = __DEF_CAP_G; in DEMOWinSetWindowColor()
483 handle->cap.b = __DEF_CAP_B; in DEMOWinSetWindowColor()
484 handle->cap.a = __DEF_CAP_A; in DEMOWinSetWindowColor()
947 GXColor4u8( ptr->cap.r, ptr->cap.g, ptr->cap.b, 0xff ); in DEMOWinRefresh()
956 GXColor4u8( ptr->cap.r, ptr->cap.g, ptr->cap.b, 0xff ); in DEMOWinRefresh()
/RvlSDK-3.3/include/demo/
DDEMOWin.h233 GXColor cap; member