Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c7151 PGOP_TRANSCOLOR ptrans_clr; in Ioctl_GOP_SetProperty() local
7162 ptrans_clr = (PGOP_TRANSCOLOR)pSet; in Ioctl_GOP_SetProperty()
7164 clr = ptrans_clr->color; in Ioctl_GOP_SetProperty()
7165 fmt = ptrans_clr->fmt; in Ioctl_GOP_SetProperty()
7167 if(ptrans_clr->transclr_property == EN_TRANSCLR_SET_COLOR) in Ioctl_GOP_SetProperty()
7190 fullclr = ptrans_clr->color; in Ioctl_GOP_SetProperty()
7202 else if(ptrans_clr->transclr_property == EN_TRANSCLR_ENABLE) in Ioctl_GOP_SetProperty()
7205 MDrv_GOP_GWIN_EnableTransClr(g_pGOPCtxLocal,gop, (GOP_TransClrFmt)fmt,ptrans_clr->bEn); in Ioctl_GOP_SetProperty()