Lines Matching refs:wGCon
154 WORD wGCon;
344 wReturnValue = s_AceInfo[bWindow].wGCon; in msACE_GetInfo()
912 s_AceInfo[i].wGCon = 1024; in InitACEVar()
1421 …s_AceInfo[bWindow].sContrastRGBMatrix[1][1] = ( (DWORD)s_AceInfo[bWindow].wGCon * (s_AceInfo[bWind… in SetVideoContrastMatrix()
1633 stAceOSDControl.u16G = s_AceInfo[bScalerWin].wGCon; in msAdjustCFDOSDInfo()
1748 s_AceInfo[bScalerWin].wGCon = (WORD)ucGCon<<3; in msAdjustVideoRGB()
1753 void msAdjustVideoRGB_10Bits(void *pInstance, BOOL bScalerWin, WORD wRCon, WORD wGCon, WORD wBCon) in msAdjustVideoRGB_10Bits() argument
1757 s_AceInfo[bScalerWin].wGCon = wGCon<<1; in msAdjustVideoRGB_10Bits()
1767 …s_AceInfo[bWindow].sContrastRGBMatrix[1][1] = ( (DWORD)s_AceInfo[bWindow].wGCon * (s_AceInfo[bWind… in SetPCConRGBMatrix()
1882 s_AceInfo[bScalerWin].wGCon = (WORD)ucGreen<<3; in msAdjustPCRGB()
1891 s_AceInfo[bScalerWin].wGCon = wGreen<<1; in msAdjustPCRGB_10Bits()