Lines Matching defs:dent
945 SkPath dent;
946 dent.moveTo(0, 0);
947 dent.lineTo(100*SK_Scalar1, 100*SK_Scalar1);
948 dent.lineTo(0, 100*SK_Scalar1);
949 dent.lineTo(-50*SK_Scalar1, 200*SK_Scalar1);
950 dent
951 dent.close();
952 check_convexity(reporter, dent, SkPath::kConcave_Convexity);
953 check_direction(reporter, dent, SkPath::kCW_Direction);