Lines Matching refs:line
8 SkPoint line[2];
9 if (path.isLine(line)) {
10 SkDebugf("%s is line (%1.8g,%1.8g) (%1.8g,%1.8g)\n", prefix,
11 line[0].fX, line[0].fY, line[1].fX, line[1].fY);
13 SkDebugf("%s is not line\n", prefix);
19 debugster("zero line", path);
23 debugster("line", path);