summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/BitmapRegionDecoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Attempt to solve the double-GC problemJohn Reck2015-05-041-16/+8
* Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-301-1/+1
* Revert "Change how Java Bitmaps are accessed in a few places"John Reck2015-04-201-1/+1
* Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-131-1/+1
* SkStream is no longer a ref counted object.Leon Scroggins III2015-03-121-7/+11
* Cleanup Bitmap JNI attempt #2John Reck2015-03-051-1/+1
* Revert "Cleanup Bitmap JNI"Chad Jones2015-03-051-1/+1
* Cleanup Bitmap JNIJohn Reck2015-03-051-1/+1
* am 0de2eca5: am 112e35b4: Merge "Update generationId on bitmaps when decoded ...Chris Craik2015-01-151-0/+1
|\
| * Update generationId on bitmaps when decoded into by BitmapRegionDecoderChris Craik2015-01-141-0/+1
* | Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-13/+3
|/
* SkBitmap::Config is deprecated, use SkColorTypeMike Reed2014-07-071-4/+4
* Update to call new Skia APIs.Leon Scroggins2014-04-041-1/+1
* am 6706888e: am 775667c0: am 03e8be75: am 8796ab7f: am bb35356d: Merge change...Narayan Kamath2014-01-161-14/+18
|\
| * AArch64: Use long for pointers in BitmapRegionDecoderAshok Bhat2014-01-151-14/+18
* | framework changes needed to support Skia at r12108.Derek Sollenberger2013-11-201-2/+2
* | am 050129b4: am 3f8da091: Merge "Change name back to CreateJavaInputStreamAda...Leon Scroggins III2013-09-031-1/+1
|\ \ | |/
| * Change name back to CreateJavaInputStreamAdaptor.Leon Scroggins III2013-09-031-1/+1
* | am af172519: am 4b299312: Merge "Replace stream wrap-function w/ more specifi...Leon Scroggins III2013-08-291-33/+10
|\ \ | |/
| * Merge "Replace stream wrap-function w/ more specific ones" into klp-devLeon Scroggins III2013-08-291-33/+10
| |\
| | * Replace stream wrap-function w/ more specific onesLeon Scroggins III2013-08-271-33/+10
* | | SkTScopedPtr -> SkAutoTDelete in AndroidMike Klein2013-08-291-3/+2
|/ /
* | Fix unpremul setting in BitmapRegionDecoder.Leon Scroggins III2013-08-261-1/+1
|/
* Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-201-2/+8
* Changes needed to support Skia at r10377.Derek Sollenberger2013-08-011-37/+50
* Nvidia's patch for reusing bitmap in image region decoding.Owen Lin2012-05-171-8/+21
* Embed layout padding in nine patch imagesAmith Yamasani2012-04-041-1/+1
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-22/+2
* Fix 3510563: memory leak in BitmapRegionDecoder.Chih-Chung Chang2011-03-081-1/+1
* Eliminate tracked allocations and the inNativeAlloc option.Carl Shapiro2010-12-171-3/+0
* Turn fatal assertion in decodeRegion into a warning.Patrick Dubroy2010-12-151-2/+2
* Allocate bitmap backing buffers in the Java heap.Patrick Dubroy2010-12-141-5/+6
* Add inPreferQualityOverSpeed into BitmapFactory.Options.Wei-Ta Chen2010-12-061-0/+4
* Fix 3122139, where previewing an attachment for the second time willWei-Ta Chen2010-10-211-6/+7
* Fix a initialization bug in BitmapRegionDecoder.Owen Lin2010-09-291-0/+16
* Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-231-0/+305
* Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."Wei-Ta Chen2010-09-081-277/+0
* Rename LargeBitmap to BitmapRegionDecoder for having a better API.Wei-Ta Chen2010-09-071-0/+277