Searched refs:start_outside_c (Results 1 – 1 of 1) sorted by relevance
160 float start_outside_c = start_c; in UpdateLineJoinPoints() local162 start_outside_c += start_dc; in UpdateLineJoinPoints()164 start_outside_c -= start_dc; in UpdateLineJoinPoints()172 float join_x = (end_outside_c - start_outside_c) / (start_k - end_k); in UpdateLineJoinPoints()173 float join_y = start_k * join_x + start_outside_c; in UpdateLineJoinPoints()