Home
last modified time | relevance | path

Searched refs:start_k (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp64 FX_FLOAT start_k = 0; in UpdateLineJoinPoints() local
86 start_k = (mid_pos.y - start_pos.y) / (mid_pos.x - start_pos.x); in UpdateLineJoinPoints()
87 start_c = mid_pos.y - (start_k * mid_pos.x); in UpdateLineJoinPoints()
123 if (end_pos.y < (start_k * end_pos.x) + start_c) in UpdateLineJoinPoints()
124 outside.y = (start_k * outside.x) + start_c + start_dc; in UpdateLineJoinPoints()
126 outside.y = (start_k * outside.x) + start_c - start_dc; in UpdateLineJoinPoints()
132 if (FXSYS_fabs(start_k - end_k) < one_twentieth) { in UpdateLineJoinPoints()
143 if (end_pos.y < (start_k * end_pos.x) + start_c) in UpdateLineJoinPoints()
154 FX_FLOAT join_x = (end_outside_c - start_outside_c) / (start_k - end_k); in UpdateLineJoinPoints()
155 FX_FLOAT join_y = start_k * join_x + start_outside_c; in UpdateLineJoinPoints()