Brian Osman
68800a2700
Remove legacy version of SkCanvas::didConcat44 ( #17828 )
...
Builds flags have been switched, so the old versions aren't needed any
longer.
2020-04-21 08:46:57 -04:00
Brian Osman
1cf1a5882d
Guard canvas virtuals so we can remove legacy didConcat44 ( #17756 )
...
* Guard canvas virtuals so we can remove legacy didConcat44
SkMatrix44 is also deprecated, so start transitioning to SkM44.
* Fix formatting
2020-04-16 13:40:22 -04:00
Brian Osman
c9506cb8e9
Finish removing deprecated SkCanvas virtuals ( #17445 )
...
API staging is complete - these defines have been removed.
2020-04-01 10:27:50 -04:00
Brian Osman
662e7804f4
Guard SkCanvas bitmap virtuals for deprecation and removal ( #17371 )
2020-03-27 13:28:03 -04:00
Brian Osman
cf2424bbd2
Canvas: Remove some unused virtuals, and prepare for signature change ( #17135 )
...
* Canvas: Remove some unused virtuals, and prepare for signature change
* Better vertices fix
* Add empty placeholders for old signature
2020-03-13 15:25:01 -04:00
Brian Osman
14fefe31ce
Implement new SkCanvas virtuals in testing canvases ( #15893 )
2020-01-22 15:52:46 -05:00
David Worsham
2fc1e1bce1
Relanding: Add Flow unittests and fixtures ( #14091 )
2019-12-03 14:33:02 -08:00
liyuqian
84bf72917c
Revert PRs to unblock David and Jim's work ( #14088 )
...
* Revert "Add flow test fixtures and tests (#13986 )"
This reverts commit 620f5281b819f304e8e9e945222e26b17b087cc3.
* Revert "Dynamically determine whether to use offscreen surface based on need (#13976 )"
This reverts commit a86ef946563b020108320bbfb974bf7343284fd3.
2019-12-03 12:02:37 -08:00
David Worsham
620f5281b8
Add flow test fixtures and tests ( #13986 )
2019-12-03 09:43:02 -08:00