mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Paint is an argument on most methods of Canvas, and in many uses the Paint contains only a color. In this case, return the Paint's value to native code as an int instead of constructing a list of attributes. This improved run time on a drawRect benchmark by 35%.