aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/com_android_inputmethod_latin_NativeUtils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up constructorsKen Wakasa2012-08-131-38/+0
| | | | | | | | | | | And, use C++ style casts and use float math functions rather than double ones to save memory space. Also, stop using FloatMath and NativeUtils as standard Math methods are faster now. See http://code.google.com/p/android/issues/detail?id=36199 and https://android-review.googlesource.com/40700 multi-project commit with I4259fb5ab8a15ac5760a7f04fc8f4c860529f04a Change-Id: I0b81cff8c91769f7559a59b9528c75a5aabb4211
* Cleanup headersKen Wakasa2012-07-311-1/+1
| | | | Change-Id: I9124366b2000cad54966fb6936bb4691bbf115a3
* Misc cleanupsKen Wakasa2012-07-301-2/+1
| | | | Change-Id: I28308f12c3064299acefc346b72279036c3726a7
* Cosmetic fixes and style fixesKen Wakasa2012-07-251-17/+16
| | | | Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc
* Add NativeUtils.powf()Ken Wakasa2012-06-081-0/+40
Change-Id: I0339f39d49bc6390d098017f32d92c776974e03e