summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/Canvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* BiDi support for MinikinRaph Levien2014-05-121-1/+1
* Start of Minikin integrationRaph Levien2014-05-121-10/+3
* Add floats-only drawRoundRect to CanvasChris Craik2014-04-241-5/+4
* Remove SkFloatToScalar.Leon Scroggins III2014-04-071-63/+35
* Update to call new Skia APIs.Leon Scroggins2014-04-041-17/+27
* Update framework to use M34 version of Skia.Leon Scroggins2014-03-271-32/+2
* Updates to the Skia API needed to merge the WebView m33 version of Skia.Derek Sollenberger2014-02-241-3/+3
* Fix several bad function definitions.Narayan Kamath2014-02-061-6/+7
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-245/+358
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-358/+245
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-245/+358
* Initial integration of Minikin to frameworkRaph Levien2013-11-181-24/+81
* Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-201-4/+3
* Refactor Canvas.drawPicture() to delegate to PictureJonathan Dixon2013-08-081-17/+0
* Update Canvas.getClipBounds to not account for AA clips.Derek Sollenberger2013-05-161-1/+28
* Fix bug where we incorrectly clipped the bounds to the device size.Derek Sollenberger2013-05-091-7/+1
* Ensure that a canvas is always backed by some form of SkDevice.Derek Sollenberger2013-04-091-1/+8
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-22/+30
* Revert "Fix bug #8194572 Chrome SIGBUS'es on launch around TextLayoutCacheKey"Fabrice Di Meglio2013-03-151-10/+10
* fix issue when replacement bitmap is larger than original.Derek Sollenberger2013-02-281-2/+19
* Fix use case where the Java Canvas is reused.Derek Sollenberger2013-02-211-0/+11
* am 336fcac3: Merge "Fix bug #8194572 Chrome SIGBUS\'es on launch around TextL...Fabrice Di Meglio2013-02-131-10/+10
|\
| * Fix bug #8194572 Chrome SIGBUS'es on launch around TextLayoutCacheKeyFabrice Di Meglio2013-02-131-10/+10
| * Merge "Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog...Chris Craik2013-02-131-23/+25
| |\ |/ /
| * Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...Chris Craik2013-02-131-23/+25
* | Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-30/+22
|/
* Remove calls to SkCanvas::setBitmapDevice()Derek Sollenberger2013-01-081-9/+0
* Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-16/+23
* Fix for testPaintFlagsDrawFilter CTS testRaph Levien2012-10-031-1/+10
* Fix texture corruptionChet Haase2012-09-301-0/+3
* Software-only implementation of glyph positioning (bug 5443796)Raph Levien2012-07-171-1/+50
* Fix bug #6408393 Character corruption is caused when locale is changedFabrice Di Meglio2012-05-071-2/+8
* am 33476f7a: am f79bcd2d: am 52da99fa: am a081c7b8: Merge "Skia API changes a...Jean-Baptiste Queru2012-02-061-1/+1
|\
| * Skia API changes as a result of an update to the Skia library.Derek Sollenberger2012-01-311-1/+1
| * Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-191-1/+1
| * Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-191-1/+1
* | Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHEFabrice Di Meglio2012-01-271-12/+3
* | Fix bug #5846413 "phone" keyboard layout is broken on masterFabrice Di Meglio2012-01-231-3/+0
* | Fix text encoding when drawing with drawPosText in softwareRomain Guy2012-01-171-0/+10
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* | Merge "Fix bug #5753006 Garbled Labels in Maps"Fabrice Di Meglio2012-01-051-8/+1
|\ \
| * | Fix bug #5753006 Garbled Labels in MapsFabrice Di Meglio2012-01-051-8/+1
* | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
|/ /
* | Clean TextLayout code and remove RTL_USE_HARFBUZZFabrice Di Meglio2011-12-081-21/+5
|/
* Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest...Fabrice Di Meglio2011-10-071-7/+4
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-211-21/+8
* Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache ...Fabrice Di Meglio2011-09-181-10/+20
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-161-20/+10
* Fix bug #5274332 TextLayoutCache is having multiple instancesFabrice Di Meglio2011-09-071-2/+4
* Update TextLayout loggingFabrice Di Meglio2011-08-181-9/+1