summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/Paint.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Anti-alias by default"Chris Craik2015-05-131-10/+4
* Expose drawTextRun publiclyRaph Levien2015-04-271-8/+8
* Anti-alias by defaultChris Craik2015-04-271-7/+13
* Merge "Fix the build: Revert "Anti-alias by default""Ed Heyl2015-04-241-10/+6
|\
| * Fix the build: Revert "Anti-alias by default"Ed Heyl2015-04-241-10/+6
* | Merge "Anti-alias by default"Chris Craik2015-04-231-6/+10
|\ \ | |/
| * Anti-alias by defaultChris Craik2015-04-131-6/+10
* | Add Paint methods for cursor positioningRaph Levien2015-04-141-0/+168
|/
* Merge "Add Paint.hasGlyph method"Raph Levien2015-04-021-0/+22
|\
| * Add Paint.hasGlyph methodRaph Levien2015-04-021-0/+22
* | Fix cursor position calculation.Seigo Nonaka2015-04-021-2/+2
|/
* Add HyphenEdit support to PaintRaph Levien2015-03-141-0/+25
* Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-1/+3
* Fix push shader to nativeChris Craik2015-03-051-2/+3
* Ensure that all requests for the Paint's nativePtr use p.getNativeInstance()Derek Sollenberger2014-10-171-8/+4
* Make Paint.mNativePaint package protected to fix the build.Marcin Kosiba2014-10-131-1/+1
* Mutable Java Shaders with Immutable Native ShadersDerek Sollenberger2014-10-061-14/+26
* Update setShadowLayer docChris Craik2014-08-191-3/+10
* Make letterSpacing and fontFeatureSettings publicRaph Levien2014-08-071-4/+0
* Add fontFeatureSettings to TextView and attrsBehdad Esfahbod2014-08-011-2/+5
* Support FontFeatureSettings in PaintBehdad Esfahbod2014-07-301-0/+33
* Add letter-spacing to Paint and TextViewBehdad Esfahbod2014-07-241-0/+27
* Make updateLocalMatrix replace the current Matrix.Leon Scroggins III2014-07-241-1/+1
* Delete Paint.getTextGlyphs()Raph Levien2014-06-261-40/+0
* Implement Paint.breakText() using MinikinAnish Athalye2014-06-171-10/+14
* Clean up dirFlags / bidiFlags confusionRaph Levien2014-06-161-75/+68
* Fix incorrect getStringBounds (Minikin)Raph Levien2014-06-031-4/+5
* Better Minikin integrationRaph Levien2014-06-031-6/+6
* Merge "document and deprecated Rasterizer"Mike Reed2014-05-151-2/+8
|\
| * document and deprecated RasterizerMike Reed2014-05-091-2/+8
* | Merge "Start of Minikin integration"Raph Levien2014-05-151-12/+12
|\ \ | |/ |/|
| * Start of Minikin integrationRaph Levien2014-05-121-12/+12
* | Avoid caching shadow properties in Java & HWUI.Derek Sollenberger2014-05-071-43/+16
|/
* Add elegantTextHeight text appearance attributeRaph Levien2014-04-171-0/+17
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-52/+52
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-52/+52
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-52/+52
* Initial integration of Minikin to frameworkRaph Levien2013-11-181-0/+7
* clarify Paint flag docsVictoria Lease2013-09-261-12/+102
* Fix bug #10205316 CTS (KLP): android.graphics tests are failingFabrice Di Meglio2013-08-081-0/+2
* Merge "Fix Paint Shader copy"Fabrice Di Meglio2013-08-011-1/+3
|\
| * Fix Paint Shader copyFabrice Di Meglio2013-08-011-1/+3
* | Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)Victoria Lease2013-07-311-1/+9
|/
* bidiFlags != SkPaint::FlagsVictoria Lease2013-03-281-25/+25
* Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-201-86/+9
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-30/+260
* Revert "fix argument mismatches in Paint JNI"Fabrice Di Meglio2013-03-151-1/+1
* round subpixels up to next integer in measureText DO NOT MERGEVictoria Lease2013-02-271-6/+8
* fix argument mismatches in Paint JNIVictoria Lease2013-02-141-1/+1
* Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-260/+30