Lines Matching refs:DispWin
407 ST_DMS_WINDOW DispWin = {0, 0, 0, 0};; in _DMS_Update_DS_Table() local
413 DispWin.u32x = pDMSResPri->stDrvDMS.stDisplayWin[Overlay_ID].u32x; in _DMS_Update_DS_Table()
414 DispWin.u32y = pDMSResPri->stDrvDMS.stDisplayWin[Overlay_ID].u32y; in _DMS_Update_DS_Table()
415 DispWin.u32width = pDMSResPri->stDrvDMS.stDisplayWin[Overlay_ID].u32width; in _DMS_Update_DS_Table()
416 DispWin.u32height = pDMSResPri->stDrvDMS.stDisplayWin[Overlay_ID].u32height; in _DMS_Update_DS_Table()
657 Wrapper_SurfaceVideoSizeChange(Overlay_ID, DispWin.x, in _DMS_Update_DS_Table()
658 DispWin.y, DispWin.width, DispWin.height, u16SrcWidth[Overlay_ID], in _DMS_Update_DS_Table()
664 DispWin.u32x = gDMSCtrl[Overlay_ID].panelWidth - (DispWin.u32x + DispWin.u32width); in _DMS_Update_DS_Table()
668 DispWin.u32y = gDMSCtrl[Overlay_ID].panelHeight - (DispWin.u32y + DispWin.u32height); in _DMS_Update_DS_Table()
673 (int)DispWin.u32x, (int)DispWin.u32y, (int)DispWin.u32width, (int)DispWin.u32height, in _DMS_Update_DS_Table()
682 stXC_SetWin_Info.stDispWin.x = DispWin.u32x; in _DMS_Update_DS_Table()
683 stXC_SetWin_Info.stDispWin.y = DispWin.u32y; in _DMS_Update_DS_Table()
684 stXC_SetWin_Info.stDispWin.width = DispWin.u32width; in _DMS_Update_DS_Table()
685 stXC_SetWin_Info.stDispWin.height = DispWin.u32height; in _DMS_Update_DS_Table()