Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp252 ICodec_IccModule::IccCS GetProfileCSFromHandle(void* pProfile) { in GetProfileCSFromHandle()
254 return ICodec_IccModule::IccCS_Unknown; in GetProfileCSFromHandle()
258 return ICodec_IccModule::IccCS_XYZ; in GetProfileCSFromHandle()
260 return ICodec_IccModule::IccCS_Lab; in GetProfileCSFromHandle()
262 return ICodec_IccModule::IccCS_Luv; in GetProfileCSFromHandle()
264 return ICodec_IccModule::IccCS_YCbCr; in GetProfileCSFromHandle()
266 return ICodec_IccModule::IccCS_Yxy; in GetProfileCSFromHandle()
268 return ICodec_IccModule::IccCS_Rgb; in GetProfileCSFromHandle()
270 return ICodec_IccModule::IccCS_Gray; in GetProfileCSFromHandle()
272 return ICodec_IccModule::IccCS_Hsv; in GetProfileCSFromHandle()
[all …]
Dcodec_int.h271 class CCodec_IccModule : public ICodec_IccModule {
279 void* CreateTransform(ICodec_IccModule::IccParam* pInputParam,
280 ICodec_IccModule::IccParam* pOutputParam,
281 ICodec_IccModule::IccParam* pProofParam = NULL,
320 void* CreateProfile(ICodec_IccModule::IccParam* pIccParam,
/external/pdfium/core/include/fxcodec/
Dfx_codec.h27 class ICodec_IccModule; variable
72 ICodec_IccModule* GetIccModule() const { return m_pIccModule.get(); } in GetIccModule()
89 std::unique_ptr<ICodec_IccModule> m_pIccModule;
463 class ICodec_IccModule {
489 virtual ~ICodec_IccModule() {} in ~ICodec_IccModule()
497 ICodec_IccModule::IccParam* pInputParam,
498 ICodec_IccModule::IccParam* pOutputParam,
499 ICodec_IccModule::IccParam* pProofParam = NULL,
/external/pdfium/core/include/fpdfapi/
Dfpdf_module.h35 class ICodec_IccModule; variable
68 ICodec_IccModule* GetIccModule();
/external/pdfium/core/src/fxge/dib/
Dfx_dib_convert.cpp317 ICodec_IccModule* pIccModule = in _ConvertBuffer_1bppPlt2Gray()
379 ICodec_IccModule* pIccModule = in _ConvertBuffer_8bppPlt2Gray()
417 ICodec_IccModule* pIccModule = in _ConvertBuffer_RgbOrCmyk2Gray()
525 ICodec_IccModule* pIccModule = in _ConvertBuffer_Plt2PltRgb8()
621 ICodec_IccModule* pIccModule = NULL; in _ConvertBuffer_Rgb2PltRgb8()
630 ICodec_IccModule* pIccModule = in _ConvertBuffer_Rgb2PltRgb8()
720 ICodec_IccModule* pIccModule = in _ConvertBuffer_1bppPlt2Rgb()
781 ICodec_IccModule* pIccModule = in _ConvertBuffer_8bppPlt2Rgb()
819 ICodec_IccModule* pIccModule = in _ConvertBuffer_24bppRgb2Rgb24()
857 ICodec_IccModule* pIccModule = in _ConvertBuffer_32bppRgb2Rgb24()
[all …]
Dfx_dib_composite.cpp288 ICodec_IccModule* pIccModule = NULL; in _CompositeRow_Argb2Graya()
491 ICodec_IccModule* pIccModule = NULL; in _CompositeRow_Argb2Gray()
589 ICodec_IccModule* pIccModule = NULL; in _CompositeRow_Rgb2Gray()
642 ICodec_IccModule* pIccModule = NULL; in _CompositeRow_Rgb2Graya()
1451 ICodec_IccModule* pIccModule = in _CompositeRow_Argb2Argb_Transform()
1545 ICodec_IccModule* pIccModule = in _CompositeRow_Rgb2Argb_Blend_NoClip_Transform()
1571 ICodec_IccModule* pIccModule = in _CompositeRow_Rgb2Argb_Blend_Clip_Transform()
1596 ICodec_IccModule* pIccModule = in _CompositeRow_Rgb2Argb_NoBlend_Clip_Transform()
1620 ICodec_IccModule* pIccModule = in _CompositeRow_Rgb2Argb_NoBlend_NoClip_Transform()
1646 ICodec_IccModule* pIccModule = in _CompositeRow_Argb2Rgb_Blend_Transform()
[all …]
Dfx_dib_main.cpp469 ICodec_IccModule* pIccModule = in TransferMask()
/external/pdfium/core/src/fpdfapi/
Dfpdf_basic_module.cpp57 ICodec_IccModule* CPDF_ModuleMgr::GetIccModule() { in GetIccModule()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp508 ICodec_IccModule* pIccModule = in SetColor()
Dfx_ge_text.cpp154 ICodec_IccModule* pIccModule = in _Color2Argb()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1085 ICodec_IccModule* pIccModule = NULL; in Init()
1501 ICodec_IccModule* pIccModule = in _DibSetPixel()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_colors.cpp771 ICodec_IccModule* pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in GetRGB()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp1569 ICodec_IccModule* pIccModule = NULL; in Init()