summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/ImageAndroid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge webkit.org at r54731 : Update Android graphics to reflect addition of ↵Steve Block2010-02-161-1/+1
| | | | | | | | AffineTransform class See http://trac.webkit.org/changeset/54503 Change-Id: Ib14c0f2cce4f63aab2e047a1c4725d1e62b059ba
* Merge webkit.org at r51976 : Image::draw() and drawPattern() now take a ↵Steve Block2009-12-171-3/+4
| | | | | | | | ColorSpace. See http://trac.webkit.org/changeset/51212 Change-Id: I276253611ffe7518733fc7af51b0dfcc5f5d8691
* Fixes license headers for all Android-specific JavaScriptCore and WebCore ↵Steve Block2009-11-131-6/+5
| | | | | | | | | | | | | | | | | | | | | | files not yet upstreamed to webkit.org. WebKit requires either a BSD-style or LGPL 2.1 license for all code. We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org. - For most files, I've fixed the names of copyright holders in the license text to 'THE COPYRIGHT HOLDERS' and cleaned up formatting in the existing BSD-style license. - For Makefiles and the following files in WebCore/platform/graphics/android/, I've changed from an Apache 2.0 license to the BSD-style license. - WebCore/platform/graphics/android/BitmapAllocatorAndroid.cpp - WebCore/platform/graphics/android/BitmapAllocatorAndroid.h - WebCore/platform/graphics/android/SharedBufferStream.cpp - WebCore/platform/graphics/android/SharedBufferStream.h - For the following files, I've changed from an LGPL licese to the BSD-style license. - WebCore/platform/graphics/android/FontPlatformData.h - WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp - WebCore/plugins/android/PluginDataAndroid.cpp Change-Id: Ic4c3e5610afc58637b7a9b81b1d0d1f17f4f4cb1
* only look at globalAlpha when we draw images (not the alpha in fill-color)Mike Reed2009-10-021-2/+2
| | | | http://b/issue?id=1817561
* disable antialiasing for bitmapsMike Reed2009-09-251-0/+15
| | | | | | | Since we are never rotated, and when we are zoomed, the antialiasing can double-draw the shared border for images that are meant to seam (ala nine-patch) http://b/issue?id=2105990&cookieId=2009268085657820
* Fix some errors in platform/graphics/android.Ben Murdoch2009-08-171-2/+2
|
* rename setXfermode(Mode) to setXfermodeMode(...) for clarityMike Reed2009-06-241-2/+2
|
* remove references to deprecated porterduffMike Reed2009-06-231-2/+2
|
* Fix a valgrind complaint.Patrick Scott2009-05-181-0/+1
|
* Fix an assert around solid colors.Patrick Scott2009-05-051-0/+1
|
* am b23d00d: Respect globalAlpha (fill, stroke, images)android-build SharedAccount2009-04-291-0/+2
|\
| * Respect globalAlpha (fill, stroke, images)Mike Reed2009-04-271-1/+3
| |
| * Automated import from //branches/donutburger/...@142696,142696Mike Reed2009-03-251-3/+0
| |
| * Automated import from //branches/donutburger/...@142335,142335Mike Reed2009-03-241-10/+11
| |
* | share xfermode and color routines with chrome portMike Reed2009-04-291-20/+29
| | | | | | | | | | | | Besides sharing those routines in SkiaUtils.cpp, also remove our (now redundant) android_setrect, etc. calls, since the type-conversion extras we added earlier take care of this by using constructors.
* | AI 144671: use correct phase in matrix (cribbed from chrome)Mike Reed2009-04-061-13/+46
| | | | | | | | | | | | BUG=1451775 Automated import of CL 144671
* | AI 143477: respect the srcRect parameter in drawPattern, so we can correctly ↵Mike Reed2009-03-301-4/+12
| | | | | | | | | | | | | | | | show nineslice images BUG=1745838 Automated import of CL 143477
* | Automated import from //branches/master/...@142735,142735Mike Reed2009-03-251-3/+0
| |
* | Automated import from //branches/master/...@142337,142337Mike Reed2009-03-241-10/+11
|/
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-3/+8
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+297
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-297/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-70/+112
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+254