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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 213 ICodec_IccModule::IccCS GetProfileCSFromHandle(FX_LPVOID pProfile)
216 return ICodec_IccModule::IccCS_Unknown;
220 return ICodec_IccModule::IccCS_XYZ;
222 return ICodec_IccModule::IccCS_Lab;
224 return ICodec_IccModule::IccCS_Luv;
226 return ICodec_IccModule::IccCS_YCbCr;
228 return ICodec_IccModule::IccCS_Yxy;
230 return ICodec_IccModule::IccCS_Rgb;
232 return ICodec_IccModule::IccCS_Gray;
234 return ICodec_IccModule::IccCS_Hsv;
    [all...]
codec_int.h 152 class CCodec_IccModule : public ICodec_IccModule
157 virtual FX_LPVOID CreateTransform(ICodec_IccModule::IccParam* pInputParam,
158 ICodec_IccModule::IccParam* pOutputParam,
159 ICodec_IccModule::IccParam* pProofParam = NULL,
185 FX_LPVOID CreateProfile(ICodec_IccModule::IccParam* pIccParam, Icc_CLASS ic, CFX_BinaryBuf* pTransformKey);
  /external/pdfium/core/include/fxcodec/
fx_codec.h 21 class ICodec_IccModule;
65 ICodec_IccModule* GetIccModule()
79 ICodec_IccModule* m_pIccModule;
227 class ICodec_IccModule : public CFX_Object
254 virtual ~ICodec_IccModule() {}
260 virtual FX_LPVOID CreateTransform(ICodec_IccModule::IccParam* pInputParam,
261 ICodec_IccModule::IccParam* pOutputParam,
262 ICodec_IccModule::IccParam* pProofParam = NULL,
  /external/pdfium/core/include/fpdfapi/
fpdf_module.h 22 class ICodec_IccModule;
89 ICodec_IccModule* GetIccModule();
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 342 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
395 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
424 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
511 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
590 ICodec_IccModule* pIccModule = NULL;
596 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
668 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
717 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
    [all...]
fx_dib_composite.cpp 306 ICodec_IccModule* pIccModule = NULL;
500 ICodec_IccModule* pIccModule = NULL;
591 ICodec_IccModule* pIccModule = NULL;
638 ICodec_IccModule* pIccModule = NULL;
    [all...]
fx_dib_main.cpp 464 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
    [all...]
  /external/pdfium/core/src/fpdfapi/
fpdf_basic_module.cpp 171 ICodec_IccModule* CPDF_ModuleMgr::GetIccModule()
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 484 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
fx_ge_text.cpp 134 ICodec_IccModule* pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 635 ICodec_IccModule *pIccModule = CPDF_ModuleMgr::Get()->GetIccModule();
    [all...]

Completed in 276 milliseconds