[Android] Reuse Paint
instances
#13258
Labels
difficulty/tbd
Categorizes an issue for which the difficulty level needs to be defined.
kind/enhancement
New feature or request
triage/untriaged
Indicates an issue requires triaging or verification
What would you like to be added:
Currently brushes and other Android code creates a new instance of
Paint
each time it is needed and immediately disposes of it, which definitely hinders performance.Why is this needed:
Performance
For which Platform:
Android
The text was updated successfully, but these errors were encountered: