History log of /frameworks/base/core/jni/android_text_StaticLayout.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9b727000360c3cc103a36d4eb1f3b15e0ed8eae8 08-Jul-2014 Anish Athalye <aathalye@google.com> Fix extraneous allocation and copying

With breaks being allocated the way it was, there were 16 ints with
value 0 being stored in the beginning of the vector. Because of the way
the rest of the code is structured, this did not result in incorrect
operation, but it still wasted time and memory.

Change-Id: Ic0df3e5484417da51f2465ec2d72222fefffc18a
/frameworks/base/core/jni/android_text_StaticLayout.cpp
88b5b0be887fc5dc3b0b879b4179dde200d2e4d6 24-Jun-2014 Anish Athalye <aathalye@google.com> Implement line breaking using ICU break iterator

Change-Id: I4ad98757aa2eab5dbc2ae44c0391e900ef20c4d0
/frameworks/base/core/jni/android_text_StaticLayout.cpp