Lines Matching defs:line
45 // this line should not assert in the debug build (from validate)
410 // This used to assert in the debug build, as the edges did not all line-up.
528 // too-few interations in our cubic-line intersection code. That code now runs
1278 SkPath line;
1279 line.moveTo(SK_Scalar1, SK_Scalar1);
1280 line.lineTo(10 * SK_Scalar1, 10*SK_Scalar1);
1281 check_close(reporter, line);
1282 line.close();
1283 check_close(reporter, line);
1353 SkPath line;
1354 line.moveTo(12*SK_Scalar1, 20*SK_Scalar1);
1355 line.lineTo(-12*SK_Scalar1, -20*SK_Scalar1);
1356 line.close();
1357 check_convexity(reporter, line, true);
1358 check_direction(reporter, line, SkPathFirstDirection::kUnknown);
2158 // fail, close then line
2279 // Degenerate point and line rects are not allowed
2464 // fail, close then line
2677 { SkIntToScalar(10), SkIntToScalar(10) }, // line
5720 // check that the new line begins where the rect began
5739 p[2], {5, 6}, // trailing line