/external/pdfium/ |
D | pdfiumfxcodec.bp | 23 "core/fxcodec/codec/ccodec_scanlinedecoder.cpp", 24 "core/fxcodec/codec/fx_codec.cpp", 25 "core/fxcodec/codec/fx_codec_fax.cpp", 26 "core/fxcodec/codec/fx_codec_flate.cpp", 27 "core/fxcodec/codec/fx_codec_icc.cpp", 28 "core/fxcodec/codec/fx_codec_jbig.cpp", 29 "core/fxcodec/codec/fx_codec_jpeg.cpp", 30 "core/fxcodec/codec/fx_codec_jpx_opj.cpp", 31 "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp", 32 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp", [all …]
|
D | BUILD.gn | 192 ":fxcodec", 693 jumbo_static_library("fxcodec") { 695 "core/fxcodec/JBig2_DocumentContext.h", 696 "core/fxcodec/codec/ccodec_basicmodule.h", 697 "core/fxcodec/codec/ccodec_faxmodule.h", 698 "core/fxcodec/codec/ccodec_flatemodule.h", 699 "core/fxcodec/codec/ccodec_iccmodule.h", 700 "core/fxcodec/codec/ccodec_jbig2module.h", 701 "core/fxcodec/codec/ccodec_jpegmodule.h", 702 "core/fxcodec/codec/ccodec_jpxmodule.h", [all …]
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image_unittest.cpp | 23 TEST(fxcodec, JBig2ImageCreate) { in TEST() argument 33 TEST(fxcodec, JBig2ImageCreateTooBig) { in TEST() argument 40 TEST(fxcodec, JBig2ImageCreateExternal) { in TEST() argument 51 TEST(fxcodec, JBig2ImageCreateExternalTooBig) { in TEST() argument 59 TEST(fxcodec, JBig2ImageExpand) { in TEST() argument 71 TEST(fxcodec, JBig2ImageExpandTooBig) { in TEST() argument 82 TEST(fxcodec, JBig2ImageExpandExternal) { in TEST() argument 95 TEST(fxcodec, JBig2ImageExpandExternalTooBig) { in TEST() argument
|
/external/pdfium/third_party/libtiff/ |
D | 0006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch | 1 diff --git a/core/fxcodec/codec/ccodec_tiffmodule.cpp b/core/fxcodec/codec/ccodec_tiffmodule.cpp 3 --- a/core/fxcodec/codec/ccodec_tiffmodule.cpp 4 +++ b/core/fxcodec/codec/ccodec_tiffmodule.cpp
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_a85_unittest.cpp | 13 TEST(fxcodec, A85TestBadInputs) { in TEST() argument 30 TEST(fxcodec, A85TestBasic) { in TEST() argument 55 TEST(fxcodec, A85TestLeftoverBytes) { in TEST() argument 112 TEST(fxcodec, A85TestZeros) { in TEST() argument 171 TEST(fxcodec, A85TestLineBreaks) { in TEST() argument
|
D | fx_codec_jpx_unittest.cpp | 29 TEST(fxcodec, CMYK_Rounding) { in TEST() argument 45 TEST(fxcodec, DecodeDataNullDecodeData) { in TEST() argument 55 TEST(fxcodec, DecodeDataNullStream) { in TEST() argument 82 TEST(fxcodec, DecodeDataZeroSize) { in TEST() argument 109 TEST(fxcodec, DecodeDataReadInBounds) { in TEST() argument 160 TEST(fxcodec, DecodeDataReadBeyondBounds) { in TEST() argument 226 TEST(fxcodec, DecodeDataSkip) { in TEST() argument 343 TEST(fxcodec, DecodeDataSeek) { in TEST() argument 402 TEST(fxcodec, YUV420ToRGB) { in TEST() argument
|
D | fx_codec_rle_unittest.cpp | 14 TEST(fxcodec, RLETestBadInputs) { in TEST() argument 34 TEST(fxcodec, RLETestShortInput) { in TEST() argument 55 TEST(fxcodec, RLETestNormalInputs) { in TEST() argument 115 TEST(fxcodec, RLETestFullLengthInputs) { in TEST() argument
|
/external/pdfium/fxbarcode/ |
D | DEPS | 2 '+core/fxcodec',
|