summaryrefslogtreecommitdiffstats
path: root/core/jni/android_graphics_Canvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify clipping return value behavior - true if not emptyChris Craik2015-06-231-6/+6
* Remove Bitmap#getSkBitmapJohn Reck2015-05-011-19/+23
* A bunch more cleanupsJohn Reck2015-04-301-7/+6
* Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-301-2/+2
* GraphicsJNI Canvas cleanupJohn Reck2015-04-221-9/+15
* Revert "A bunch more cleanups"John Reck2015-04-171-13/+8
* Revert "Remove Bitmap#getSkBitmap"John Reck2015-04-171-23/+19
* Remove Bitmap#getSkBitmapJohn Reck2015-04-151-19/+23
* A bunch more cleanupsJohn Reck2015-04-141-8/+13
* Add compat path for restore underflowChris Craik2015-04-021-8/+14
* Revert "Avoid throwing ISE in Canvas#restore underflow"Chris Craik2015-03-301-2/+2
* Avoid throwing ISE in Canvas#restore underflowChris Craik2015-03-191-2/+2
* use SkFilterQuality instead of SkPaint::FilterLevelMike Reed2015-03-161-3/+3
* Merge "Revert "Revert "Remove references to SkPorterDuff as it is deprecated."""Chris Craik2015-03-061-2/+2
|\
| * Revert "Revert "Remove references to SkPorterDuff as it is deprecated.""Chris Craik2015-03-061-2/+2
* | Merge "Revert "Remove references to SkPorterDuff as it is deprecated.""Chris Craik2015-03-061-2/+2
|\ \ | |/
| * Revert "Remove references to SkPorterDuff as it is deprecated."Chris Craik2015-03-061-2/+2
* | emove uncessary include for SkPorterDuff.h (Part 2)Derek Sollenberger2015-03-051-1/+0
|/
* Remove references to SkPorterDuff as it is deprecated.Derek Sollenberger2015-03-051-2/+2
* Move CanvasJohn Reck2015-01-201-1/+1
* Update HWUI to store its own SkBitmap objectsDerek Sollenberger2015-01-091-1/+2
* Make DisplayListRenderer inherit from Canvas, merge JNITom Hudson2015-01-051-4/+10
* explicitly call tryAllocPixels if you want to check for failureMike Reed2014-12-181-1/+1
* Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-2/+2
* Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-36/+0
* Clean up Minikin includesBehdad Esfahbod2014-07-301-2/+0
* Further centralize Minikin interactionBehdad Esfahbod2014-07-251-4/+2
* Refactor text drawing to move minikin interactions outside of the canvas inte...Derek Sollenberger2014-07-241-4/+102
* Add android.Paint that inherits SkPaintBehdad Esfahbod2014-07-221-37/+38
* Separate Canvas JNI code from the implementation.Derek Sollenberger2014-07-211-0/+647
* Revert "Separate Canvas JNI code from the implementation."John Reck2014-07-171-653/+0
* Separate Canvas JNI code from the implementation. DO NOT MERGEDerek Sollenberger2014-07-151-0/+653