Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few quick blitbuffer fixes #1440

Merged
merged 2 commits into from
Dec 12, 2021
Merged

A few quick blitbuffer fixes #1440

merged 2 commits into from
Dec 12, 2021

Commits on Dec 11, 2021

  1. MµPDF: Make sure scaleBlitBuffer behaves in a consistent fashion across

    source BB types.
    
    That means ignoring the rotation flag in *every* case, and documenting
    that fact.
    
    Avoids crashes on rotated buffers of common types, where the stride
    member matches the unrotated layout, while the getWidth & getHeight
    methods did not.
    NiLuJe committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    a4b86ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6535196 View commit details
    Browse the repository at this point in the history