summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/Bitmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "[Bitmap] Add null pointer protection in Bitmap_sameAs()" into lmp-devChris Craik2014-07-221-1/+13
|\
| * [Bitmap] Add null pointer protection in Bitmap_sameAs()henry.uh_chen2014-07-221-1/+13
* | Add android.Paint that inherits SkPaintBehdad Esfahbod2014-07-221-1/+2
|/
* SkBitmap::Config is deprecated, use SkColorTypeMike Reed2014-07-081-8/+7
* Read premultiplied status from the SkBitmap.Leon Scroggins III2014-07-011-38/+83
* stop using (deprecated) SkBitmap::ConfigMike Reed2014-06-201-26/+28
* In Bitmap.reconfigure, update the pixelref's info.Leon Scroggins III2014-06-111-7/+33
* Fix Bitmap.cpp line endingsChris Craik2014-05-091-837/+837
* Update to call new Skia APIs.Leon Scroggins2014-04-041-1/+1
* Update framework to enable Skia to run in debug mode.Derek Sollenberger2014-02-201-1/+1
* Remove call to setIsOpaque (again).Leon Scroggins2014-02-171-1/+0
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-82/+113
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-113/+82
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-82/+113
* Remove calls to deprecated SkBitmap::setIsOpaque()Leon Scroggins III2014-01-151-4/+10
* Call SkBitmap::config() instead of ::getConfig()Leon Scroggins III2013-12-031-1/+1
* framework changes needed to support Skia at r12108.Derek Sollenberger2013-11-201-4/+4
* Replace stream wrap-function w/ more specific onesLeon Scroggins III2013-08-271-0/+1
* Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-201-45/+116
* Convert 4444 bitmaps to 8888Romain Guy2013-08-151-3/+6
* Add reconfigure method to BitmapChris Craik2013-07-171-0/+21
* Don't null the reference to Bitmap pixels until we're really readyChet Haase2012-10-221-4/+4
* Add API to enable mipmaps on BitmapRomain Guy2012-10-161-1/+12
* fix wrong read size in ToColor_S4444_OpaqueKeun young Park2012-10-121-1/+1
* Fix SkBitmap::fPixels not being locked correctlyMichal Stawinski2012-08-291-2/+12
* Embed layout padding in nine patch imagesAmith Yamasani2012-04-041-4/+4
* Split Parcel JNI details away from Binder.Jeff Sharkey2012-03-081-0/+1
* Notify a Bitmap is has changed when calling copyPixelFromBufferRomain Guy2011-10-181-0/+1
* Transfer large bitmaps using ashmem.Jeff Brown2011-10-031-6/+23
* Revert "Transfer large bitmaps using ashmem. Bug: 5224703"Bart Sears2011-09-251-23/+6
* Transfer large bitmaps using ashmem.Jeff Brown2011-09-231-6/+23
* am ec5039b3: am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image f...Jean-Baptiste Queru2011-06-271-1/+5
|\
| * am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image formats that s...Jean-Baptiste Queru2011-06-241-1/+5
| |\
| | * Add WEBP to the list of Image formats that support Compression.Vikas Arora2011-06-231-2/+5
| | * Switch to SkSafeUnref for better portabilityJean-Baptiste Queru2011-05-121-2/+2
* | | Remove useless forward declarations.Elliott Hughes2011-04-121-1/+0
* | | Update GL textures when changing a Bitmap's pixelsRomain Guy2011-03-211-0/+3
|/ /
* | Merge "Detect out of memory in extractAlpha"Eric Hassold2011-02-241-1/+7
|\ \
| * | Detect out of memory in extractAlphaEric Hassold2011-02-241-1/+7
* | | Skia Merge (revision 808)Derek Sollenberger2011-02-221-2/+2
|/ /
* | Allocate bitmap backing buffers in the Java heap.Patrick Dubroy2010-12-141-15/+13
* | Avoid SIGSEGV in Bitmap_writeToParcel.Jack Palevich2010-12-131-1/+9
* | Fix native resource leak when OpenGL renderer is not being used.Chet Haase2010-10-221-4/+4
* | Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-211-2/+9
* | Purge Skia objects from GL caches as needed.Romain Guy2010-09-081-1/+3
* | Fix possible infinite loop when purging textures.Romain Guy2010-09-081-0/+5
* | Add new API to check whether a Bitmap was modified.Romain Guy2010-06-151-0/+5
|/
* hidden api sameAs() to compare the pixels of 2 bitmaps for equalityMike Reed2010-03-081-1/+49
* add (hidden) setHasAlpha() to allow clients like the view's cache to hint tha...Mike Reed2009-10-071-0/+6
* Fix issue #2125720 Weather Forecast Widget - graphics do not scaleDianne Hackborn2009-09-231-3/+6