Home
last modified time | relevance | path

Searched refs:GetFlateModule (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfapi/
Dfpdf_basic_module.cpp175 ICodec_FlateModule* CPDF_ModuleMgr::GetFlateModule() in GetFlateModule() function in CPDF_ModuleMgr
177 return m_pCodecModule ? m_pCodecModule->GetFlateModule() : NULL; in GetFlateModule()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_decode.cpp255 return CPDF_ModuleMgr::Get()->GetFlateModule()->CreateDecoder(src_buf, src_size, width, height, in FPDFAPI_CreateFlateDecoder()
274 return CPDF_ModuleMgr::Get()->GetFlateModule()->FlateOrLZWDecode(bLZW, src_buf, src_size, in FPDFAPI_FlateOrLZWDecode()
515 pEncoders->GetFlateModule()->Encode(src_buf, src_size, dest_buf, dest_size); in FlateEncode()
523 …pEncoders->GetFlateModule()->Encode(src_buf, src_size, predictor, Colors, BitsPerComponent, Column… in FlateEncode()
530 …return pEncoders->GetFlateModule()->FlateOrLZWDecode(FALSE, src_buf, src_size, FALSE, 0, 0, 0, 0, … in FlateDecode()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_utility.cpp60 … CPDF_ModuleMgr::Get()->GetFlateModule()->FlateOrLZWDecode(FALSE, comp_buf, size, FALSE, in FXFC_LoadFile()
/external/pdfium/core/include/fpdfapi/
Dfpdf_module.h90 ICodec_FlateModule* GetFlateModule();
/external/pdfium/core/include/fxcodec/
Dfx_codec.h69 ICodec_FlateModule* GetFlateModule() in GetFlateModule() function
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp290 … if (pEncoders && pEncoders->GetFlateModule()->Encode(src_buf, src_size, dest_buf, dest_size)) { in PSCompressData()