summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/Paint.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix argument order in call to SkBlurDrawLooper constructorVictoria Lease2014-05-191-1/+1
* Frameworks changes to support latest Skia (r14729)Mike Reed2014-05-151-4/+21
* Merge "BiDi support for Minikin"Raph Levien2014-05-151-5/+5
|\
| * BiDi support for MinikinRaph Levien2014-05-121-5/+5
* | Merge "Start of Minikin integration"Raph Levien2014-05-151-13/+64
|\ \ | |/
| * Start of Minikin integrationRaph Levien2014-05-121-13/+64
* | Avoid caching shadow properties in Java & HWUI.Derek Sollenberger2014-05-071-6/+12
|/
* Add elegantTextHeight text appearance attributeRaph Levien2014-04-171-2/+42
* Remove SkFloatToScalar.Leon Scroggins III2014-04-071-10/+7
* Update framework to use M34 version of Skia.Leon Scroggins2014-03-271-5/+5
* malloc some advancesVictoria Lease2014-03-171-1/+2
* Updates to the Skia API needed to merge the WebView m33 version of Skia.Derek Sollenberger2014-02-241-1/+2
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-96/+150
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-150/+96
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-96/+150
* Initial integration of Minikin to frameworkRaph Levien2013-11-181-0/+5
* Revert workaround for Skia bug now that Skia has been fixed.Derek Sollenberger2013-09-041-2/+0
* make setHinting(HINTING_ON) kNormal_HintingVictoria Lease2013-06-171-1/+1
* Modifications needed for updating Skia to r9286.Derek Sollenberger2013-05-281-1/+8
* bidiFlags != SkPaint::FlagsVictoria Lease2013-03-281-38/+38
* Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-201-51/+13
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-33/+115
* Revert "fix argument mismatches in Paint JNI"Fabrice Di Meglio2013-03-151-5/+5
* fix argument mismatches in Paint JNIVictoria Lease2013-02-141-5/+5
* Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-115/+33
* Use LruCache instead of GenerationCache in libhwuiRomain Guy2012-11-291-1/+3
* Fix for 7281523 android.text.cts.SelectionTest#testMoveRight failuresRaph Levien2012-10-041-1/+1
* am e5905684: am eceb3171: am f4afc401: Merge "framework: fix bug for uninitia...Raph Levien2012-09-141-1/+1
|\
| * framework: fix bug for uninitialized variableZhou Chang2012-08-311-1/+1
* | DO NOT MERGE Han PreferenceBilly Hewlett2012-08-201-4/+46
|/
* Add Paint.setTextLocale()Fabrice Di Meglio2012-04-121-0/+8
* Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHEFabrice Di Meglio2012-01-271-28/+10
* Fix bug #5846413 "phone" keyboard layout is broken on masterFabrice Di Meglio2012-01-231-5/+31
* Fix bug #5753006 Garbled Labels in MapsFabrice Di Meglio2012-01-051-2/+2
* Clean TextLayout code and remove RTL_USE_HARFBUZZFabrice Di Meglio2011-12-081-65/+3
* Improve TextLayoutCache performancesFabrice Di Meglio2011-11-221-2/+2
* Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest...Fabrice Di Meglio2011-10-071-10/+7
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-211-9/+6
* Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache ...Fabrice Di Meglio2011-09-181-7/+11
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-161-11/+7
* Fix some TextLayoutCache issuesFabrice Di Meglio2011-09-131-7/+3
* Turn off hinting by default for higher density displays.Dianne Hackborn2011-08-121-2/+18
* Solidify and optimize Paint text related APIsFabrice Di Meglio2011-08-081-10/+92
* Fix bug #4415576 Gmail text looks brokenFabrice Di Meglio2011-05-131-8/+8
* Clean getTextRunAdvances() APIsFabrice Di Meglio2011-04-211-38/+20
* Use Harfbuzz for Paint drawText / measureText / breakText APIsFabrice Di Meglio2011-04-191-10/+41
* Use jniThrowException for exception throwing from native code.Elliott Hughes2011-04-071-79/+79
* Code refactoring for TextLayoutCacheFabrice Di Meglio2011-04-051-1/+1
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-291-2/+43
* Use Harfbuzz instead of ICU4C for computing advancesFabrice Di Meglio2011-03-221-1/+30