summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/TextLayoutCache.h
Commit message (Expand)AuthorAgeFilesLines
* Modifications needed for updating Skia to r9286.Derek Sollenberger2013-05-281-3/+1
* Use individual glyph positions to determine text bounds.Chris Craik2013-05-211-2/+8
* use appropriate fallback chain for styleVictoria Lease2013-04-161-9/+0
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-5/+6
* Remove obsolete header fileRomain Guy2013-02-151-1/+0
* Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-6/+5
* Fix build break in master-chromiumKristian Monsen2013-01-151-2/+3
* Update framework text layout to use Harfbuzz NGRaph Levien2013-01-151-35/+10
* Modify TextLayoutCache to use new LRU cacheRaph Levien2012-10-251-2/+15
* Fix for bug 7234184 F/TextLayoutCache: Failed to put an entry...Raph Levien2012-10-021-9/+8
* Fix for b7155617 race condition in TextLayoutCache.cppRaph Levien2012-09-121-1/+1
* DO NOT MERGE Han PreferenceBilly Hewlett2012-08-201-1/+3
* Increase text layout cache size in bytesRaph Levien2012-07-181-1/+1
* Software-only implementation of glyph positioning (bug 5443796)Raph Levien2012-07-171-2/+9
* Remove hardcoded typeface pointersBilly Hewlett2012-07-111-11/+4
* Initialize shaper offset array. Needed for bug 5443796.Raph Levien2012-06-261-1/+1
* Revert "Revert "Use Elegant fonts for Webkit, Compact fonts for Textview""Billy Hewlett2012-06-211-1/+1
* Revert "Use Elegant fonts for Webkit, Compact fonts for Textview"Billy Hewlett2012-06-211-1/+1
* Use Elegant fonts for Webkit, Compact fonts for TextviewBilly Hewlett2012-06-201-1/+1
* Fix hardcoded font path. Allow adding new font path thru Skia changes.Billy Hewlett2012-06-041-1/+2
* Fix bug #6495019 Character gets garbled when locale is changedFabrice Di Meglio2012-05-151-0/+5
* Merge "Fix bug #6408393 Character corruption is caused when locale is changed...Fabrice Di Meglio2012-05-081-0/+3
|\
| * Fix bug #6408393 Character corruption is caused when locale is changedFabrice Di Meglio2012-05-071-0/+3
* | Fix bug #6318791 Replace the Lohit Devanagari and Tamil with Droid versionsFabrice Di Meglio2012-05-071-2/+3
|/
* Use paint typeface for shaping when it supports the requested script.Raph Levien2012-05-021-0/+3
* Fix bug #5180841 TextLayoutCache needs to support IndicFabrice Di Meglio2012-02-281-0/+2
* Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHEFabrice Di Meglio2012-01-271-67/+81
* Fix bug #5846413 "phone" keyboard layout is broken on masterFabrice Di Meglio2012-01-231-5/+5
* Fix bug #5674155 Segmentation issue for ThaiFabrice Di Meglio2011-12-131-0/+1
* Fix bug #5727213 Rendering issues with Bengali in Textview in IML63BFabrice Di Meglio2011-12-131-0/+1
* TextLayoutCache - fix diacritics compositionFabrice Di Meglio2011-12-131-0/+18
* Ensure log_clusters array is big enough.Jeff Brown2011-12-051-5/+0
* Improve TextLayoutCache loggingFabrice Di Meglio2011-11-301-2/+2
* Improve TextLayoutCache performancesFabrice Di Meglio2011-11-221-34/+74
* Fix TextLayoutCache Skia Typeface cachingFabrice Di Meglio2011-11-181-1/+1
* Improve the logging in TextLayoutCache.Jeff Brown2011-11-111-22/+2
* Fix potential crash when shaping Hebrew with boldFabrice Di Meglio2011-11-081-0/+2
* Fix bug #5559439 Bogus tab title in browserFabrice Di Meglio2011-11-071-3/+0
* Fix bug #5438102 Double Arabic harakat overlap instead of stack In TextViewFabrice Di Meglio2011-11-011-5/+8
* Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest...Fabrice Di Meglio2011-10-071-33/+33
* Improve TextLayoutCache performances a bitFabrice Di Meglio2011-09-301-5/+12
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-211-22/+18
* TextLayoutCache code refactoringFabrice Di Meglio2011-09-191-25/+12
* Fix potential leak in TextLayouCacheFabrice Di Meglio2011-09-181-1/+7
* Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache ...Fabrice Di Meglio2011-09-181-32/+24
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-161-24/+32
* Fix bug #5274332 TextLayoutCache is having multiple instancesFabrice Di Meglio2011-09-071-2/+3
* Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text com...Fabrice Di Meglio2011-07-181-3/+3
* TextLayout cache - update size and improve loggingFabrice Di Meglio2011-04-211-1/+1
* Add Unicode BiDi Algo before drawing text in CanvasFabrice Di Meglio2011-04-151-0/+4