<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Assertion when trying to edit a form (Linux gen rendering)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127858#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Assertion when trying to edit a form (Linux gen rendering)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127858">bug 127858</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>Noel: about 32 bits bmp, except in
<a href="https://opengrok.libreoffice.org/xref/core/svx/source/sdr/primitive2d/sdrprimitivetools.cxx?r=a2bd7470#56">https://opengrok.libreoffice.org/xref/core/svx/source/sdr/primitive2d/sdrprimitivetools.cxx?r=a2bd7470#56</a>
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
<a href="https://opengrok.libreoffice.org/xref/core/filter/source/graphicfilter/itiff/itiff.cxx?r=09ad0e78#1669">https://opengrok.libreoffice.org/xref/core/filter/source/graphicfilter/itiff/itiff.cxx?r=09ad0e78#1669</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>