• Michael Stahl's avatar
    vcl: try to fix sizes in ImplBlendToBitmap() · 2ca79052
    Michael Stahl yazdı
    Since commit 2f84b420,
    sw_unoapi test sw.SwAccessibleEndnoteView crashes while trying to blend
    a 1107x8 Bitmap into a 97x8 Bitmap; it's not obvious that any of the
    parameters passed in is wrong and it's odd that ImplBlendToBitmap()
    would use rSrcBuffer.mnHeight and rDstBuffer.mnWidth; presumably
    it should use both height and width of the same buffer.
    
    Change-Id: I40b98ba56e703323df91f6fd7773addcfd69a402
    2ca79052
bmpfast.cxx 31 KB