Lines Matching refs:newCropWin
629 MS_WINDOW newCropWin; in _DMS_Update_DS_Table() local
631 newCropWin.x = u16Width * OutSideCropWinRatio[Overlay_ID].x; in _DMS_Update_DS_Table()
632 newCropWin.y = u16Height * OutSideCropWinRatio[Overlay_ID].y; in _DMS_Update_DS_Table()
633 newCropWin.width = u16Width * OutSideCropWinRatio[Overlay_ID].width; in _DMS_Update_DS_Table()
634 newCropWin.height = u16Height * OutSideCropWinRatio[Overlay_ID].height; in _DMS_Update_DS_Table()
636 vInfo.u16CropLeft = newCropWin.x; in _DMS_Update_DS_Table()
637 vInfo.u16CropTop = newCropWin.y; in _DMS_Update_DS_Table()
639 - newCropWin.x in _DMS_Update_DS_Table()
640 - newCropWin.width; in _DMS_Update_DS_Table()
642 - newCropWin.y in _DMS_Update_DS_Table()
643 - newCropWin.height; in _DMS_Update_DS_Table()