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

  /external/pdfium/core/fxcodec/codec/
ccodec_iccmodule.h 33 class CCodec_IccModule {
35 CCodec_IccModule();
36 ~CCodec_IccModule();
fx_codec_icc.cpp 9 #include "core/fxcodec/codec/ccodec_iccmodule.h"
42 CCodec_IccModule::CCodec_IccModule() : m_nComponents(0) {}
44 CCodec_IccModule::~CCodec_IccModule() {}
46 std::unique_ptr<CLcmsCmm> CCodec_IccModule::CreateTransform_sRGB(
118 void CCodec_IccModule::Translate(CLcmsCmm* pTransform,
146 void CCodec_IccModule::TranslateScanline(CLcmsCmm* pTransform,
fx_codec.cpp 18 #include "core/fxcodec/codec/ccodec_iccmodule.h"
    [all...]
  /external/pdfium/testing/libfuzzer/
pdf_codec_icc_fuzzer.cc 7 #include "core/fxcodec/codec/ccodec_iccmodule.h"
10 CCodec_IccModule icc_module;
  /external/pdfium/core/fpdfapi/
cpdf_modulemgr.h 15 class CCodec_IccModule;
56 CCodec_IccModule* GetIccModule();
cpdf_modulemgr.cpp 108 CCodec_IccModule* CPDF_ModuleMgr::GetIccModule() {
  /external/pdfium/core/fxcodec/
fx_codec.h 23 class CCodec_IccModule;
68 CCodec_IccModule* GetIccModule() const { return m_pIccModule.get(); }
89 std::unique_ptr<CCodec_IccModule> m_pIccModule;
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 32 #include "core/fxcodec/codec/ccodec_iccmodule.h"
851 CCodec_IccModule* pIccModule = CPDF_ModuleMgr::Get()->GetIccModule();
    [all...]

Completed in 366 milliseconds