Home | History | Annotate | Download | only in src

Lines Matching refs:ROW2

1190     const int ROW2 = 2000000;
1225 // - a quad with two neighbors - with ROW2
1227 int row_flag = q->count == 1 ? ROW1 : q->count == 2 ? ROW2 : ROW_;
1267 else if( !first2 && corners[i]->row == ROW2 )