Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native lottie optimizations. #1750

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

0x7FFF
Copy link

@0x7FFF 0x7FFF commented Mar 16, 2023

No description provided.

Remove decompress buffer as it is not used.
Remove destructor as it was for decompress buffer.
Replace long-running ptr operations with unique_ptr for better maintainability.
Move colors into LottieInfo structure.
Move default FitzModifier value to switch operator.
Add additional checks to caching without boolean val.
Remove some unnecessary checks.
Add casting where it is appropriate.
Simplify some returns.
Format code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants