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

  /external/pdfium/core/fxcodec/codec/
icodec_tiffmodule.h 18 class ICodec_TiffModule {
20 virtual ~ICodec_TiffModule() {}
ccodec_tiffmodule.h 10 #include "core/fxcodec/codec/icodec_tiffmodule.h"
14 class CCodec_TiffModule : public ICodec_TiffModule {
fx_codec_progress.cpp     [all...]
  /external/pdfium/core/fxcodec/
fx_codec.h 31 #include "core/fxcodec/codec/icodec_tiffmodule.h"
86 void SetTiffModule(std::unique_ptr<ICodec_TiffModule> module) {
92 ICodec_TiffModule* GetTiffModule() const { return m_pTiffModule.get(); }
107 std::unique_ptr<ICodec_TiffModule> m_pTiffModule;

Completed in 846 milliseconds