summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/Graphics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Embed layout padding in nine patch imagesAmith Yamasani2012-04-041-5/+5
* Comment out a warning message to avoid log spamming.Chih-Chung Chang2012-02-071-6/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Don't allocate a raw object then call its constructor manually...Elliott Hughes2011-04-121-26/+11
* More JNI exception-throwing cleanup.Elliott Hughes2011-04-081-2/+2
* Use jniThrowException for exception throwing from native code.Elliott Hughes2011-04-071-32/+21
* Use JNI helper function to get buffer addressAndy McFadden2011-02-081-2/+4
* Eliminate tracked allocations and the inNativeAlloc option.Carl Shapiro2010-12-171-98/+5
* Allow a JNI local ref to be passed directly into globalRef().Patrick Dubroy2010-12-151-3/+7
* Turn fatal assertion in decodeRegion into a warning.Patrick Dubroy2010-12-151-3/+5
* Allocate bitmap backing buffers in the Java heap.Patrick Dubroy2010-12-141-74/+150
* Fix segfault when tring to throw IOException.Owen Lin2010-09-301-1/+1
* Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-231-8/+8
* Remove dead code: NIOBuffer.Elliott Hughes2010-09-071-3/+0
* Fix a bug, where one thread is using JNIEnv associated with another thread.Wei-Ta Chen2010-08-191-7/+20
* Do JPEG tile-based decoding.Joseph Wen2010-08-171-0/+56
* Add a LOG_TAG for android.graphics.Graphics JNI.Ficus Kirkpatrick2010-03-091-0/+2
* add boundary patchMike Reed2009-10-281-4/+6
* Fix issue #2125720 Weather Forecast Widget - graphics do not scaleDianne Hackborn2009-09-231-3/+3
* Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-241-9/+0
* add hidden Options field for native allocationsMike Reed2009-07-171-25/+31
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+587
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-587/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+10
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+2
* Initial ContributionThe Android Open Source Project2008-10-211-0/+578