Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_pathdata.cpp65 float start_c = 0; in UpdateLineJoinPoints() local
87 start_c = mid_pos.y - (start_k * mid_pos.x); in UpdateLineJoinPoints()
122 if (end_pos.y < (start_k * end_pos.x) + start_c) in UpdateLineJoinPoints()
123 outside.y = (start_k * outside.x) + start_c + start_dc; in UpdateLineJoinPoints()
125 outside.y = (start_k * outside.x) + start_c - start_dc; in UpdateLineJoinPoints()
141 float start_outside_c = start_c; in UpdateLineJoinPoints()
142 if (end_pos.y < (start_k * end_pos.x) + start_c) in UpdateLineJoinPoints()