commit | 0c10cc6052dc279f020e4adf069961e6e8f9dd6e | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Fri Jan 10 18:38:39 2014 +0000 |
committer | David Butcher <david.butcher@arm.com> | Mon Jan 13 14:50:50 2014 +0000 |
tree | 7d796a57a1c2d239570361148a4982fb019fdda6 | |
parent | 868173a53f0d1059408b049f30af3402d5b0de64 [diff] |
AArch64: Use long for pointers in graphics/PathMeasure For storing pointers, long is used in android/graphics/PathMeasure class, as native pointers can be 64-bit. In addition, some minor changes have been done to conform with standard JNI practice (e.g. use of jint instead of int in JNI function prototypes) Change-Id: I4599a9d5f7dcf9c39838db96d9033059114d3a49 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>