<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LibreOffice text blurry on Retina displays on macOS 11"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138122#c94">Comment # 94</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LibreOffice text blurry on Retina displays on macOS 11"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138122">bug 138122</a>
              from <span class="vcard"><a class="email" href="mailto:tml@iki.fi" title="Tor Lillqvist <tml@iki.fi>"> <span class="fn">Tor Lillqvist</span></a>
</span></b>
        <pre>How can that work? Surely correspondingly more space must be allocated for the
pRawData in that case, too? The docs for CGBitmapContextCreate say:

data
A pointer to the destination in memory where the drawing is to be rendered. The
size of this memory block should be at least (bytesPerRow*height) bytes.

and the "height" parameter we pass with such a change is nDY * fScale, and
bytesPerRow is (mnBitmapDepth * nDX) / 8, i.e. nDX * 4.</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>