Home
last modified time | relevance | path

Searched refs:psPCsRGBMatrix (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c161 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()
/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DACE_private.h128 short* psPCsRGBMatrix; // sRGB matrix for PC, this variable must pointer to a array[3][3] member