Open
Bug 1690677
Opened 4 years ago
Updated 4 years ago
Refactor out Skia blending code used for animated images
Categories
(Core :: Graphics: ImageLib, task, P3)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: aosmond, Unassigned)
References
(Blocks 1 open bug)
Details
We use the SkBlitRow code to blend animated image partial frames into complete frames. We need to refactor this into something more maintainable for Skia updates since this isn't even exposed as a public API anymore.
Another option is to reuse/share somehow the SWGL blending code:
You need to log in
before you can comment on or make changes to this bug.
Description
•