Lines Matching refs:convexity
1315 bool convexity = copy.isConvex();
1316 REPORTER_ASSERT(reporter, convexity == expectedConvexity);
1972 // have no effect on convexity
2661 // test persistence of the oval flag & convexity
5525 * - convexity, isrect, isoval, ...
5526 * Axis-aligned shapes (rect, oval, rrect) should survive, including convexity if the matrix
5551 // force the issue (computing convexity) the first time.
5556 // a path's isa and convexity should survive assignment
5561 // a path's isa and convexity should identity transform
5569 // a path's isa should survive translation, convexity depends on axis alignment
5577 // a path's isa should survive scaling, convexity depends on axis alignment
5861 // but it should also agree with the regular convexity computation
5874 // and the BySign convexity pass would not evaluate the entire path, effectively only using the
5875 // winding rule for determining convexity.