Skip to content

splash: Refactor code for SplashBitmap fill memset

Martin requested to merge bz2/poppler:fill_bitmap_helpers into master

New static (for now) fillBitmapData and fillBitmapAlpha helpers in Splash.cc which replace the old code duplication particularly in Splash::clear method.

Use appropriate types for dimensions (size_t) and offset (ptrdiff_t) which forms one part of enabling big images.

Merge request reports