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

  /external/pdfium/core/fpdfapi/
cpdf_modulemgr.h 15 class CCodec_FaxModule;
60 CCodec_FaxModule* GetFaxModule();
cpdf_modulemgr.cpp 40 CCodec_FaxModule* CPDF_ModuleMgr::GetFaxModule() {
  /external/pdfium/core/fxcodec/codec/
ccodec_faxmodule.h 17 class CCodec_FaxModule {
fx_codec.cpp 22 m_pFaxModule(new CCodec_FaxModule),
fx_codec_fax.cpp 583 std::unique_ptr<CCodec_ScanlineDecoder> CCodec_FaxModule::CreateDecoder(
798 void CCodec_FaxModule::FaxEncode(
  /external/pdfium/testing/libfuzzer/
pdf_codec_fax_fuzzer.cc 8 #include "core/fxcodec/codec/ccodec_faxmodule.h"
31 CCodec_FaxModule fax_module;
  /external/pdfium/core/fxcodec/
fx_codec.h 16 #include "core/fxcodec/codec/ccodec_faxmodule.h"
68 CCodec_FaxModule* GetFaxModule() const { return m_pFaxModule.get(); }
97 std::unique_ptr<CCodec_FaxModule> m_pFaxModule;
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 295 CCodec_FaxModule::FaxEncode(src_buf, width, height, (width + 7) / 8,

Completed in 255 milliseconds