summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
...
* | Add missing null check to ninePatchInsetsMathieu Chartier2014-08-292-0/+4
* | Merge "New weight-aware font config" into lmp-devRaph Levien2014-08-274-38/+71
|\ \
| * | New weight-aware font configRaph Levien2014-08-264-38/+71
* | | Merge "Fix incorrect return value on missing glyph" into lmp-devRaph Levien2014-08-271-1/+1
|\ \ \
| * | | Fix incorrect return value on missing glyphRaph Levien2014-08-261-1/+1
| |/ /
* | | Merge "DO NOT MERGE Copy shaders" into lmp-devJohn Reck2014-08-261-0/+1
|\ \ \
| * | | DO NOT MERGE Copy shadersJohn Reck2014-08-251-0/+1
| |/ /
* | | Preserve paint parameters in Paint copy constructorRaph Levien2014-08-251-1/+2
|/ /
* | Revert immutable Shader changeJohn Reck2014-08-221-14/+7
* | Add bounds checking to nine patch scalingChris Craik2014-08-201-17/+30
* | Remove dependency on SkPaintOptionsAndroidDerek Sollenberger2014-08-074-20/+34
* | Add fontFeatureSettings to TextView and attrsBehdad Esfahbod2014-08-011-2/+2
* | Merge "Add outline alpha" into lmp-devChris Craik2014-07-313-6/+6
|\ \
| * | Add outline alphaChris Craik2014-07-313-6/+6
* | | Support FontFeatureSettings in PaintBehdad Esfahbod2014-07-304-3/+27
* | | Merge "Bump refcount of canvas created for Picture" into lmp-devRaph Levien2014-07-301-0/+4
|\ \ \ | |/ / |/| |
| * | Bump refcount of canvas created for PictureRaph Levien2014-07-301-0/+4
* | | Disable fallback chaining in Skia.Derek Sollenberger2014-07-301-4/+0
* | | Clean up Minikin includesBehdad Esfahbod2014-07-306-10/+11
* | | Use new minikin Layout::doLayout() that doesn't use a CSS stringBehdad Esfahbod2014-07-291-18/+18
* | | Merge "Further centralize Minikin interaction" into lmp-devBehdad Esfahbod2014-07-243-21/+13
|\ \ \
| * | | Further centralize Minikin interactionBehdad Esfahbod2014-07-253-21/+13
* | | | 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