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.cpp188 FX_FLOAT* pDestValues) { in IccLib_Translate() argument
217 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 …]
Dcodec_int.h304 FX_FLOAT* pDestValues) override;
/external/pdfium/core/include/fxcodec/
Dfx_codec.h526 FX_FLOAT* pDestValues) = 0;