Searched refs:will_draw_start (Results 1 – 1 of 1) sorted by relevance
412 bool will_draw_start; in try_setup_line() local427 will_draw_start = x1diff <= 0.f; in try_setup_line()428 if (will_draw_start != draw_start) { in try_setup_line()442 will_draw_start = x1diff > 0.f; in try_setup_line()443 if (will_draw_start != draw_start) { in try_setup_line()511 bool will_draw_start; in try_setup_line() local525 will_draw_start = y1diff >= 0.f; in try_setup_line()528 will_draw_start = y1diff > 0.f; in try_setup_line()534 if (will_draw_start != draw_start) { in try_setup_line()545 will_draw_start = y1diff < 0.f; in try_setup_line()[all …]