Home | History | Annotate | Download | only in test

Lines Matching defs:num_lines

77 int num_lines = 0;
82 if (num_lines >= MAX_LINES)
88 lines[num_lines].x = x1;
89 lines[num_lines].y = y1;
90 lines[num_lines].w = x2;
91 lines[num_lines].h = y2;
93 return ++num_lines;
108 for (i = 0; i < num_lines; ++i) {
162 for (j = 0; j < num_lines; j++) {
293 num_lines = 0;