Home | History | Annotate | Download | only in tests

Lines Matching refs:close

36     // This test checks that r{Line,Quad,Conic,Cubic}To following a close()
37 // are relative to the point we close to, not relative to the point we close from.
44 path.close(); // Returns us back to 0,0.
55 path.close();
66 path.close();
77 path.close();
164 path.close();path.moveTo(0.995934f, 22.4779f);
181 path.close();
215 path.close();
389 path->close();
515 // end with a single close
516 // only have (at most) 1 close
701 path->close();
780 // if we force a close on the interator we should have a close
789 closePt.close();
798 empty.close();
804 rect.close();
810 quad.close();
817 cubic.close();
824 line.close();
829 rect2.close();
832 rect2.close();
837 oval3.close();
840 oval3.close();
863 pt.close();
870 line.close();
878 triLeft.close();
886 triRight.close();
895 square.close();
912 redundantSquare.close();
929 bowTie.close();
941 spiral.close();
951 dent.close();
1200 path.close();
1281 // failing, no close
1282 SkPoint c1[] = {{0, 0}, {1, 0}, {1, 1}, {0, 1}}; // close doesn't match
1301 bool close = true;
1310 if (close) {
1311 path.close();
1326 REPORTER_ASSERT(reporter, isClosed == close);
1346 close = false;
1350 // fail, close then line
1356 path1.close();
1369 path1.close();
1378 path1.close();
1390 path1.close();
1402 path1.close();
1435 // failing, no close
1436 SkPoint c1[] = {{0, 0}, {1, 0}, {1, 1}, {0, 1}}; // close doesn't match
1470 bool close = true;
1480 if (close) {
1481 path.close();
1510 close = false;
1514 // fail, close then line
1523 path1.close();
1542 path1.close();
1557 path1.close();
1575 path1.close();
1593 path1.close();
1829 // Test that close path makes no difference for an empty path
1837 // Test that close path makes no difference
1956 // Initial close is never ever stored
1958 p.close();
1962 // Move/close sequences
1964 p.close(); // Not stored, no purpose
1966 p.close();
1967 p.close(); // Not stored, no purpose
1969 p.close();
1972 p.close();
2083 p.close();