Lines Matching defs:line
10 int SkReduceOrder::reduce(const SkDLine& line) {
11 fLine[0] = line[0];
12 int different = line[0] != line[1];
13 fLine[1] = line[different];
43 // four are colinear: return line formed by outside
51 // look for all four points in a line
52 // note that three points in a line doesn't simplify a cubic
87 if (minXSet == 0x7) { // test for vertical line
90 if (minYSet == 0x7) { // test for horizontal line
124 // check to see if it is a quadratic or a line
156 // four are colinear: return line formed by outside
184 // look for all four points in a line
185 // note that three points in a line doesn't simplify a cubic
225 if (minXSet == 0xF) { // test for vertical line
231 if (minYSet == 0xF) { // test for horizontal line
251 if (order == 2) { // quad became line
277 if (order == 2 || order == 3) { // cubic became line or quad