commit | b8123cc87770df6cfcdfce3290c60fdfdbfa8365 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Fri Nov 06 13:05:37 2020 -0500 |
committer | Kevin Lubick <kjlubick@google.com> | Fri Nov 06 18:22:14 2020 +0000 |
tree | 7f0147faddf517781e969eccfe276b05559297c0 | |
parent | 15b95d6f6cbf901a9f48da10b92ecff675c7e4ca [diff] |
[canvaskit] Clean up readPixels API on Canvas and Image This makes both APIs have the same arguments with the two source coordinates first and all the destination params (image info, optional buffer, optional rowBytes) after. Bug: skia:10717 Change-Id: I483e4f33f24e226793db6113d5ba5b1955cd892e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/332622 Reviewed-by: Mike Reed <reed@google.com>