• Home
  • History
  • Annotate
  • only in /external/pdfium/third_party/agg23/
NameDateSize

..10-Aug-20184 KiB

0000-bug-466.patch10-Aug-20181.3 KiB

0001-gcc-warning.patch10-Aug-2018701

0002-ubsan-error-fixes.patch10-Aug-20181.1 KiB

0003-ubsan-render-line-error.patch10-Aug-20182.3 KiB

agg_array.h10-Aug-201812.3 KiB

agg_basics.h10-Aug-20186.3 KiB

agg_clip_liang_barsky.h10-Aug-20184.1 KiB

agg_color_gray.h10-Aug-20181.6 KiB

agg_conv_adaptor_vcgen.h10-Aug-20184.3 KiB

agg_conv_dash.h10-Aug-20182 KiB

agg_conv_stroke.h10-Aug-20183.1 KiB

agg_curves.cpp10-Aug-20184.1 KiB

agg_curves.h10-Aug-20184.8 KiB

agg_math.h10-Aug-20182.2 KiB

agg_math_stroke.h10-Aug-20189.9 KiB

agg_path_storage.cpp10-Aug-20183.1 KiB

agg_path_storage.h10-Aug-20185.2 KiB

agg_pixfmt_gray.h10-Aug-20185.8 KiB

agg_rasterizer_scanline_aa.cpp10-Aug-201813.4 KiB

agg_rasterizer_scanline_aa.h10-Aug-201812.7 KiB

agg_render_scanlines.h10-Aug-20181.8 KiB

agg_renderer_base.h10-Aug-20184 KiB

agg_renderer_scanline.h10-Aug-20183.2 KiB

agg_rendering_buffer.h10-Aug-20183.5 KiB

agg_scanline_u.h10-Aug-20184.2 KiB

agg_shorten_path.h10-Aug-20181.8 KiB

agg_vcgen_dash.cpp10-Aug-20185.5 KiB

agg_vcgen_dash.h10-Aug-20182.1 KiB

agg_vcgen_stroke.cpp10-Aug-20187.8 KiB

agg_vcgen_stroke.h10-Aug-20183 KiB

agg_vertex_sequence.h10-Aug-20182.7 KiB

README.pdfium10-Aug-2018547

README.pdfium

1Name: Anti-Grain Geometry
2URL: https://sourceforge.net/projects/agg/
3Version: 2.3
4Security Critical: yes
5License: MIT
6
7Description:
82D vector graphics library.
9
10Local Modifications:
11
120000-bug-466.patch: Fixes an infinite loop in stroke_calc_arc().
13Various changes to use FX_ library functions.
14Possibly more?
150001-gcc-warning.patch: Fix a GCC warning about both enumeral and
16non-enumeral type in conditional.
170002-ubsan-error-fixes.path: Fix UBSan errors for overflows.
180003-ubsan-render-line-error.patch: Fix UBSan overflow error in render_line.
19