summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/Graphics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure munmap matches mmapJohn Reck2016-09-271-4/+5
* Fix Bitmap parceling through ashmem.Jeff Brown2015-06-061-8/+11
* Add internal bitmap api for creating immutable ashmem backed bitmaps.Riley Andrews2015-05-181-0/+19
* Use ashmem to optimize all bitmap copies.Riley Andrews2015-05-181-0/+80
* Add warning if an in-use Bitmap is reconfiguredJohn Reck2015-05-061-2/+2
* Attempt to solve the double-GC problemJohn Reck2015-05-041-86/+34
* Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-301-1/+14
* GraphicsJNI Canvas cleanupJohn Reck2015-04-221-4/+2
* Revert "Change how Java Bitmaps are accessed in a few places"John Reck2015-04-201-16/+1
* Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-131-1/+16
* Cleanup Bitmap JNI attempt #2John Reck2015-03-051-4/+4
* Revert "Cleanup Bitmap JNI"Chad Jones2015-03-051-4/+4
* Cleanup Bitmap JNIJohn Reck2015-03-051-4/+4
* Merge "Rename Canvas::getSkCanvas to Canvas::asSkCanvas"Derek Sollenberger2015-01-301-1/+1
|\
| * Rename Canvas::getSkCanvas to Canvas::asSkCanvasDerek Sollenberger2015-01-291-1/+1
* | Fix bitmap allocation error that causes crash when calling Bitmap::extractAlphaDerek Sollenberger2015-01-291-15/+20
|/
* Update HWUI to store its own SkBitmap objectsDerek Sollenberger2015-01-091-3/+77
* Merge frameworks/base changes from master-skia to master.Mike Reed2015-01-061-1/+0
* resolved conflicts for merge of 203c8171 to masterJohn Reck2014-12-041-101/+5
|\
| * Update AndroidPixelRef to prevent VM from cleaning up memory prematurely.Derek Sollenberger2014-12-031-101/+5
* | am 88309159: am 38134303: am 84be180e: Merge "Fix crash in getNativeCanvas wh...Bo Liu2014-11-251-0/+3
|\ \ | |/
| * Fix crash in getNativeCanvas when canvasHandle is NULLBo Liu2014-11-241-0/+3
* | cleanup so that the Paint.h is only accessed via its nativePtr not a JNI lookupDerek Sollenberger2014-10-061-27/+0
|/
* Add missing null check to ninePatchInsetsMathieu Chartier2014-08-291-0/+1
* Add android.Paint that inherits SkPaintBehdad Esfahbod2014-07-221-2/+2
* Remove invalid SkASSERT that prevents us from running with SK_DEBUGDerek Sollenberger2014-07-211-1/+0
* Separate Canvas JNI code from the implementation.Derek Sollenberger2014-07-211-1/+2
* Revert "Separate Canvas JNI code from the implementation."John Reck2014-07-171-2/+1
* Separate Canvas JNI code from the implementation. DO NOT MERGEDerek Sollenberger2014-07-151-1/+2
* Implement outline support for nine patchesChris Craik2014-07-141-9/+3
* SkBitmap::Config is deprecated, use SkColorTypeMike Reed2014-07-081-4/+49
* SkBitmap::Config is deprecated, use SkColorTypeMike Reed2014-07-071-5/+4
* Refactor android.graphics.Picture JNI bindings.Derek Sollenberger2014-06-171-12/+0
* Changes to framework for ToT Skia.Robert Phillips2014-06-111-2/+3
* Add a native Canvas wrapper.Florin Malita2014-05-301-2/+2
* Temporary fix for buffer overrun issue.Mathieu Chartier2014-05-211-8/+1
* Start of Minikin integrationRaph Levien2014-05-121-0/+12
* Remove SkFloatToScalar.Leon Scroggins III2014-04-071-6/+6
* Update framework to use M34 version of Skia.Leon Scroggins2014-03-271-10/+10
* Updates to the Skia API needed to merge the WebView m33 version of Skia.Derek Sollenberger2014-02-241-6/+17
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-14/+19
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-19/+14
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-14/+19
* am 6706888e: am 775667c0: am 03e8be75: am 8796ab7f: am bb35356d: Merge change...Narayan Kamath2014-01-161-2/+2
|\
| * AArch64: Use long for pointers in BitmapRegionDecoderAshok Bhat2014-01-151-2/+2
* | Remove calls to deprecated SkBitmap::setIsOpaque()Leon Scroggins III2014-01-151-0/+20
|/
* Use exceptionCheck after VMRuntime.newNonMovableArray/addressOf.Mathieu Chartier2013-12-041-9/+13
* Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEADThe Android Open Source Project2013-11-221-16/+70
|\
| * Avoid ref-ing AndroidPixelRefs that wrap others in globalRef/UnrefChris Craik2013-09-101-2/+10
| * Create a pixelref wrapper for reused bitmapsChris Craik2013-09-091-5/+38