[Libreoffice-bugs] [Bug 127858] Assertion when trying to edit a form (Linux gen rendering)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 29 09:21:54 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=127858

--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
Noel: about 32 bits bmp, except in
https://opengrok.libreoffice.org/xref/core/svx/source/sdr/primitive2d/sdrprimitivetools.cxx?r=a2bd7470#56
56      BitmapEx aBitmap = vcl::bitmap::CreateFromData(cross, 3, 3, 12, 32);

I also noticed this one with grep -n CreateFromData:
   1669                     BitmapEx aImage =
vcl::bitmap::CreateFromData(maBitmap.data(), nImageWidth, nImageLength,
   1670                             nImageWidth * (HasAlphaChannel() ? 4 : 3),
// scanline bytes
   1671                             HasAlphaChannel() ? 32 : 24);

See
https://opengrok.libreoffice.org/xref/core/filter/source/graphicfilter/itiff/itiff.cxx?r=09ad0e78#1669

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190929/59d5d7ad/attachment.html>


More information about the Libreoffice-bugs mailing list