Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c7153 MS_U32 fullclr = 0; in Ioctl_GOP_SetProperty() local
7172 fullclr = ((clr>>10)&0x1f)<<3; // R in Ioctl_GOP_SetProperty()
7173 fullclr |= ((clr>>12)&0x7); in Ioctl_GOP_SetProperty()
7174 fullclr = fullclr << 8; in Ioctl_GOP_SetProperty()
7175 fullclr |= ((clr>>5)&0x1f)<<3; // G in Ioctl_GOP_SetProperty()
7176 fullclr |= ((clr>>7)&0x7); in Ioctl_GOP_SetProperty()
7177 fullclr = fullclr << 8; in Ioctl_GOP_SetProperty()
7178 fullclr |= (clr&0x1f)<<3; // B in Ioctl_GOP_SetProperty()
7179 fullclr |= ((clr>>2)&0x7); // B in Ioctl_GOP_SetProperty()
7180 MDrv_GOP_GWIN_SetTransClr_8888(g_pGOPCtxLocal,gop, fullclr, 0); in Ioctl_GOP_SetProperty()
[all …]