Searched refs:bkgnd (Results 1 – 2 of 2) sorted by relevance
466 handle->bkgnd.r = r; in DEMOWinSetWindowColor()467 handle->bkgnd.g = g; in DEMOWinSetWindowColor()468 handle->bkgnd.b = b; in DEMOWinSetWindowColor()469 handle->bkgnd.a = a; in DEMOWinSetWindowColor()473 handle->bkgnd.r = __DEF_BKGND_R; in DEMOWinSetWindowColor()474 handle->bkgnd.g = __DEF_BKGND_G; in DEMOWinSetWindowColor()475 handle->bkgnd.b = __DEF_BKGND_B; in DEMOWinSetWindowColor()476 handle->bkgnd.a = __DEF_BKGND_A; in DEMOWinSetWindowColor()927 GXColor4u8( ptr->bkgnd.r, ptr->bkgnd.g, ptr->bkgnd.b, ptr->bkgnd.a ); in DEMOWinRefresh()930 GXColor4u8( ptr->bkgnd.r, ptr->bkgnd.g, ptr->bkgnd.b, ptr->bkgnd.a ); in DEMOWinRefresh()[all …]
232 GXColor bkgnd; member