Home | History | Annotate | only in /external/pdfium/third_party/agg23
Up to higher level directory
NameDateSize
0000-bug-466.patch21-Aug-20181.3K
0001-gcc-warning.patch21-Aug-2018701
0002-ubsan-error-fixes.patch21-Aug-20181.1K
0003-ubsan-render-line-error.patch21-Aug-20182.3K
agg_array.h21-Aug-201812.3K
agg_basics.h21-Aug-20186.3K
agg_clip_liang_barsky.h21-Aug-20184.1K
agg_color_gray.h21-Aug-20181.6K
agg_conv_adaptor_vcgen.h21-Aug-20184.3K
agg_conv_dash.h21-Aug-20182K
agg_conv_stroke.h21-Aug-20183.1K
agg_curves.cpp21-Aug-20184.1K
agg_curves.h21-Aug-20184.8K
agg_math.h21-Aug-20182.2K
agg_math_stroke.h21-Aug-20189.9K
agg_path_storage.cpp21-Aug-20183.1K
agg_path_storage.h21-Aug-20185.2K
agg_pixfmt_gray.h21-Aug-20185.8K
agg_rasterizer_scanline_aa.cpp21-Aug-201813.4K
agg_rasterizer_scanline_aa.h21-Aug-201812.7K
agg_render_scanlines.h21-Aug-20181.8K
agg_renderer_base.h21-Aug-20184K
agg_renderer_scanline.h21-Aug-20183.2K
agg_rendering_buffer.h21-Aug-20183.5K
agg_scanline_u.h21-Aug-20184.2K
agg_shorten_path.h21-Aug-20181.8K
agg_vcgen_dash.cpp21-Aug-20185.5K
agg_vcgen_dash.h21-Aug-20182.1K
agg_vcgen_stroke.cpp21-Aug-20187.8K
agg_vcgen_stroke.h21-Aug-20183K
agg_vertex_sequence.h21-Aug-20182.7K
README.pdfium21-Aug-2018547

README.pdfium

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