summaryrefslogtreecommitdiffstats
path: root/libs/hwui/SkiaCanvasProxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix positioned text boundsTom Hudson2015-04-151-0/+1
| | | | | | | | | | drawPosText() bounds weren't taking their offset into account properly in absolute-positioned cases. R=djsollen@google.com BUG=skia:3673 Change-Id: Ic39fd45491231ed3e3949ffbc1f063a4fc12c3f8
* Fix bug, change crashes to warningsTom Hudson2015-03-051-2/+13
| | | | | | | Improve behavior when we get a call to draw 0 points. Replace one ALWAYS_FATAL statements with noop. Change-Id: I864b7a9633dfa3dc6eefa403beca4cc7ae14074f
* Fix onDrawText for non-absolute positioningTom Hudson2015-02-201-5/+7
| | | | | | | | If we were drawing text with drawTextAbsolutePos() false, we would draw the first character at 0,0 but subsequent characters would get improperly offset by y. (or x if vertical text) Change-Id: I4e76cd9d95bf1bb6ac021d99ef7cdd6333a290ba
* Create proxy between Skia's SkCanvas and the framework Canvas.Derek Sollenberger2015-01-301-0/+347
This enables Picture.java to be replayed into HWUI in addition to extending the Skia testing suite to HWUI. Bug: 19011232 Change-Id: Id27ac03eec817b0784763e62ab8413a07b3b8cb2