Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c1395 stretch_info.SrcRect.w = src; in MApi_GOP_GWIN_Set_HSCALE_EX()
1449 stretch_info.SrcRect.h = src; in MApi_GOP_GWIN_Set_VSCALE_EX()
4226 stretch_info.SrcRect.x = x; in MApi_GOP_GWIN_Set_STRETCHWIN()
4227 stretch_info.SrcRect.y = y; in MApi_GOP_GWIN_Set_STRETCHWIN()
4228 stretch_info.SrcRect.w = width; in MApi_GOP_GWIN_Set_STRETCHWIN()
4229 stretch_info.SrcRect.h = height; in MApi_GOP_GWIN_Set_STRETCHWIN()
4263 stretch_info.SrcRect.x = u16DispX; in MApi_GOP_GWIN_SetStretchWinPosition()
4264 stretch_info.SrcRect.y = u16DispY; in MApi_GOP_GWIN_SetStretchWinPosition()
H A DmapiGOP.c8719 …ce, gop, enApiGopDst, pStretchInfo->SrcRect.x, pStretchInfo->SrcRect.y,pStretchInfo->SrcRect.w,pSt… in Ioctl_GOP_Set_Stretch()
8724 GOP_SetStretchWinPosition(pInstance,gop, pStretchInfo->SrcRect.x, pStretchInfo->SrcRect.y); in Ioctl_GOP_Set_Stretch()
8729 if(pStretchInfo->SrcRect.w != pStretchInfo->DstRect.w) in Ioctl_GOP_Set_Stretch()
8733 GOP_Set_Hscale(pInstance,gop,bEn,pStretchInfo->SrcRect.w,pStretchInfo->DstRect.w); in Ioctl_GOP_Set_Stretch()
8738 if(pStretchInfo->SrcRect.h != pStretchInfo->DstRect.h) in Ioctl_GOP_Set_Stretch()
8742 GOP_Set_Vscale(pInstance,gop,bEn,pStretchInfo->SrcRect.h,pStretchInfo->DstRect.h); in Ioctl_GOP_Set_Stretch()
8775 pStretchInfo->SrcRect.x = (MS_U32)x; in Ioctl_GOP_Get_Stretch()
8776 pStretchInfo->SrcRect.y = (MS_U32)y; in Ioctl_GOP_Get_Stretch()
8777 pStretchInfo->SrcRect.w = (MS_U32)w; in Ioctl_GOP_Get_Stretch()
8778 pStretchInfo->SrcRect.h = (MS_U32)h; in Ioctl_GOP_Get_Stretch()
H A DapiGOP_priv.h901 GOP_RECT SrcRect; member