Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp48 void* icc_ctx; member in CCodec_TiffContext
78 icc_ctx = NULL; in CCodec_TiffContext()
82 if (icc_ctx) { in ~CCodec_TiffContext()
83 IccLib_DestroyTransform(icc_ctx); in ~CCodec_TiffContext()
84 icc_ctx = NULL; in ~CCodec_TiffContext()
200 if (p->icc_ctx) { in TIFFCmyk2Rgb()
203 IccLib_TranslateImage(p->icc_ctx, bgr, cmyk, 1); in TIFFCmyk2Rgb()