Home
last modified time | relevance | path

Searched refs:Icc_FORMAT_DEFAULT (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/include/fxcodec/
Dfx_codec_def.h52 #define Icc_FORMAT_DEFAULT 0 macro
Dfx_codec.h510 FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT) = 0;
519 FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT,
520 FX_DWORD dwDstFormat = Icc_FORMAT_DEFAULT) = 0;
/external/pdfium/core/src/fxcodec/codec/
Dcodec_int.h291 FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT) override;
299 FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT,
300 FX_DWORD dwDstFormat = Icc_FORMAT_DEFAULT) override;
Dfx_codec_icc.cpp97 FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT, in IccLib_CreateTransform()
98 FX_DWORD dwDstFormat = Icc_FORMAT_DEFAULT) { in IccLib_CreateTransform()
Dfx_codec_tiff.cpp19 FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT);