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

  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.h 15 class CCodec_PngModule : public ICodec_PngModule {
17 CCodec_PngModule();
18 ~CCodec_PngModule() override;
ccodec_pngmodule.cpp 7 #include "core/fxcodec/codec/ccodec_pngmodule.h"
117 CCodec_PngModule* pModule = (CCodec_PngModule*)p->parent_ptr;
189 CCodec_PngModule* pModule = (CCodec_PngModule*)p->parent_ptr;
200 CCodec_PngModule::CCodec_PngModule() {
204 CCodec_PngModule::~CCodec_PngModule() {}
206 FXPNG_Context* CCodec_PngModule::Start()
    [all...]
  /external/pdfium/testing/libfuzzer/
xfa_codec_fuzzer.h 12 #include "core/fxcodec/codec/ccodec_pngmodule.h"
25 mgr->SetPngModule(pdfium::MakeUnique<CCodec_PngModule>());
  /external/pdfium/fpdfsdk/
fpdfview.cpp 56 #include "core/fxcodec/codec/ccodec_pngmodule.h"
395 pdfium::MakeUnique<CCodec_PngModule>());
    [all...]

Completed in 179 milliseconds