commit | 963ce9f0f6cf8eec49b1189673612e5a93a21ac1 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <[email protected]> | Fri Feb 17 12:51:14 2023 +0000 |
committer | Kevin Lubick <[email protected]> | Tue Feb 21 15:11:11 2023 +0000 |
tree | be996da0b347dd6378f49840a7b78922ff760a2e | |
parent | 3ed86af2892dc43a9b8a7231db22ef4e25652bff [diff] |
Remove SkTSearch and SkFixed uses from SkiaInterpolator This inlined (and simplified) SkTSearch from Skia [1], as well as removing SkAsserts. All of these are considered private to Skia. This should be tested in CTS via android.graphics.Interpolator, e.g. Test: atest CtsGraphicsTestCases [1] https://github.com/google/skia/blob/372a0857bf47009a6b245679a5d926b3bf5ca92a/src/base/SkTSearch.h#L41 Change-Id: Ifcc410adc768480fdc998919ba9e7aeed52336b7 Bug: skbug.com/13983