Searched refs:end_c (Results 1 – 2 of 2) sorted by relevance
67 FX_FLOAT end_c = 0; in UpdateLineJoinPoints() local95 end_c = mid_pos.y - (end_k * mid_pos.x); in UpdateLineJoinPoints()107 if (start_pos.y < (end_k * start_pos.x) + end_c) in UpdateLineJoinPoints()108 outside.y = (end_k * outside.x) + end_c + end_dc; in UpdateLineJoinPoints()110 outside.y = (end_k * outside.x) + end_c - end_dc; in UpdateLineJoinPoints()148 FX_FLOAT end_outside_c = end_c; in UpdateLineJoinPoints()149 if (start_pos.y < (end_k * start_pos.x) + end_c) in UpdateLineJoinPoints()
256 uint8_t end_h, end_s, end_c; member