Lines Matching defs:minYSet
57 int minXSet, minYSet;
59 minXSet = minYSet = 0;
79 minYSet |= 1 << index;
82 if ((minXSet & 0x05) == 0x5 && (minYSet & 0x05) == 0x5) { // test for degenerate
90 if (minYSet == 0x7) { // test for horizontal line
190 int minXSet, minYSet;
192 minXSet = minYSet = 0;
214 minYSet |= 1 << index;
222 minYSet |= 1 << index;
226 if (minYSet == 0xF) { // return 1 if all four are coincident
231 if (minYSet == 0xF) { // test for horizontal line