Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcodec/
Dfx_codec.h271 FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT) = 0;
275 FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT,
276 FX_DWORD dwDstFormat = Icc_FORMAT_DEFAULT
Dfx_codec_def.h49 #define Icc_FORMAT_DEFAULT 0 macro
/external/pdfium/core/src/fxcodec/codec/
Dcodec_int.h175 FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT);
178 FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT,
179 FX_DWORD dwDstFormat = Icc_FORMAT_DEFAULT
Dfx_codec_icc.cpp92 … int intent, FX_DWORD dwSrcFormat = Icc_FORMAT_DEFAULT, FX_DWORD dwDstFormat = Icc_FORMAT_DEFAULT) in IccLib_CreateTransform()