commit | c2063a5b18bc2e54f000b411c82f43992a53854e | [log] [tgz] |
---|---|---|
author | Fabrice Di Meglio <fdimeglio@google.com> | Mon Jul 18 13:35:18 2011 -0700 |
committer | Fabrice Di Meglio <fdimeglio@google.com> | Mon Jul 18 17:47:04 2011 -0700 |
tree | c0625a4dd35c6f1319f615dfa2694421434f2e84 | |
parent | 8abef6b014e58f1fdc866fc1bb1336ddcf4bbb57 [diff] |
Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing - optimization for single run case was broken - pass isRTL boolean along the call stack instead of the dirFlags integer (which was only used as a "isRTL" in the shaper) - update unit tests Change-Id: I33110b76a433633a0b92fbd1db03785204e0c3e6