Files
frameworks_base/core/jni/android/graphics
John Reck c6024cdd35 JNI optimization tweaks to Paint high-frequency methods
Bug: 22378829

Use fast-jni for getFontMetrics, drops from 35us -> 30us
Note the "heavy" part of the method, getMetricsInternal, is
already called by other fast-jni methods.

Use critical array access for getRunAdvance_* methods. This
will avoid the copy and the access is appropriately scoped
and fast enough to not significantly block the moving GC.
Improves from 88us -> 79us on short text

Change-Id: I7c1481c23f6dba3420fbcf48220f6335cf9f6d10
2015-07-10 10:58:46 -07:00
..
2015-06-04 14:57:06 -07:00
2015-03-13 08:05:07 -04:00
2015-03-14 06:00:23 +00:00
2015-03-13 08:05:55 -04:00
2015-06-17 11:56:43 -04:00
2015-06-10 16:58:50 -07:00
2015-04-02 23:14:58 +00:00
2015-01-30 09:05:11 -05:00