[Libreoffice-bugs] [Bug 118107] Assertion failure when playing Fade in and Swivel animation (with OpenGL)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 11 21:25:09 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=118107
--- Comment #2 from Julien Nabet <serval2412 at yahoo.fr> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180611/f664bf2a/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list