Home
last modified time | relevance | path

Searched refs:pDestValues (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp150 void IccLib_Translate(void* pTransform, FX_FLOAT* pSrcValues, FX_FLOAT* pDestValues) in IccLib_Translate() argument
180 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 …]
Dcodec_int.h173 virtual void Translate(FX_LPVOID pTransform, FX_FLOAT* pSrcValues, FX_FLOAT* pDestValues);
/external/pdfium/core/include/fxcodec/
Dfx_codec.h281 virtual void Translate(FX_LPVOID pTransform, FX_FLOAT* pSrcValues, FX_FLOAT* pDestValues) = 0;