summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/Canvas.java
Commit message (Expand)AuthorAgeFilesLines
* Improve boundary check for for Paint#DrawTextRun.Keisuke Kuroyanagi2015-06-111-8/+10
* Remove Bitmap#getSkBitmapJohn Reck2015-05-011-9/+9
* A bunch more cleanupsJohn Reck2015-04-301-4/+0
* Expose drawTextRun publiclyRaph Levien2015-04-271-22/+36
* GraphicsJNI Canvas cleanupJohn Reck2015-04-221-18/+6
* Revert "A bunch more cleanups"John Reck2015-04-171-6/+18
* Revert "Remove Bitmap#getSkBitmap"John Reck2015-04-171-9/+9
* Remove Bitmap#getSkBitmapJohn Reck2015-04-151-9/+9
* A bunch more cleanupsJohn Reck2015-04-141-18/+6
* Add compat path for restore underflowChris Craik2015-04-021-4/+9
* Annotate methods with size and range annotationsTor Norbye2015-03-071-6/+10
* Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-2/+3
* Cleanup Bitmap JNI attempt #2John Reck2015-03-051-7/+7
* Revert "Cleanup Bitmap JNI"Chad Jones2015-03-051-7/+7
* Cleanup Bitmap JNIJohn Reck2015-03-051-7/+7
* Use text ascent / descent to center SimpleMonthView labelsAlan Viverette2015-01-081-3/+3
* Make DisplayListRenderer inherit from Canvas, merge JNITom Hudson2015-01-051-2/+9
* Merge "Revert "Add a way to override Xfermode""Chris Craik2014-11-211-9/+0
|\
| * Revert "Add a way to override Xfermode"Chris Craik2014-11-211-9/+0
* | am 7010d0b6: am 505ffe36: Merge "Check bounds on CharSequence drawText method...Raph Levien2014-11-141-0/+3
|\ \
| * \ Merge "Check bounds on CharSequence drawText methods" into lmp-mr1-devRaph Levien2014-11-141-0/+3
| |\ \
| | * | Check bounds on CharSequence drawText methodsRaph Levien2014-11-121-0/+3
* | | | Merge "Add a way to override Xfermode"Rob Tsuk2014-11-131-0/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Add a way to override XfermodeRob Tsuk2014-11-121-0/+9
* | | | am b71be9c3: am 9750c696: am 075b2b4f: Merge "Add details and performance war...Chris Craik2014-11-131-31/+88
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge "Add details and performance warnings to save flag docs" into lmp-mr1-devChris Craik2014-11-131-31/+88
| |\ \
| | * | Add details and performance warnings to save flag docsChris Craik2014-11-111-31/+88
| | |/
| * | Add a way to override Xfermode DO NOT MERGERob Tsuk2014-11-121-0/+9
| |/
* | Mutable Java Shaders with Immutable Native ShadersDerek Sollenberger2014-10-061-30/+30
|/
* Fix null rect parameter for saveLayer / saveLayerAlphaChris Craik2014-09-111-15/+11
* Replace native crash with IAE when calling picture.draw() w/ a HW canvasChris Craik2014-09-051-1/+1
* Create z reordering boundaries around dispatchDrawChris Craik2014-08-251-0/+6
* Move ClipBounds to nativeChris Craik2014-07-251-0/+3
* Separate Canvas JNI code from the implementation.Derek Sollenberger2014-07-211-29/+46
* Revert "Separate Canvas JNI code from the implementation."John Reck2014-07-171-46/+29
* Merge "Add accessibility text contrast setting" into lmp-devChris Craik2014-07-161-0/+3
|\
| * Add accessibility text contrast settingChris Craik2014-07-161-0/+3
* | Separate Canvas JNI code from the implementation. DO NOT MERGEDerek Sollenberger2014-07-151-29/+46
|/
* Simple implementation of drawPosTextRaph Levien2014-06-191-15/+8
* Implement drawTextOnPath with MinikinRaph Levien2014-06-181-4/+4
* Added primitive parameters to various functions requiring rectangles.Antonio Calabrese2014-06-171-10/+42
* Clean up dirFlags / bidiFlags confusionRaph Levien2014-06-161-70/+64
* Annotated the drawing commands.Antonio Calabrese2014-06-091-79/+109
* Canvas JNI cleanup.Florin Malita2014-06-041-36/+96
* Add a native Canvas wrapper.Florin Malita2014-05-301-81/+76
* Cleanup Canvas API by deprecating a few methods.Derek Sollenberger2014-05-281-0/+6
* Define light position (using new lighting spec) in JavaChris Craik2014-05-211-2/+6
* Encapsulate Canvas.mNativeCanvasFlorin Malita2014-05-061-1/+5
* Add floats-only drawRoundRect to CanvasChris Craik2014-04-241-7/+16
* Add convenience methods to encourage usage of ALL_SAVE_FLAGChris Craik2014-04-171-17/+34