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

  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.h 14 class CCodec_TiffModule : public ICodec_TiffModule {
16 ~CCodec_TiffModule() override {}
ccodec_tiffmodule.cpp 7 #include "core/fxcodec/codec/ccodec_tiffmodule.h"
478 CCodec_TiffContext* CCodec_TiffModule::CreateDecoder(
487 bool CCodec_TiffModule::LoadFrameInfo(CCodec_TiffContext* ctx,
497 bool CCodec_TiffModule::Decode(CCodec_TiffContext* ctx,
502 void CCodec_TiffModule::DestroyDecoder(CCodec_TiffContext* ctx) {
  /external/pdfium/testing/libfuzzer/
xfa_codec_fuzzer.h 14 #include "core/fxcodec/codec/ccodec_tiffmodule.h"
26 mgr->SetTiffModule(pdfium::MakeUnique<CCodec_TiffModule>());
  /external/pdfium/fpdfsdk/
fpdfview.cpp 60 #include "core/fxcodec/codec/ccodec_tiffmodule.h"
400 pdfium::MakeUnique<CCodec_TiffModule>());
    [all...]

Completed in 101 milliseconds