Searched refs:lines_count (Results 1 – 1 of 1) sorted by relevance
137 int lines_count = 0; variable236 for(k = 0; k < lines_count;k++){ in draw_screen_locked()792 lines_count += 1; in drawline()793 if(lines_count > kMaxTiles) in drawline()795 lines_count = kMaxTiles; in drawline()797 lines[lines_count-1].x0 = x0; in drawline()798 lines[lines_count-1].y0 = y0; in drawline()799 lines[lines_count-1].x1 = x1; in drawline()800 lines[lines_count-1].y1 = y1; in drawline()801 lines[lines_count-1].linewidth = linewidth; in drawline()[all …]