summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2/JBig2_Image.cpp
AgeCommit message (Expand)Author
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-09-25Add FxAlignToBoundary<>() template helper function.Tom Sepez
2018-08-07Combine redundant CJBig2_Image code.Tom Sepez
2018-08-06Small optimization in CJBig2_Image::SubImage()Tom Sepez
2018-08-02Use more helper macros/methods in JBig2_Image.cpp.Tom Sepez
2018-08-02Tidy JBig2_Image.cppchromium/3511Tom Sepez
2018-08-02Introduce JBIG2_PUTDWORD() macro in CJBIG2_Image.hTom Sepez
2018-08-01Bounds check lineSrc in JBig2_Image.cpp.Tom Sepez
2018-05-22Remove JBIG2_memcpy() and JBIG2_memset().Lei Zhang
2018-05-22Remove return value from CJBig2_Image::SetPixel().Lei Zhang
2018-05-22Fix method style in JBig2_Image.Lei Zhang
2018-05-01Clean up CJBig2_Image compose methods.Lei Zhang
2018-04-27Add CJBig2_Image::IsValidImageSize() helper method.Lei Zhang
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-18Avoid integer overflows in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-18Declare variables closer to use in CJBig2_Image::composeTo_opt2().Lei Zhang
2017-11-07Use MaybeOwned in CJBig2_ImageNicolas Pena
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-28Add helper methods in CJBig2_GRRDProc.Lei Zhang
2017-07-14More unique_ptrs in JBIG2 code part 2Nicolas Pena
2016-11-02Remove FX_BOOL from coretsepez
2016-10-27Fix FX_BOOL / int noise in JBig2, pass 3tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-08-08Check if image width or height are zero before proceeding.dsinclair
2016-08-02Bound total pixels in JBig2 images to avoid overflows later.tsepez
2016-06-07Get rid of NULLs in core/thestig
2016-04-06Rename FX_SAFE_DWORD to FX_SAFE_UINT32dsinclair
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-14Move core/src/ up to core/.Dan Sinclair