Searched refs:pDestValues (Results 1 – 3 of 3) sorted by relevance
188 FX_FLOAT* pDestValues) { in IccLib_Translate() argument217 pDestValues[0] = output[0] / 255.0f; in IccLib_Translate()220 pDestValues[0] = output[2] / 255.0f; in IccLib_Translate()221 pDestValues[1] = output[1] / 255.0f; in IccLib_Translate()222 pDestValues[2] = output[0] / 255.0f; in IccLib_Translate()225 pDestValues[0] = output[0] / 255.0f; in IccLib_Translate()226 pDestValues[1] = output[1] / 255.0f; in IccLib_Translate()227 pDestValues[2] = output[2] / 255.0f; in IccLib_Translate()228 pDestValues[3] = output[3] / 255.0f; in IccLib_Translate()560 FX_FLOAT* pDestValues) { in Translate() argument[all …]
304 FX_FLOAT* pDestValues) override;
526 FX_FLOAT* pDestValues) = 0;