Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c7281 GOP_SCROLL_INFO scroll_info; in MApi_GOP_GWIN_SetScrollType() local
7283 scroll_info.u8WinId = u8WinId; in MApi_GOP_GWIN_SetScrollType()
7284 scroll_info.type = type; in MApi_GOP_GWIN_SetScrollType()
7285 scroll_info.u16Offset = u16Offset; in MApi_GOP_GWIN_SetScrollType()
7286 scroll_info.bEnable = bEnable; in MApi_GOP_GWIN_SetScrollType()
7289 ioctl_info.pCfg = (MS_U32*)&scroll_info; in MApi_GOP_GWIN_SetScrollType()