Searched refs:join_x (Results 1 – 1 of 1) sorted by relevance
154 FX_FLOAT join_x = (end_outside_c - start_outside_c) / (start_k - end_k); in UpdateLineJoinPoints() local155 FX_FLOAT join_y = start_k * join_x + start_outside_c; in UpdateLineJoinPoints()156 rect->UpdateRect(join_x, join_y); in UpdateLineJoinPoints()