lgtm -- I wonder if we can improve readability in the future with some helpers,
e.g.
static void assert_nearly_eq(reporter, const SkPoint&, SkScalar x, SkScalar y) {
....
}
assert_nearly_eq(reporter, tangent, 0, SK_Scalar1);
...
Just a thought.
On 2012/01/12 20:02:15, reed1 wrote:
> lgtm -- I wonder if we can improve readability in the future with some
helpers,
> e.g.
>
> static void assert_nearly_eq(reporter, const SkPoint&, SkScalar x, SkScalar y)
{
> ....
> }
>
> assert_nearly_eq(reporter, tangent, 0, SK_Scalar1);
> ...
>
> Just a thought.
I had the same thought. :-)
Issue 5529078: Adding new SkPathMeasure tests, defined out for now as they fail.
(Closed)
Created 13 years ago by Stephen Chenney
Modified 13 years ago
Reviewers: reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0