summaryrefslogtreecommitdiff
path: root/fxbarcode/pdf417
AgeCommit message (Expand)Author
2018-10-24Use ASSERT() consistently. Replace assert() usage.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Remove CBC_BarcodeMatrix::m_matrixOut and just return the bit array.Henrique Nakashima
2018-08-23Swap width and height params in CBC_BarcodeMatrix constructor.Henrique Nakashima
2018-08-23Remove m_bTruncated flag from CBC_PDF417Writer.Henrique Nakashima
2018-08-22Remove m_currentRow from the state of CBC_BarcodeMatrix.Henrique Nakashima
2018-08-22Simplify internal state of CBC_BarcodeMatrix.Henrique Nakashima
2018-08-22Remove unused barcode matrix scaling code.Henrique Nakashima
2018-08-22Change in/out params in CBC_PDF417Writer::Encode to only out.Henrique Nakashima
2018-08-22Remove unused setters in CBC_BarcodeMatrix and CBC_BarcodeRow.Henrique Nakashima
2018-08-21Remove excessive padding above and below PDF417 barcodes.Henrique Nakashima
2018-08-16Allow PDF417 barcodes to reduce modules by shaving off padding.Henrique Nakashima
2018-08-16If rows need to overflow in a PDF417 barcode, keep it to a minimum.Henrique Nakashima
2018-08-16Optimize rendering of two dimensional barcodes: deduplicate regions.Henrique Nakashima
2018-04-12Tidy up types in CBC_PDF417HighLevelEncoderRyan Harrison
2018-04-11Reserve space to reduce memory operations while encoding barcodeRyan Harrison
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-09-19IWYU: Explicitly include <stdint.h> in some headers.Raphael Kubo da Costa
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-15Remove GetAt from string classesRyan Harrison
2017-06-23Cleaning up fx_string_testhelpers.Henrique Nakashima
2017-05-02Remove more |new|s, part 7Tom Sepez
2017-04-28Remove dead dimensions code in fxbarcode.chromium/3084Lei Zhang
2017-04-21Change more fxbarcode to use return values.Lei Zhang
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-29Move xfa/fxbarcode fxbarcode/Dan Sinclair