summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/src/com/android/bidi/BiDiTestView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-201-212/+0
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-0/+212
* Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-212/+0
* Fix bug #5870701 Thai text can be clipped when there are more glyphs generate...Fabrice Di Meglio2012-01-131-0/+6
* Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text com...Fabrice Di Meglio2011-07-181-39/+21
* Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left te...Fabrice Di Meglio2011-07-181-4/+6
* Clean test APIs for Harfbuzz supportFabrice Di Meglio2011-07-151-28/+4
* Fix bug #4338103 (Android Arabic and Hebrew input is broken)Fabrice Di Meglio2011-04-251-1/+9
* Clean getTextRunAdvances() APIsFabrice Di Meglio2011-04-211-1/+2
* Add Unicode BiDi Algo before drawing text in CanvasFabrice Di Meglio2011-04-151-6/+22
* TextLayoutCache - add glyphs cachingFabrice Di Meglio2011-04-081-4/+11
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-291-35/+59
* Use Harfbuzz instead of ICU4C for computing advancesFabrice Di Meglio2011-03-221-0/+190