HomeSort by relevance Sort by last modified time
    Searched refs:m_pIccTransform (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 349 FX_LPVOID m_pIccTransform;
357 m_pIccTransform = NULL;
363 if (m_pIccTransform) {
364 cmsDeleteTransform(m_pIccTransform);
487 pTransformCache->m_pIccTransform = cmsCreateProofingTransform(pInputProfile, dwInputProfileType, pOutputProfile, dwOutputProfileType,
490 pTransformCache->m_pIccTransform = cmsCreateTransform(pInputProfile, dwInputProfileType, pOutputProfile, dwOutputProfileType,
493 pCmm->m_hTransform = pTransformCache->m_pIccTransform;
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 449 void* m_pIccTransform;
485 void* m_pIccTransform;
602 void* m_pIccTransform;
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp     [all...]
fx_dib_main.cpp     [all...]

Completed in 82 milliseconds