Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c1398 stretch_info.DstRect.w = dst; in MApi_GOP_GWIN_Set_HSCALE_EX()
1402 stretch_info.DstRect.w = src; in MApi_GOP_GWIN_Set_HSCALE_EX()
1452 stretch_info.DstRect.h = dst; in MApi_GOP_GWIN_Set_VSCALE_EX()
1456 stretch_info.DstRect.h = src; in MApi_GOP_GWIN_Set_VSCALE_EX()
4221 stretch_info.DstRect.x = x; in MApi_GOP_GWIN_Set_STRETCHWIN()
4222 stretch_info.DstRect.y = y; in MApi_GOP_GWIN_Set_STRETCHWIN()
4223 stretch_info.DstRect.w = width; in MApi_GOP_GWIN_Set_STRETCHWIN()
4224 stretch_info.DstRect.h = height; in MApi_GOP_GWIN_Set_STRETCHWIN()
H A DapiGOP_priv.h902 GOP_RECT DstRect; member
H A DmapiGOP.c8729 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()