summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
* Remove unused TextLayout.hBehdad Esfahbod2014-07-251-82/+0
* Move Canvas.h to a new location so that it can be shared with HWUI.Derek Sollenberger2014-07-251-127/+3
* Add letter-spacing to Paint and TextViewBehdad Esfahbod2014-07-244-6/+34
* Refactor text drawing to move minikin interactions outside of the canvas inte...Derek Sollenberger2014-07-242-152/+96
* Make updateLocalMatrix replace the current Matrix.Leon Scroggins III2014-07-241-5/+9
* Merge "[Bitmap] Add null pointer protection in Bitmap_sameAs()" into lmp-devChris Craik2014-07-221-1/+13
|\
| * [Bitmap] Add null pointer protection in Bitmap_sameAs()henry.uh_chen2014-07-221-1/+13
* | Add android.Paint that inherits SkPaintBehdad Esfahbod2014-07-2214-252/+347
|/
* 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-2110-1349/+932
* Revert "Separate Canvas JNI code from the implementation."John Reck2014-07-1710-932/+1349
* Separate Canvas JNI code from the implementation. DO NOT MERGEDerek Sollenberger2014-07-1510-1349/+932
* Implement outline support for nine patchesChris Craik2014-07-145-70/+68
* Simplify Shader.setLocalMatrix.Leon Scroggins III2014-07-101-6/+7
* Adding print preview.Svet Ganov2014-07-091-3/+8
* SkBitmap::Config is deprecated, use SkColorTypeMike Reed2014-07-085-51/+99
* SkBitmap::Config is deprecated, use SkColorTypeMike Reed2014-07-074-15/+14
* kNative_8888_SkColorType is now kN32_SkColorTypeMike Reed2014-07-071-1/+1
* Make optical insets actually workAlan Viverette2014-07-041-1/+1
* Fix native crash when typeface is missingRaph Levien2014-07-021-4/+8
* Read premultiplied status from the SkBitmap.Leon Scroggins III2014-07-013-40/+89
* SurfaceTexture: Allow creation in detached modeDan Stoza2014-06-261-4/+11
* Fix build breakageRaph Levien2014-06-263-1/+6
* Switch all text layout to MinikinRaph Levien2014-06-2610-1686/+14
* Delete Paint.getTextGlyphs()Raph Levien2014-06-261-44/+0
* Use Minikin's purgeCachesRaph Levien2014-06-262-1/+4
* stop using (deprecated) SkBitmap::ConfigMike Reed2014-06-203-30/+33
* Use Minikin grapheme cluster breakingRaph Levien2014-06-191-0/+7
* Simple implementation of drawPosTextRaph Levien2014-06-191-4/+0
* Fix namespace for pictureDerek Sollenberger2014-06-181-1/+3
* Merge "Implement drawTextOnPath with Minikin"Raph Levien2014-06-173-8/+79
|\
| * Implement drawTextOnPath with MinikinRaph Levien2014-06-183-8/+79
* | Merge "Refactor android.graphics.Picture JNI bindings."Derek Sollenberger2014-06-175-228/+85
|\ \ | |/ |/|
| * Refactor android.graphics.Picture JNI bindings.Derek Sollenberger2014-06-175-228/+85
* | Added primitive parameters to various functions requiring rectangles.Antonio Calabrese2014-06-172-63/+58
* | Implement Paint.breakText() using MinikinAnish Athalye2014-06-171-17/+47
* | Clean up dirFlags / bidiFlags confusionRaph Levien2014-06-162-68/+69
|/
* Merge "Pass full matrix + clip save flags to the native SkCanvas."Florin Malita2014-06-101-36/+173
|\
| * Pass full matrix + clip save flags to the native SkCanvas.Florin Malita2014-06-101-36/+173
* | In Bitmap.reconfigure, update the pixelref's info.Leon Scroggins III2014-06-111-7/+33
* | Changes to framework for ToT Skia.Robert Phillips2014-06-116-33/+218
* | Support fake italicsRaph Levien2014-06-103-2/+19
* | Support for fake bold in Minikin buildsRaph Levien2014-06-106-24/+33
|/
* Merge "Fix getFontMetrics problems"Raph Levien2014-06-061-19/+26
|\
| * Fix getFontMetrics problemsRaph Levien2014-06-061-19/+26
* | Merge "Implement SkCanvasGlue::clipRegion() using clipPath()."Florin Malita2014-06-061-1/+10
|\ \ | |/ |/|
| * Implement SkCanvasGlue::clipRegion() using clipPath().Florin Malita2014-06-051-1/+10
* | am e0ebf19c: Merge "Support for context in Minikin shaping" into lmp-preview-devRaph Levien2014-06-054-21/+23
|\ \
| * \ Merge "Support for context in Minikin shaping" into lmp-preview-devRaph Levien2014-06-054-21/+23
| |\ \
| | * | Support for context in Minikin shapingRaph Levien2014-06-054-21/+23