summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/TextLayout.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-201-8/+0
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-4/+25
* Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-25/+4
* Fix bug #5753006 Garbled Labels in MapsFabrice Di Meglio2012-01-051-1/+1
* Clean TextLayout code and remove RTL_USE_HARFBUZZFabrice Di Meglio2011-12-081-21/+1
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-211-1/+1
* TextLayoutCache code refactoringFabrice Di Meglio2011-09-191-4/+0
* Make TextLayoutCache no more dependent on ICUFabrice Di Meglio2011-09-181-0/+4
* Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache ...Fabrice Di Meglio2011-09-181-5/+1
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-161-1/+5
* Fix bug #5274332 TextLayoutCache is having multiple instancesFabrice Di Meglio2011-09-071-5/+0
* Update TextLayout loggingFabrice Di Meglio2011-08-181-8/+0
* Prepare OpenGLRenderer to use glyphs from TextLayoutCacheFabrice Di Meglio2011-05-131-0/+8
* Add Unicode BiDi Algo before drawing text in CanvasFabrice Di Meglio2011-04-151-17/+17
* TextLayoutCache - add glyphs cachingFabrice Di Meglio2011-04-081-6/+6
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-291-0/+8
* Add TextLayout CacheFabrice Di Meglio2011-03-021-8/+20
* Code cleaningFabrice Di Meglio2011-02-221-0/+12
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-0/+3
* Fix text corruption when rendering RTL enabled text.Romain Guy2010-07-261-1/+1
* Add text alignment support to drawText().Romain Guy2010-07-231-0/+3
* Support bidi/shaping for getTextPathDoug Felt2010-07-121-0/+77