summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/Bitmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* am 09a903ab: Merge change 7696 into donutAndroid (Google) Code Review2009-07-171-3/+3
|\
| * add hidden Options field for native allocationsMike Reed2009-07-171-3/+3
* | am 766d7236: Merge change 4737 into donutAndroid (Google) Code Review2009-06-221-24/+30
|\ \ | |/
| * Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995.Wei-Ta Chen2009-06-221-24/+30
* | move libbinder's header files under includes/binderMathias Agopian2009-05-201-1/+1
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+566
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-566/+0
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-10/+15
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-1/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-573/+561
* Initial ContributionThe Android Open Source Project2008-10-211-0/+573