Searched refs:start_outside_c (Results 1 – 1 of 1) sorted by relevance
141 float start_outside_c = start_c; in UpdateLineJoinPoints() local143 start_outside_c += start_dc; in UpdateLineJoinPoints()145 start_outside_c -= start_dc; in UpdateLineJoinPoints()153 float join_x = (end_outside_c - start_outside_c) / (start_k - end_k); in UpdateLineJoinPoints()154 float join_y = start_k * join_x + start_outside_c; in UpdateLineJoinPoints()