Searched refs:psPCsRGBMatrix (Results 1 – 2 of 2) sorted by relevance
161 short* psPCsRGBMatrix; // sRGB matrix for PC, this variable must pointer to a array[3][3]751 if( s_AceInfo[bWindow].psPCsRGBMatrix == NULL) in msACE_GetMatrix()753 CopyMatrix( (WORD*)s_AceInfo[bWindow].psPCsRGBMatrix, pwBuf, ucCopyLen ); in msACE_GetMatrix()901 s_AceInfo[bWin].psPCsRGBMatrix = psPCsRGBTable; in msACESetPCsRGBTable()1820 if( s_AceInfo[bScalerWin].psPCsRGBMatrix != NULL ) in msSetPCColorMatrix()1827 ColorMatrix_1[i][j]=*(s_AceInfo[bScalerWin].psPCsRGBMatrix +(i*3)+j);; in msSetPCColorMatrix()
128 short* psPCsRGBMatrix; // sRGB matrix for PC, this variable must pointer to a array[3][3] member