Lines Matching refs:stDisplayWin

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()
1297 memcpy(&pDMSResPri->stDrvDMS.stDisplayWin[u32Window], in _MDrv_DMS_SetWin()
1325 if (pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32x < 0) { in _MDrv_DMS_SetWin()
1326 pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32x = 0; in _MDrv_DMS_SetWin()
1328 pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32x = in _MDrv_DMS_SetWin()
1329 ((pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32x * u32PanelWidth) in _MDrv_DMS_SetWin()
1333 pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32width = in _MDrv_DMS_SetWin()
1334 ((pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32width * u32PanelWidth) in _MDrv_DMS_SetWin()
1336 if (pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32width > u32PanelWidth) { in _MDrv_DMS_SetWin()
1337 pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32width = u32PanelWidth; in _MDrv_DMS_SetWin()
1340 if (pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32y < 0) { in _MDrv_DMS_SetWin()
1341 pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32y = 0; in _MDrv_DMS_SetWin()
1343 pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32y = in _MDrv_DMS_SetWin()
1344 ((pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32y * u32PanelHeight) in _MDrv_DMS_SetWin()
1348 pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32height = in _MDrv_DMS_SetWin()
1349 ((pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32height * u32PanelHeight) in _MDrv_DMS_SetWin()
1351 if (pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32height > u32PanelHeight) { in _MDrv_DMS_SetWin()
1352 pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32height = u32PanelHeight; in _MDrv_DMS_SetWin()
1356 (int)pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32x, in _MDrv_DMS_SetWin()
1357 (int)pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32y, in _MDrv_DMS_SetWin()
1358 (int)pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32width, in _MDrv_DMS_SetWin()
1359 (int)pDMSResPri->stDrvDMS.stDisplayWin[u32Window].u32height, in _MDrv_DMS_SetWin()