summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest/src/com/android/test/hwui/PathsActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* LayoutLib: support for Path and BitmapShader using delegates.Xavier Ducrohet2010-12-211-6/+6
| | | | | | | | | | Also created delegates for all missing shader, xfermode and patheffect classes. Moved the logic of the xfermode, and patheffects that was in Canvas_Delegate into the xfermode/patheffect classes, and added support (in all 3 clases) for knowing if the shader/xfermode/patheffect is actually supported or not. Make use of fidelityWarning in LayoutLog if they are not.
* Correct implementation of saveLayer().Romain Guy2010-09-121-0/+144
Change-Id: I5375126636913e0a84f2d6bbd0ebe40d2e4f2763