Home | History | Annotate | Download | only in tests

Lines Matching defs:dent

1105     SkPath dent;
1106 dent.moveTo(0, 0);
1107 dent.lineTo(100*SK_Scalar1, 100*SK_Scalar1);
1108 dent.lineTo(0, 100*SK_Scalar1);
1109 dent.lineTo(-50*SK_Scalar1, 200*SK_Scalar1);
1110 dent.lineTo(-200*SK_Scalar1, 100*SK_Scalar1);
1111 dent.close();
1112 check_convexity(reporter, dent, SkPath::kConcave_Convexity);
1113 check_direction(reporter, dent, SkPath::kCW_Direction);