Home
last modified time | relevance | path

Searched refs:fxcodec (Results 1 – 25 of 70) sorted by relevance

123

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image_unittest.cpp35 TEST(fxcodec, EmptyImage) { in TEST() argument
53 TEST(fxcodec, JBig2ImageCreate) { in TEST() argument
82 TEST(fxcodec, JBig2ImageCreateTooBig) { in TEST() argument
89 TEST(fxcodec, JBig2ImageCreateExternal) { in TEST() argument
100 TEST(fxcodec, JBig2ImageCreateExternalTooBig) { in TEST() argument
108 TEST(fxcodec, JBig2ImageCreateExternalBadStride) { in TEST() argument
116 TEST(fxcodec, JBig2ImageExpand) { in TEST() argument
128 TEST(fxcodec, JBig2ImageExpandTooBig) { in TEST() argument
139 TEST(fxcodec, JBig2ImageExpandExternal) { in TEST() argument
152 TEST(fxcodec, JBig2ImageExpandExternalTooBig) { in TEST() argument
[all …]
Djbig2module.h20 namespace fxcodec {
65 using Jbig2Context = fxcodec::Jbig2Context;
66 using Jbig2Module = fxcodec::Jbig2Module;
/external/pdfium/testing/fuzzers/
DBUILD.gn252 "../../core/fxcodec",
267 "../../core/fxcodec",
277 "../../core/fxcodec",
289 "../../core/fxcodec",
303 "../../core/fxcodec",
318 "../../core/fxcodec",
411 "../../core/fxcodec",
420 "../../core/fxcodec",
427 "../../core/fxcodec",
438 "../../core/fxcodec",
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_iccprofile.h18 namespace fxcodec {
31 fxcodec::CLcmsCmm* transform() { return m_Transform.get(); } in transform()
41 std::unique_ptr<fxcodec::CLcmsCmm> m_Transform;
Dcpdf_pagemodule.cpp24 fxcodec::ModuleMgr::Create(); in Create()
33 fxcodec::ModuleMgr::Destroy(); in Destroy()
Dcpdf_dib.h34 namespace fxcodec {
155 std::unique_ptr<fxcodec::ScanlineDecoder> m_pDecoder;
158 std::unique_ptr<fxcodec::Jbig2Context> m_pJbig2Context;
Dcpdf_dib.cpp167 fxcodec::CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in Load()
184 FX_SAFE_UINT32 pitch = fxcodec::CalculatePitch32(m_bpp, m_Width); in Load()
193 pitch = fxcodec::CalculatePitch32(m_bpp, m_Width); in Load()
213 FX_SAFE_UINT32 pitch = fxcodec::CalculatePitch32(m_bpp, m_Width); in ContinueToLoadMask()
225 pitch = fxcodec::CalculatePitch32(m_bpp, m_Width); in ContinueToLoadMask()
267 fxcodec::CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height; in StartLoadDIBBase()
312 fxcodec::ModuleMgr::GetInstance()->GetJbig2Module(); in ContinueLoadDIBBase()
530 fxcodec::CalculatePitch8(m_bpc, m_nComponents, m_Width); in CreateDecoder()
533 FX_SAFE_UINT32 provided_pitch = fxcodec::CalculatePitch8( in CreateDecoder()
544 JpegModule* pJpegModule = fxcodec::ModuleMgr::GetInstance()->GetJpegModule(); in CreateDCTDecoder()
[all …]
/external/pdfium/core/fxcodec/icc/
Diccmodule.h23 namespace fxcodec {
65 using CLcmsCmm = fxcodec::CLcmsCmm;
66 using IccModule = fxcodec::IccModule;
/external/pdfium/core/fxcodec/basic/
Da85_unittest.cpp14 TEST(fxcodec, A85TestBadInputs) { in TEST() argument
26 TEST(fxcodec, A85TestBasic) { in TEST() argument
45 TEST(fxcodec, A85TestLeftoverBytes) { in TEST() argument
103 TEST(fxcodec, A85TestZeros) { in TEST() argument
159 TEST(fxcodec, A85TestLineBreaks) { in TEST() argument
Dbasicmodule.h16 namespace fxcodec {
44 using BasicModule = fxcodec::BasicModule;
Drle_unittest.cpp15 TEST(fxcodec, RLETestBadInputs) { in TEST() argument
27 TEST(fxcodec, RLETestShortInput) { in TEST() argument
42 TEST(fxcodec, RLETestNormalInputs) { in TEST() argument
92 TEST(fxcodec, RLETestFullLengthInputs) { in TEST() argument
/external/pdfium/core/fxcodec/jpx/
Djpx_unittest.cpp15 namespace fxcodec { namespace
25 TEST(fxcodec, DecodeDataNullDecodeData) { in TEST() argument
35 TEST(fxcodec, DecodeDataNullStream) { in TEST() argument
62 TEST(fxcodec, DecodeDataZeroSize) { in TEST() argument
89 TEST(fxcodec, DecodeDataReadInBounds) { in TEST() argument
140 TEST(fxcodec, DecodeDataReadBeyondBounds) { in TEST() argument
206 TEST(fxcodec, DecodeDataSkip) { in TEST() argument
323 TEST(fxcodec, DecodeDataSeek) { in TEST() argument
382 TEST(fxcodec, YUV420ToRGB) { in TEST() argument
Djpxmodule.h17 namespace fxcodec {
32 using JpxModule = fxcodec::JpxModule;
Dcjpx_decoder.h22 namespace fxcodec {
64 using fxcodec::CJPX_Decoder;
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.h24 namespace fxcodec {
37 std::unique_ptr<fxcodec::ScanlineDecoder> CreateFaxDecoder(
43 std::unique_ptr<fxcodec::ScanlineDecoder> CreateFlateDecoder(
/external/pdfium/core/fxcodec/
Dcodec_module_iface.h15 namespace fxcodec {
41 using fxcodec::ModuleIface;
Dscanlinedecoder.h14 namespace fxcodec {
57 using ScanlineDecoder = fxcodec::ScanlineDecoder;
Dfx_codec.h37 namespace fxcodec {
132 using CFX_DIBAttribute = fxcodec::CFX_DIBAttribute;
/external/pdfium/core/fxcodec/png/
Dpngmodule.h14 namespace fxcodec {
48 using PngModule = fxcodec::PngModule;
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.h17 namespace fxcodec {
44 using TiffModule = fxcodec::TiffModule;
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.h17 namespace fxcodec {
59 using FaxModule = fxcodec::FaxModule;
/external/pdfium/core/fxcodec/flate/
Dflatemodule.h16 namespace fxcodec {
57 using FlateModule = fxcodec::FlateModule;
/external/pdfium/core/fxcodec/bmp/
Dbmpmodule.h16 namespace fxcodec {
54 using BmpModule = fxcodec::BmpModule;
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.h20 namespace fxcodec {
73 using JpegModule = fxcodec::JpegModule;
/external/pdfium/core/fxcodec/gif/
Dgifmodule.h17 namespace fxcodec {
60 using GifModule = fxcodec::GifModule;

123