https://bugs.documentfoundation.org/show_bug.cgi?id=118107
--- Comment #2 from Julien Nabet <[email protected]> ---
Unwinding a bit, we got an assert because:
we don't enter if bTryDirectPaint block (see
https://opengrok.libreoffice.org/xref/core/vcl/source/outdev/bitmap.cxx#661)
659 bool bTryDirectPaint(!pDisableNative && !bHMirr && !bVMirr);
and gdb indicates bHMirr = true (whereas the others are false)
bHMirr = true because
637 const bool bHMirr = aOutSz.Width() < 0; (width = -1)
some frame above in the stack, we find:
285 rTargetSurface.DrawBitmapEx( aOutPos, aOutputSize,
286 BitmapEx(
maContent->GetBitmap(),
287 aAlpha ) );
see
https://opengrok.libreoffice.org/xref/core/canvas/source/vcl/spritehelper.cxx#285
To be continued because I should add some traces to be sure.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs