1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
0000-bug-466.patch Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
0001-gcc-warning.patch Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
0002-ubsan-error-fixes.patch Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
0003-ubsan-render-line-error.patch Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
0004-ubsan-sweep-scanline-error.patch Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
0005-assignment-return-values.patch Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
0006-ubsan-sweep-scanline-error.patch Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
0007-unused-struct.patch Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.pdfium Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_array.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_basics.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_clip_liang_barsky.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_color_gray.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_conv_adaptor_vcgen.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_conv_dash.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_conv_stroke.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_curves.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_curves.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_math.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_math_stroke.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_path_storage.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_path_storage.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_pixfmt_gray.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_rasterizer_scanline_aa.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_rasterizer_scanline_aa.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_render_scanlines.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_renderer_base.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_renderer_scanline.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_rendering_buffer.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_scanline_u.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_shorten_path.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_vcgen_dash.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_vcgen_dash.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_vcgen_stroke.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_vcgen_stroke.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
agg_vertex_sequence.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.pdfium

Name: Anti-Grain Geometry
URL: https://sourceforge.net/projects/agg/
Version: 2.3
Security Critical: yes
License: MIT

Description:
2D vector graphics library.

Local Modifications:

0000-bug-466.patch: Fixes an infinite loop in stroke_calc_arc().
Various changes to use FX_ library functions.
Possibly more?
0001-gcc-warning.patch: Fix a GCC warning about both enumeral and
non-enumeral type in conditional.
0002-ubsan-error-fixes.path: Fix UBSan errors for overflows.
0003-ubsan-render-line-error.patch: Fix UBSan overflow error in render_line.
0004-ubsan-sweep-scanline-error.patch: Fix UBSan left shift of negative value
error in sweep_scanline.
0005-assignment-return-values.patch: Fix assignment operator return values in
agg_array.h.
0006-ubsan-sweep-scanline-error.patch: Fix UBSan integer overflow error in
sweep_scanline.
0007-unused-struct.patch: Remove unused struct point_type_flag, which has a
shadow variable.