summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/TextLayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add hooks to implement Canvas.drawTextOnPath() in GLRomain Guy2012-02-241-5/+0
* Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHEFabrice Di Meglio2012-01-271-36/+8
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* Merge "Fix bug #5753006 Garbled Labels in Maps"Fabrice Di Meglio2012-01-051-16/+5
|\
| * Fix bug #5753006 Garbled Labels in MapsFabrice Di Meglio2012-01-051-16/+5
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-4/+4
|/
* Clean TextLayout code and remove RTL_USE_HARFBUZZFabrice Di Meglio2011-12-081-218/+58
* Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-3/+3
* Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest...Fabrice Di Meglio2011-10-071-5/+6
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-211-6/+7
* TextLayoutCache code refactoringFabrice Di Meglio2011-09-191-8/+0
* Make TextLayoutCache no more dependent on ICUFabrice Di Meglio2011-09-181-1/+70
* Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache ...Fabrice Di Meglio2011-09-181-80/+10
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-161-10/+80
* Fix bug #5274332 TextLayoutCache is having multiple instancesFabrice Di Meglio2011-09-071-1/+1
* Fix USE_TEXT_LAYOUT_CACHE defineFabrice Di Meglio2011-06-061-9/+9
* Use Harfbuzz for Paint drawText / measureText / breakText APIsFabrice Di Meglio2011-04-191-1/+3
* TextLayoutCache - add glyphs cachingFabrice Di Meglio2011-04-081-10/+10
* Code refactoring for TextLayoutCacheFabrice Di Meglio2011-04-051-3/+3
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-291-0/+15
* Add TextLayout CacheFabrice Di Meglio2011-03-021-81/+20
* Code cleaningFabrice Di Meglio2011-02-221-15/+40
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-5/+13
* Fix text corruption when rendering RTL enabled text.Romain Guy2010-07-261-4/+6
* Add text alignment support to drawText().Romain Guy2010-07-231-21/+30
* Support bidi/shaping for getTextPathDoug Felt2010-07-121-0/+324