Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Issue 453133004: clang-format all code (Closed)

Created:
6 years, 4 months ago by Nico
Modified:
4 years, 2 months ago
Reviewers:
Tom Sepez
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Visibility:
Public.

Description

clang-format all code Created by: find . -name '*.cpp' -o -name '*.h' | \ grep -E -v 'thirdparties|fxcodec/fx_zlib/zlib_v128/|fx_libopenjpeg/libopenjpeg20/|fxcodec/lcms2|fxcodec/libjpeg|fxge/fx_freetype/|fxge/agg/agg23/|CNS1|GB1|Japan1|Korea1' | \ xargs ~/src/llvm-build/bin/clang-format -i BUG=

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+168809 lines, -161755 lines) Patch
M core/include/fdrm/fx_crypt.h View 3 chunks +22 lines, -6 lines 0 comments Download
M core/include/fpdfapi/fpdf_module.h View 4 chunks +77 lines, -116 lines 0 comments Download
M core/include/fpdfapi/fpdf_objects.h View 2 chunks +382 lines, -561 lines 0 comments Download
M core/include/fpdfapi/fpdf_page.h View 2 chunks +135 lines, -165 lines 0 comments Download
M core/include/fpdfapi/fpdf_pageobj.h View 2 chunks +336 lines, -473 lines 0 comments Download
M core/include/fpdfapi/fpdf_parser.h View 2 chunks +783 lines, -797 lines 2 comments Download
M core/include/fpdfapi/fpdf_render.h View 2 chunks +236 lines, -231 lines 2 comments Download
M core/include/fpdfapi/fpdf_resource.h View 2 chunks +548 lines, -704 lines 0 comments Download
M core/include/fpdfapi/fpdf_serial.h View 1 chunk +135 lines, -128 lines 0 comments Download
M core/include/fpdfapi/fpdfapi.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fpdfdoc/fpdf_ap.h View 1 chunk +77 lines, -64 lines 0 comments Download
M core/include/fpdfdoc/fpdf_doc.h View 2 chunks +818 lines, -1344 lines 0 comments Download
M core/include/fpdfdoc/fpdf_tagged.h View 2 chunks +62 lines, -59 lines 0 comments Download
M core/include/fpdfdoc/fpdf_vt.h View 2 chunks +302 lines, -294 lines 0 comments Download
M core/include/fpdftext/fpdf_text.h View 2 chunks +124 lines, -109 lines 0 comments Download
M core/include/fxcodec/fx_codec.h View 2 chunks +304 lines, -229 lines 0 comments Download
M core/include/fxcodec/fx_codec_def.h View 1 chunk +61 lines, -61 lines 0 comments Download
M core/include/fxcodec/fx_codec_provider.h View 1 chunk +41 lines, -29 lines 0 comments Download
M core/include/fxcrt/fx_arb.h View 1 chunk +10 lines, -11 lines 0 comments Download
M core/include/fxcrt/fx_basic.h View 1 chunk +974 lines, -1223 lines 0 comments Download
M core/include/fxcrt/fx_coordinates.h View 1 chunk +657 lines, -820 lines 2 comments Download
M core/include/fxcrt/fx_ext.h View 3 chunks +51 lines, -52 lines 0 comments Download
M core/include/fxcrt/fx_memory.h View 1 chunk +59 lines, -92 lines 0 comments Download
M core/include/fxcrt/fx_stream.h View 1 chunk +123 lines, -131 lines 0 comments Download
M core/include/fxcrt/fx_string.h View 1 chunk +446 lines, -590 lines 0 comments Download
M core/include/fxcrt/fx_system.h View 7 chunks +175 lines, -150 lines 0 comments Download
M core/include/fxcrt/fx_ucd.h View 1 chunk +83 lines, -80 lines 0 comments Download
M core/include/fxcrt/fx_xml.h View 1 chunk +113 lines, -132 lines 0 comments Download
M core/include/fxge/fpf.h View 2 chunks +37 lines, -35 lines 0 comments Download
M core/include/fxge/fx_dib.h View 2 chunks +574 lines, -494 lines 0 comments Download
M core/include/fxge/fx_font.h View 2 chunks +379 lines, -340 lines 0 comments Download
M core/include/fxge/fx_freetype.h View 5 chunks +81 lines, -49 lines 0 comments Download
M core/include/fxge/fx_ge.h View 2 chunks +589 lines, -583 lines 0 comments Download
M core/include/fxge/fx_ge_apple.h View 1 chunk +13 lines, -14 lines 0 comments Download
M core/include/fxge/fx_ge_win32.h View 2 chunks +52 lines, -61 lines 0 comments Download
M core/include/reflow/fpdf_layout.h View 2 chunks +235 lines, -240 lines 0 comments Download
M core/include/reflow/reflowengine.h View 2 chunks +57 lines, -45 lines 0 comments Download
M core/src/fdrm/crypto/fx_crypt.cpp View 2 chunks +228 lines, -228 lines 0 comments Download
M core/src/fdrm/crypto/fx_crypt_aes.cpp View 4 chunks +738 lines, -909 lines 2 comments Download
M core/src/fdrm/crypto/fx_crypt_sha.cpp View 2 chunks +602 lines, -694 lines 0 comments Download
M core/src/fpdfapi/fpdf_basic_module.cpp View 1 chunk +147 lines, -163 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/cmap_int.h View 1 chunk +10 lines, -10 lines 0 comments Download
M core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp View 1 chunk +166 lines, -156 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/editint.h View 1 chunk +39 lines, -36 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp View 2 chunks +145 lines, -141 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp View 1 chunk +1994 lines, -1949 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp View 1 chunk +1105 lines, -1089 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_image.cpp View 2 chunks +364 lines, -335 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/common.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_font/font_int.h View 1 chunk +168 lines, -177 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/fpdf_font.cpp View 2 chunks +1753 lines, -1676 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp View 2 chunks +873 lines, -572 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp View 2 chunks +1721 lines, -1546 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/fpdf_font_utility.cpp View 2 chunks +76 lines, -77 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/ttgsubtable.h View 2 chunks +383 lines, -398 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/ttgsubtable.cpp View 1 chunk +378 lines, -403 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page.cpp View 1 chunk +1010 lines, -1021 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp View 2 chunks +1434 lines, -1331 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp View 2 chunks +568 lines, -581 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp View 2 chunks +869 lines, -825 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_graph_state.cpp View 2 chunks +665 lines, -676 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_image.cpp View 1 chunk +86 lines, -93 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_parser.cpp View 1 chunk +1667 lines, -1607 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_parser_new.cpp View 2 chunks +784 lines, -751 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp View 2 chunks +1123 lines, -1045 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_path.cpp View 1 chunk +35 lines, -39 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_pattern.cpp View 1 chunk +269 lines, -257 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/pageint.h View 1 chunk +521 lines, -461 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/filters_int.h View 1 chunk +124 lines, -105 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp View 1 chunk +593 lines, -501 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_document.cpp View 1 chunk +352 lines, -360 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_encrypt.cpp View 1 chunk +996 lines, -879 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_fdf.cpp View 1 chunk +210 lines, -218 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_filters.cpp View 2 chunks +915 lines, -878 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_objects.cpp View 1 chunk +1191 lines, -1232 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp View 2 chunks +4192 lines, -4102 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_utility.cpp View 2 chunks +374 lines, -383 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render.cpp View 2 chunks +1518 lines, -1387 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_cache.cpp View 2 chunks +380 lines, -338 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_image.cpp View 2 chunks +1312 lines, -1066 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp View 2 chunks +1586 lines, -1405 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_pattern.cpp View 2 chunks +1291 lines, -1058 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp View 2 chunks +855 lines, -697 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/render_int.h View 1 chunk +542 lines, -420 lines 0 comments Download
M core/src/fpdfdoc/doc_action.cpp View 1 chunk +299 lines, -320 lines 0 comments Download
M core/src/fpdfdoc/doc_annot.cpp View 1 chunk +520 lines, -479 lines 0 comments Download
M core/src/fpdfdoc/doc_ap.cpp View 1 chunk +892 lines, -746 lines 0 comments Download
M core/src/fpdfdoc/doc_basic.cpp View 1 chunk +495 lines, -507 lines 0 comments Download
M core/src/fpdfdoc/doc_bookmark.cpp View 1 chunk +68 lines, -75 lines 0 comments Download
M core/src/fpdfdoc/doc_form.cpp View 1 chunk +1591 lines, -1538 lines 0 comments Download
M core/src/fpdfdoc/doc_formcontrol.cpp View 1 chunk +430 lines, -445 lines 0 comments Download
M core/src/fpdfdoc/doc_formfield.cpp View 1 chunk +986 lines, -1016 lines 0 comments Download
M core/src/fpdfdoc/doc_link.cpp View 1 chunk +79 lines, -85 lines 0 comments Download
M core/src/fpdfdoc/doc_metadata.cpp View 1 chunk +124 lines, -132 lines 0 comments Download
M core/src/fpdfdoc/doc_ocg.cpp View 1 chunk +266 lines, -261 lines 0 comments Download
M core/src/fpdfdoc/doc_tagged.cpp View 2 chunks +425 lines, -405 lines 0 comments Download
M core/src/fpdfdoc/doc_utils.cpp View 1 chunk +761 lines, -721 lines 0 comments Download
M core/src/fpdfdoc/doc_viewerPreferences.cpp View 1 chunk +40 lines, -46 lines 0 comments Download
M core/src/fpdfdoc/doc_vt.cpp View 1 chunk +1796 lines, -1782 lines 0 comments Download
M core/src/fpdfdoc/doc_vtmodule.cpp View 1 chunk +5 lines, -7 lines 0 comments Download
M core/src/fpdfdoc/pdf_vt.h View 2 chunks +512 lines, -594 lines 0 comments Download
M core/src/fpdfdoc/tagged_int.h View 1 chunk +80 lines, -76 lines 0 comments Download
M core/src/fpdftext/fpdf_text.cpp View 2 chunks +802 lines, -729 lines 0 comments Download
M core/src/fpdftext/fpdf_text_int.cpp View 3 chunks +2809 lines, -2689 lines 0 comments Download
M core/src/fpdftext/fpdf_text_search.cpp View 1 chunk +307 lines, -288 lines 0 comments Download
M core/src/fpdftext/text_int.h View 1 chunk +205 lines, -184 lines 0 comments Download
M core/src/fpdftext/txtproc.h View 1 chunk +68 lines, -56 lines 0 comments Download
M core/src/fpdftext/unicodenormalization.cpp View 2 chunks +54 lines, -56 lines 0 comments Download
M core/src/fx_freetype.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fx_jpeglib.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fx_zlib.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/codec/codec_int.h View 1 chunk +294 lines, -222 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec.cpp View 1 chunk +394 lines, -400 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_fax.cpp View 1 chunk +776 lines, -933 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_flate.cpp View 1 chunk +956 lines, -872 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_icc.cpp View 1 chunk +1944 lines, -1297 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jbig.cpp View 1 chunk +221 lines, -183 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jbig_enc.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jpeg.cpp View 1 chunk +665 lines, -607 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_jpx_opj.cpp View 1 chunk +763 lines, -737 lines 0 comments Download
M core/src/fxcodec/fx_libopenjpeg/include/fx_openjpeg.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/fx_zlib/include/fx_zlib.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/jbig2/JBig2_ArithDecoder.h View 2 chunks +92 lines, -98 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h View 1 chunk +16 lines, -20 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp View 1 chunk +81 lines, -84 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_ArithQe.h View 1 chunk +52 lines, -54 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_BitStream.h View 1 chunk +211 lines, -238 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Context.h View 2 chunks +92 lines, -79 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Context.cpp View 1 chunk +1869 lines, -1710 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Define.h View 1 chunk +23 lines, -18 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h View 2 chunks +294 lines, -249 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp View 5 chunks +4413 lines, -4000 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h View 1 chunk +8 lines, -10 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp View 1 chunk +41 lines, -43 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanTable.h View 2 chunks +21 lines, -23 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp View 1 chunk +164 lines, -168 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h View 1 chunk +196 lines, -222 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Image.h View 2 chunks +60 lines, -35 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Image.cpp View 1 chunk +1586 lines, -1556 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_List.h View 2 chunks +35 lines, -49 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Module.h View 1 chunk +14 lines, -14 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Object.h View 2 chunks +33 lines, -21 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Object.cpp View 1 chunk +59 lines, -59 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Page.h View 1 chunk +6 lines, -8 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_PatternDict.h View 1 chunk +8 lines, -9 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_PatternDict.cpp View 1 chunk +12 lines, -14 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Segment.h View 2 chunks +45 lines, -45 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Segment.cpp View 1 chunk +38 lines, -42 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_SymbolDict.h View 2 chunks +10 lines, -12 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp View 1 chunk +21 lines, -23 lines 0 comments Download
M core/src/fxcrt/extension.h View 1 chunk +378 lines, -403 lines 0 comments Download
M core/src/fxcrt/fx_arabic.h View 1 chunk +21 lines, -25 lines 0 comments Download
M core/src/fxcrt/fx_arabic.cpp View 1 chunk +63 lines, -69 lines 0 comments Download
M core/src/fxcrt/fx_basic_array.cpp View 1 chunk +324 lines, -319 lines 0 comments Download
M core/src/fxcrt/fx_basic_bstring.cpp View 1 chunk +1073 lines, -1121 lines 0 comments Download
M core/src/fxcrt/fx_basic_buffer.cpp View 1 chunk +469 lines, -535 lines 0 comments Download
M core/src/fxcrt/fx_basic_coords.cpp View 1 chunk +528 lines, -553 lines 0 comments Download
M core/src/fxcrt/fx_basic_gcc.cpp View 4 chunks +177 lines, -182 lines 0 comments Download
M core/src/fxcrt/fx_basic_list.cpp View 1 chunk +108 lines, -118 lines 0 comments Download
M core/src/fxcrt/fx_basic_maps.cpp View 1 chunk +572 lines, -594 lines 0 comments Download
M core/src/fxcrt/fx_basic_memmgr.cpp View 1 chunk +41 lines, -47 lines 0 comments Download
M core/src/fxcrt/fx_basic_plex.cpp View 1 chunk +19 lines, -18 lines 0 comments Download
M core/src/fxcrt/fx_basic_utf.cpp View 1 chunk +70 lines, -75 lines 0 comments Download
M core/src/fxcrt/fx_basic_util.cpp View 2 chunks +378 lines, -394 lines 0 comments Download
M core/src/fxcrt/fx_basic_wstring.cpp View 1 chunk +1060 lines, -1074 lines 0 comments Download
M core/src/fxcrt/fx_extension.cpp View 2 chunks +311 lines, -331 lines 0 comments Download
M core/src/fxcrt/fx_unicode.cpp View 1 chunk +45 lines, -47 lines 0 comments Download
M core/src/fxcrt/fx_xml_composer.cpp View 1 chunk +28 lines, -28 lines 0 comments Download
M core/src/fxcrt/fx_xml_parser.cpp View 1 chunk +790 lines, -815 lines 0 comments Download
M core/src/fxcrt/fxcrt_platforms.h View 1 chunk +25 lines, -23 lines 0 comments Download
M core/src/fxcrt/fxcrt_platforms.cpp View 1 chunk +155 lines, -175 lines 0 comments Download
M core/src/fxcrt/fxcrt_posix.h View 1 chunk +26 lines, -22 lines 0 comments Download
M core/src/fxcrt/fxcrt_posix.cpp View 1 chunk +161 lines, -179 lines 0 comments Download
M core/src/fxcrt/fxcrt_windows.h View 1 chunk +22 lines, -20 lines 0 comments Download
M core/src/fxcrt/fxcrt_windows.cpp View 1 chunk +193 lines, -194 lines 0 comments Download
M core/src/fxcrt/plex.h View 1 chunk +4 lines, -7 lines 0 comments Download
M core/src/fxcrt/xml_int.h View 1 chunk +106 lines, -151 lines 0 comments Download
M core/src/fxge/agg/include/fx_agg_driver.h View 1 chunk +138 lines, -107 lines 0 comments Download
M core/src/fxge/agg/include/fxfx_agg_basics.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fxfx_agg_clip_liang_barsky.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fxfx_agg_conv_dash.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fxfx_agg_conv_stroke.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fxfx_agg_curves.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fxfx_agg_path_storage.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fxfx_agg_rasterizer_scanline_aa.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fxfx_agg_renderer_scanline.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fxfx_agg_rendering_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fxfx_agg_scanline_u.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/src/fxfx_agg_curves.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/src/fxfx_agg_driver.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/src/fxfx_agg_path_storage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/src/fxfx_agg_rasterizer_scanline_aa.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/src/fxfx_agg_vcgen_dash.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/src/fxfx_agg_vcgen_stroke.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/android/fpf_skiafont.h View 2 chunks +43 lines, -43 lines 0 comments Download
M core/src/fxge/android/fpf_skiafont.cpp View 1 chunk +196 lines, -186 lines 0 comments Download
M core/src/fxge/android/fpf_skiafontmgr.h View 1 chunk +87 lines, -97 lines 0 comments Download
M core/src/fxge/android/fpf_skiafontmgr.cpp View 1 chunk +484 lines, -506 lines 0 comments Download
M core/src/fxge/android/fpf_skiamodule.h View 1 chunk +10 lines, -10 lines 0 comments Download
M core/src/fxge/android/fpf_skiamodule.cpp View 1 chunk +26 lines, -30 lines 0 comments Download
M core/src/fxge/android/fx_android_font.h View 1 chunk +25 lines, -20 lines 0 comments Download
M core/src/fxge/android/fx_android_font.cpp View 1 chunk +65 lines, -67 lines 0 comments Download
M core/src/fxge/android/fx_android_imp.cpp View 1 chunk +19 lines, -21 lines 0 comments Download
M core/src/fxge/android/fx_fpf.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/apple/apple_int.h View 1 chunk +233 lines, -216 lines 0 comments Download
M core/src/fxge/apple/fx_apple_platform.cpp View 2 chunks +167 lines, -144 lines 0 comments Download
M core/src/fxge/apple/fx_mac_imp.cpp View 1 chunk +97 lines, -92 lines 0 comments Download
M core/src/fxge/apple/fx_quartz_device.cpp View 2 chunks +1051 lines, -1043 lines 0 comments Download
M core/src/fxge/dib/dib_int.h View 1 chunk +78 lines, -77 lines 0 comments Download
M core/src/fxge/dib/fx_dib_composite.cpp View 1 chunk +5382 lines, -4361 lines 0 comments Download
M core/src/fxge/dib/fx_dib_convert.cpp View 1 chunk +1330 lines, -1011 lines 0 comments Download
M core/src/fxge/dib/fx_dib_engine.cpp View 2 chunks +923 lines, -803 lines 0 comments Download
M core/src/fxge/dib/fx_dib_main.cpp View 2 chunks +1740 lines, -1597 lines 0 comments Download
M core/src/fxge/dib/fx_dib_transform.cpp View 1 chunk +1045 lines, -740 lines 0 comments Download
M core/src/fxge/ge/fx_ge.cpp View 1 chunk +52 lines, -61 lines 0 comments Download
M core/src/fxge/ge/fx_ge_device.cpp View 1 chunk +513 lines, -347 lines 0 comments Download
M core/src/fxge/ge/fx_ge_font.cpp View 1 chunk +412 lines, -404 lines 0 comments Download
M core/src/fxge/ge/fx_ge_fontmap.cpp View 2 chunks +1447 lines, -1409 lines 0 comments Download
M core/src/fxge/ge/fx_ge_linux.cpp View 1 chunk +255 lines, -218 lines 0 comments Download
M core/src/fxge/ge/fx_ge_path.cpp View 1 chunk +687 lines, -621 lines 0 comments Download
M core/src/fxge/ge/fx_ge_ps.cpp View 2 chunks +684 lines, -595 lines 0 comments Download
M core/src/fxge/ge/fx_ge_text.cpp View 2 chunks +2002 lines, -1600 lines 0 comments Download
M core/src/fxge/ge/text_int.h View 1 chunk +76 lines, -88 lines 0 comments Download
M core/src/fxge/skia/fx_skia_blitter_new.h View 1 chunk +509 lines, -217 lines 0 comments Download
M core/src/fxge/skia/fx_skia_blitter_new.cpp View 4 chunks +1788 lines, -1520 lines 0 comments Download
M core/src/fxge/skia/fx_skia_device.h View 1 chunk +137 lines, -81 lines 0 comments Download
M core/src/fxge/skia/fx_skia_device.cpp View 2 chunks +615 lines, -443 lines 0 comments Download
M core/src/fxge/win32/dwrite_int.h View 1 chunk +36 lines, -31 lines 0 comments Download
M core/src/fxge/win32/fx_win32_device.cpp View 3 chunks +1356 lines, -1082 lines 0 comments Download
M core/src/fxge/win32/fx_win32_dib.cpp View 1 chunk +305 lines, -270 lines 0 comments Download
M core/src/fxge/win32/fx_win32_dwrite.cpp View 3 chunks +384 lines, -413 lines 0 comments Download
M core/src/fxge/win32/fx_win32_gdipext.cpp View 2 chunks +1491 lines, -1205 lines 0 comments Download
M core/src/fxge/win32/fx_win32_print.cpp View 2 chunks +498 lines, -362 lines 0 comments Download
M core/src/fxge/win32/win32_int.h View 1 chunk +331 lines, -220 lines 0 comments Download
M core/src/reflow/autoreflow.h View 2 chunks +80 lines, -101 lines 0 comments Download
M core/src/reflow/autoreflow.cpp View 1 chunk +767 lines, -735 lines 0 comments Download
M core/src/reflow/layoutprocessor_reflow.cpp View 1 chunk +1614 lines, -1483 lines 0 comments Download
M core/src/reflow/layoutprovider_taggedpdf.h View 1 chunk +55 lines, -59 lines 0 comments Download
M core/src/reflow/layoutprovider_taggedpdf.cpp View 1 chunk +723 lines, -742 lines 0 comments Download
M core/src/reflow/reflowedpage.h View 2 chunks +321 lines, -319 lines 0 comments Download
M core/src/reflow/reflowedpage.cpp View 1 chunk +633 lines, -576 lines 0 comments Download
M core/src/reflow/reflowedtextpage.h View 2 chunks +46 lines, -39 lines 0 comments Download
M core/src/reflow/reflowedtextpage.cpp View 1 chunk +390 lines, -359 lines 0 comments Download
M core/src/reflow/reflowengine.cpp View 1 chunk +20 lines, -25 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h View 2 chunks +40 lines, -36 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_CheckBox.h View 1 chunk +18 lines, -14 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_ComboBox.h View 1 chunk +64 lines, -58 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_FormFiller.h View 2 chunks +201 lines, -150 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_IFormFiller.h View 3 chunks +192 lines, -117 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_ListBox.h View 1 chunk +28 lines, -27 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_Notify.h View 2 chunks +59 lines, -40 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_PushButton.h View 1 chunk +14 lines, -13 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_RadioButton.h View 1 chunk +19 lines, -15 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_TextField.h View 2 chunks +71 lines, -67 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_Utils.h View 1 chunk +16 lines, -12 lines 0 comments Download
M fpdfsdk/include/formfiller/FormFiller.h View 2 chunks +7 lines, -12 lines 0 comments Download
M fpdfsdk/include/fpdf_dataavail.h View 6 chunks +164 lines, -108 lines 0 comments Download
M fpdfsdk/include/fpdf_ext.h View 2 chunks +67 lines, -64 lines 0 comments Download
M fpdfsdk/include/fpdf_flatten.h View 1 chunk +29 lines, -25 lines 0 comments Download
M fpdfsdk/include/fpdf_fwlevent.h View 3 chunks +95 lines, -108 lines 0 comments Download
M fpdfsdk/include/fpdf_progressive.h View 3 chunks +82 lines, -57 lines 0 comments Download
M fpdfsdk/include/fpdf_searchex.h View 2 chunks +10 lines, -8 lines 0 comments Download
M fpdfsdk/include/fpdf_sysfontinfo.h View 4 chunks +245 lines, -182 lines 0 comments Download
M fpdfsdk/include/fpdf_transformpage.h View 6 chunks +68 lines, -30 lines 0 comments Download
M fpdfsdk/include/fpdfdoc.h View 6 chunks +145 lines, -83 lines 0 comments Download
M fpdfsdk/include/fpdfedit.h View 8 chunks +174 lines, -93 lines 0 comments Download
M fpdfsdk/include/fpdfformfill.h View 3 chunks +935 lines, -638 lines 0 comments Download
M fpdfsdk/include/fpdfoom.h View 2 chunks +25 lines, -30 lines 0 comments Download
M fpdfsdk/include/fpdfppo.h View 2 chunks +24 lines, -15 lines 0 comments Download
M fpdfsdk/include/fpdfsave.h View 2 chunks +48 lines, -42 lines 0 comments Download
M fpdfsdk/include/fpdftext.h View 7 chunks +232 lines, -117 lines 0 comments Download
M fpdfsdk/include/fpdfview.h View 13 chunks +490 lines, -293 lines 0 comments Download
M fpdfsdk/include/fsdk_actionhandler.h View 1 chunk +136 lines, -64 lines 0 comments Download
M fpdfsdk/include/fsdk_annothandler.h View 1 chunk +330 lines, -227 lines 0 comments Download
M fpdfsdk/include/fsdk_baseannot.h View 2 chunks +164 lines, -164 lines 0 comments Download
M fpdfsdk/include/fsdk_baseform.h View 2 chunks +285 lines, -261 lines 0 comments Download
M fpdfsdk/include/fsdk_common.h View 1 chunk +31 lines, -32 lines 0 comments Download
M fpdfsdk/include/fsdk_define.h View 2 chunks +76 lines, -71 lines 0 comments Download
M fpdfsdk/include/fsdk_mgr.h View 4 chunks +613 lines, -568 lines 0 comments Download
M fpdfsdk/include/fsdk_rendercontext.h View 2 chunks +22 lines, -24 lines 0 comments Download
M fpdfsdk/include/fx_systemhandler.h View 1 chunk +81 lines, -75 lines 0 comments Download
M fpdfsdk/include/fxedit/fx_edit.h View 2 chunks +513 lines, -430 lines 0 comments Download
M fpdfsdk/include/fxedit/fxet_edit.h View 2 chunks +727 lines, -720 lines 0 comments Download
M fpdfsdk/include/fxedit/fxet_list.h View 2 chunks +313 lines, -331 lines 0 comments Download
M fpdfsdk/include/fxedit/fxet_stub.h View 1 chunk +15 lines, -14 lines 0 comments Download
M fpdfsdk/include/javascript/Consts.h View 2 chunks +57 lines, -67 lines 0 comments Download
M fpdfsdk/include/javascript/Document.h View 1 chunk +223 lines, -238 lines 0 comments Download
M fpdfsdk/include/javascript/Field.h View 2 chunks +425 lines, -317 lines 0 comments Download
M fpdfsdk/include/javascript/IJavaScript.h View 2 chunks +160 lines, -96 lines 0 comments Download
M fpdfsdk/include/javascript/Icon.h View 1 chunk +26 lines, -28 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Console.h View 3 chunks +212 lines, -203 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Context.h View 2 chunks +137 lines, -82 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Define.h View 1 chunk +798 lines, -743 lines 0 comments Download
M fpdfsdk/include/javascript/JS_EventHandler.h View 2 chunks +200 lines, -152 lines 0 comments Download
M fpdfsdk/include/javascript/JS_GlobalData.h View 1 chunk +74 lines, -71 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Module.h View 2 chunks +26 lines, -27 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Object.h View 2 chunks +202 lines, -254 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Runtime.h View 1 chunk +50 lines, -47 lines 0 comments Download
M fpdfsdk/include/javascript/JS_Value.h View 2 chunks +161 lines, -153 lines 0 comments Download
M fpdfsdk/include/javascript/JavaScript.h View 1 chunk +12 lines, -18 lines 0 comments Download
M fpdfsdk/include/javascript/PublicMethods.h View 1 chunk +96 lines, -82 lines 0 comments Download
M fpdfsdk/include/javascript/app.h View 5 chunks +148 lines, -148 lines 0 comments Download
M fpdfsdk/include/javascript/color.h View 1 chunk +55 lines, -59 lines 0 comments Download
M fpdfsdk/include/javascript/console.h View 1 chunk +21 lines, -24 lines 0 comments Download
M fpdfsdk/include/javascript/event.h View 1 chunk +52 lines, -55 lines 0 comments Download
M fpdfsdk/include/javascript/global.h View 2 chunks +68 lines, -66 lines 0 comments Download
M fpdfsdk/include/javascript/report.h View 1 chunk +17 lines, -20 lines 0 comments Download
M fpdfsdk/include/javascript/resource.h View 1 chunk +98 lines, -102 lines 0 comments Download
M fpdfsdk/include/javascript/util.h View 1 chunk +34 lines, -31 lines 0 comments Download
M fpdfsdk/include/jsapi/fxjs_v8.h View 2 chunks +196 lines, -117 lines 0 comments Download
M fpdfsdk/include/pdfwindow/IPDFWindow.h View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PDFWindow.h View 2 chunks +9 lines, -10 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Button.h View 1 chunk +13 lines, -15 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Caret.h View 1 chunk +37 lines, -38 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ComboBox.h View 1 chunk +78 lines, -79 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Edit.h View 2 chunks +157 lines, -122 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_EditCtrl.h View 2 chunks +163 lines, -150 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_FontMap.h View 1 chunk +117 lines, -108 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Icon.h View 1 chunk +33 lines, -38 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_IconList.h View 2 chunks +103 lines, -103 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Label.h View 2 chunks +28 lines, -30 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ListBox.h View 2 chunks +102 lines, -86 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ListCtrl.h View 2 chunks +39 lines, -40 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Note.h View 2 chunks +295 lines, -288 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_ScrollBar.h View 2 chunks +136 lines, -143 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Signature.h View 2 chunks +39 lines, -41 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_SpecialButton.h View 2 chunks +33 lines, -38 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Utils.h View 1 chunk +385 lines, -217 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Wnd.h View 3 chunks +435 lines, -427 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp View 1 chunk +245 lines, -256 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_CheckBox.cpp View 1 chunk +101 lines, -114 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_ComboBox.cpp View 2 chunks +315 lines, -372 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_FormFiller.cpp View 1 chunk +677 lines, -742 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_IFormFiller.cpp View 3 chunks +970 lines, -1033 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_ListBox.cpp View 2 chunks +225 lines, -278 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_Notify.cpp View 2 chunks +119 lines, -112 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_PushButton.cpp View 1 chunk +23 lines, -24 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_RadioButton.cpp View 2 chunks +102 lines, -105 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_TextField.cpp View 2 chunks +275 lines, -334 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_Utils.cpp View 1 chunk +97 lines, -104 lines 0 comments Download
M fpdfsdk/src/fpdf_dataavail.cpp View 1 chunk +117 lines, -135 lines 0 comments Download
M fpdfsdk/src/fpdf_ext.cpp View 1 chunk +182 lines, -216 lines 0 comments Download
M fpdfsdk/src/fpdf_flatten.cpp View 2 chunks +510 lines, -526 lines 0 comments Download
M fpdfsdk/src/fpdf_progressive.cpp View 2 chunks +115 lines, -86 lines 0 comments Download
M fpdfsdk/src/fpdf_searchex.cpp View 1 chunk +7 lines, -6 lines 0 comments Download
M fpdfsdk/src/fpdf_sysfontinfo.cpp View 1 chunk +143 lines, -129 lines 0 comments Download
M fpdfsdk/src/fpdf_transformpage.cpp View 1 chunk +307 lines, -296 lines 0 comments Download
M fpdfsdk/src/fpdfdoc.cpp View 2 chunks +235 lines, -211 lines 0 comments Download
M fpdfsdk/src/fpdfeditimg.cpp View 1 chunk +60 lines, -56 lines 0 comments Download
M fpdfsdk/src/fpdfeditpage.cpp View 1 chunk +302 lines, -283 lines 0 comments Download
M fpdfsdk/src/fpdfformfill.cpp View 2 chunks +375 lines, -388 lines 0 comments Download
M fpdfsdk/src/fpdfoom.cpp View 1 chunk +11 lines, -13 lines 0 comments Download
M fpdfsdk/src/fpdfppo.cpp View 1 chunk +394 lines, -428 lines 0 comments Download
M fpdfsdk/src/fpdfsave.cpp View 2 chunks +61 lines, -69 lines 0 comments Download
M fpdfsdk/src/fpdftext.cpp View 2 chunks +258 lines, -224 lines 0 comments Download
M fpdfsdk/src/fpdfview.cpp View 3 chunks +914 lines, -809 lines 0 comments Download
M fpdfsdk/src/fsdk_actionhandler.cpp View 3 chunks +831 lines, -816 lines 0 comments Download
M fpdfsdk/src/fsdk_annothandler.cpp View 2 chunks +833 lines, -923 lines 0 comments Download
M fpdfsdk/src/fsdk_baseannot.cpp View 1 chunk +1045 lines, -1107 lines 0 comments Download
M fpdfsdk/src/fsdk_baseform.cpp View 2 chunks +2861 lines, -3004 lines 0 comments Download
M fpdfsdk/src/fsdk_mgr.cpp View 2 chunks +931 lines, -1034 lines 0 comments Download
M fpdfsdk/src/fsdk_rendercontext.cpp View 1 chunk +34 lines, -31 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_ap.cpp View 1 chunk +191 lines, -203 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_edit.cpp View 1 chunk +2903 lines, -3264 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_list.cpp View 1 chunk +680 lines, -849 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_module.cpp View 2 chunks +15 lines, -22 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_pageobjs.cpp View 1 chunk +747 lines, -624 lines 0 comments Download
M fpdfsdk/src/javascript/Consts.cpp View 2 chunks +206 lines, -179 lines 0 comments Download
M fpdfsdk/src/javascript/Document.cpp View 4 chunks +2030 lines, -2198 lines 0 comments Download
M fpdfsdk/src/javascript/Field.cpp View 3 chunks +3595 lines, -3805 lines 0 comments Download
M fpdfsdk/src/javascript/Icon.cpp View 2 chunks +21 lines, -30 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Context.cpp View 2 chunks +273 lines, -255 lines 0 comments Download
M fpdfsdk/src/javascript/JS_EventHandler.cpp View 2 chunks +581 lines, -559 lines 0 comments Download
M fpdfsdk/src/javascript/JS_GlobalData.cpp View 1 chunk +418 lines, -484 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Object.cpp View 2 chunks +88 lines, -95 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Runtime.cpp View 2 chunks +369 lines, -391 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Value.cpp View 2 chunks +338 lines, -411 lines 0 comments Download
M fpdfsdk/src/javascript/PublicMethods.cpp View 2 chunks +1964 lines, -2168 lines 0 comments Download
M fpdfsdk/src/javascript/app.cpp View 4 chunks +880 lines, -976 lines 0 comments Download
M fpdfsdk/src/javascript/color.cpp View 4 chunks +170 lines, -193 lines 0 comments Download
M fpdfsdk/src/javascript/console.cpp View 2 chunks +21 lines, -38 lines 0 comments Download
M fpdfsdk/src/javascript/event.cpp View 2 chunks +249 lines, -287 lines 0 comments Download
M fpdfsdk/src/javascript/global.cpp View 2 chunks +493 lines, -490 lines 0 comments Download
M fpdfsdk/src/javascript/report.cpp View 2 chunks +14 lines, -19 lines 0 comments Download
M fpdfsdk/src/javascript/util.cpp View 3 chunks +543 lines, -581 lines 0 comments Download
M fpdfsdk/src/jsapi/fxjs_v8.cpp View 1 chunk +998 lines, -934 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Button.cpp View 2 chunks +21 lines, -28 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Caret.cpp View 2 chunks +136 lines, -161 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ComboBox.cpp View 2 chunks +516 lines, -558 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Edit.cpp View 2 chunks +1120 lines, -1142 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_EditCtrl.cpp View 2 chunks +514 lines, -601 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_FontMap.cpp View 2 chunks +431 lines, -484 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Icon.cpp View 2 chunks +182 lines, -208 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_IconList.cpp View 2 chunks +427 lines, -500 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Label.cpp View 2 chunks +106 lines, -132 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ListBox.cpp View 2 chunks +517 lines, -547 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ListCtrl.cpp View 2 chunks +143 lines, -172 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Note.cpp View 2 chunks +1425 lines, -1537 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ScrollBar.cpp View 2 chunks +1209 lines, -1186 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Signature.cpp View 2 chunks +137 lines, -144 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_SpecialButton.cpp View 2 chunks +40 lines, -56 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Utils.cpp View 2 chunks +3694 lines, -2728 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_Wnd.cpp View 3 chunks +872 lines, -1059 lines 0 comments Download
M fpdfsdk/src/resource.h View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/logging.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/macros.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/numerics/safe_conversions.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/numerics/safe_conversions_impl.h View 4 chunks +25 lines, -27 lines 0 comments Download
M third_party/numerics/safe_math.h View 1 chunk +10 lines, -5 lines 0 comments Download
M third_party/numerics/safe_math_impl.h View 7 chunks +11 lines, -11 lines 0 comments Download
M third_party/template_util.h View 2 chunks +10 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Tom Sepez
drive-by: I should probably just be quiet, since this is much better, but having read ...
6 years, 4 months ago (2014-08-12 18:19:14 UTC) #1
Nico
https://codereview.chromium.org/453133004/diff/1/core/include/fpdfapi/fpdf_parser.h File core/include/fpdfapi/fpdf_parser.h (right): https://codereview.chromium.org/453133004/diff/1/core/include/fpdfapi/fpdf_parser.h#newcode40 core/include/fpdfapi/fpdf_parser.h:40: #define FPDFPERM_PRINT 0x0004 On 2014/08/12 18:19:14, Tom Sepez wrote: ...
6 years, 4 months ago (2014-08-12 18:29:39 UTC) #2
Tom Sepez
6 years, 4 months ago (2014-08-12 18:36:29 UTC) #3
Mostly in agreement with you.

> but in that case it just looks like a bunch of bytes that likely will never
> change, so the output seems fine?
I only mention this because the array is of [256] bytes, finding a particular
byte via "2D visual indexing" in a power of two sized array is easier when the
row count is a power of two ...

Powered by Google App Engine
This is Rietveld 408576698