Description(Reland) Fix extraction of colour components in CPDF_DIBSource::DownSampleScanline32Bit
Previously, if |m_bpc| was < 8 (e.g. 4), this function may still try to
access the source components as if |m_bpc| == 8. Even when it fell into
the codepath that tried to do the right thing in this case, it was
wrong.
BUG=554151
R=tsepez@chromium.org, thestig@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/9b99615806e358fdb396d1cb162ee2e69c2a20ec
Committed: https://pdfium.googlesource.com/pdfium/+/e21fe98d5b5da7da01503b985b07b90c8e811689
Patch Set 1 #
Total comments: 10
Patch Set 2 : address comments #
Total comments: 1
Patch Set 3 : semicolon #Patch Set 4 : fix windows build #Patch Set 5 : delete unwanted change #
Total comments: 1
Messages
Total messages: 17 (4 generated)
|