Lines Matching defs:after
107 // Test that sect_with_horizontal in SkLineClipper.cpp needs to pin after computing the
685 // moved control points after the chop. This test should be run in SK_DEBUG
969 // only have Lines after that
1599 // check after setting the initial convex and direction
5481 size_t after = PathTest_Private::GetFreeSpace(unique_path);
5482 REPORTER_ASSERT(reporter, before >= after);
5483 max_free = std::max(max_free, before - after);
5486 REPORTER_ASSERT(reporter, after == after2);
5622 // Make sure that copyPath is safe after the call to path.offset().
5623 // Previously, we would leave its fLastMoveToIndex alone after the copy, but now we should
5755 * // after lineTo, the path's verbs are: M M ... C M L
5760 * assert that, after a lineTo(), that the injected moveTo corresponds
5857 // to unknown after edits)