Searched refs:cap (Results 1 – 2 of 2) sorted by relevance
449 handle->cap.r = r; in DEMOWinSetWindowColor()450 handle->cap.g = g; in DEMOWinSetWindowColor()451 handle->cap.b = b; in DEMOWinSetWindowColor()452 handle->cap.a = a; in DEMOWinSetWindowColor()475 handle->cap.r = __DEF_CAP_R; in DEMOWinSetWindowColor()476 handle->cap.g = __DEF_CAP_G; in DEMOWinSetWindowColor()477 handle->cap.b = __DEF_CAP_B; in DEMOWinSetWindowColor()478 handle->cap.a = __DEF_CAP_A; in DEMOWinSetWindowColor()941 GXColor4u8( ptr->cap.r, ptr->cap.g, ptr->cap.b, 0xff ); in DEMOWinRefresh()950 GXColor4u8( ptr->cap.r, ptr->cap.g, ptr->cap.b, 0xff ); in DEMOWinRefresh()
233 GXColor cap; member