Home
last modified time | relevance | path

Searched refs:m_pPngModule (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/
Dfx_codec.h79 CCodec_PngModule* GetPngModule() const { return m_pPngModule.get(); } in GetPngModule()
94 std::unique_ptr<CCodec_PngModule> m_pPngModule; variable
/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp1377 m_pPngModule = std::move(module); in SetPngModule()