summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics/Canvas.java
Commit message (Expand)AuthorAgeFilesLines
* Layoutlib Canvas and Paint implementation through native delegatesXavier Ducrohet2010-11-011-1247/+0
* Implement the layoutlib Bitmap through a native delegate.Xavier Ducrohet2010-10-291-3/+3
* Reimplement the native matrix method using the new delegate way.Xavier Ducrohet2010-10-271-13/+4
* Make libhwui entirely optional.Romain Guy2010-08-081-23/+0
* Remove empty finalize methods.Carl Shapiro2010-02-241-5/+0
* ADT/Layoutlib: Add dash support to stroke.Xavier Ducrohet2010-01-151-38/+37
* ADT/Layoutlib: properly handle stroke information.Xavier Ducrohet2010-01-141-2/+14
* ADT/Layoutlib: don't draw 0-sized rectangle, AWT doesn't like that.Xavier Ducrohet2010-01-141-28/+32
* ADT/Layoutlib: shader clean-up.Xavier Ducrohet2010-01-141-1/+1
* ADT/Layoutlib: 2 color, linear gradient support.Xavier Ducrohet2010-01-131-8/+11
* ADT/Layoutlib: implement Canvas.concat(Matrix)Xavier Ducrohet2010-01-131-16/+28
* Support for fallback fonts in layoutlib.Xavier Ducrohet2009-11-091-6/+84
* Improved drawing/matrix support in layoutlibXavier Ducrohet2009-08-171-0/+1176