Searched refs:pDestValues (Results 1 – 3 of 3) sorted by relevance
150 void IccLib_Translate(void* pTransform, FX_FLOAT* pSrcValues, FX_FLOAT* pDestValues) in IccLib_Translate() argument180 pDestValues[0] = output[0] / 255.0f; in IccLib_Translate()183 pDestValues[0] = output[2] / 255.0f; in IccLib_Translate()184 pDestValues[1] = output[1] / 255.0f; in IccLib_Translate()185 pDestValues[2] = output[0] / 255.0f; in IccLib_Translate()188 pDestValues[0] = output[0] / 255.0f; in IccLib_Translate()189 pDestValues[1] = output[1] / 255.0f; in IccLib_Translate()190 pDestValues[2] = output[2] / 255.0f; in IccLib_Translate()191 pDestValues[3] = output[3] / 255.0f; in IccLib_Translate()535 void CCodec_IccModule::Translate(void* pTransform, FX_FLOAT* pSrcValues, FX_FLOAT* pDestValues) in Translate() argument[all …]
173 virtual void Translate(FX_LPVOID pTransform, FX_FLOAT* pSrcValues, FX_FLOAT* pDestValues);
281 virtual void Translate(FX_LPVOID pTransform, FX_FLOAT* pSrcValues, FX_FLOAT* pDestValues) = 0;