Searched refs:bkgnd (Results 1 – 2 of 2) sorted by relevance
463 handle->bkgnd.r = r; in DEMOWinSetWindowColor()464 handle->bkgnd.g = g; in DEMOWinSetWindowColor()465 handle->bkgnd.b = b; in DEMOWinSetWindowColor()466 handle->bkgnd.a = a; in DEMOWinSetWindowColor()470 handle->bkgnd.r = __DEF_BKGND_R; in DEMOWinSetWindowColor()471 handle->bkgnd.g = __DEF_BKGND_G; in DEMOWinSetWindowColor()472 handle->bkgnd.b = __DEF_BKGND_B; in DEMOWinSetWindowColor()473 handle->bkgnd.a = __DEF_BKGND_A; in DEMOWinSetWindowColor()924 GXColor4u8( ptr->bkgnd.r, ptr->bkgnd.g, ptr->bkgnd.b, ptr->bkgnd.a ); in DEMOWinRefresh()927 GXColor4u8( ptr->bkgnd.r, ptr->bkgnd.g, ptr->bkgnd.b, ptr->bkgnd.a ); in DEMOWinRefresh()[all …]
232 GXColor bkgnd; member