Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_pathdata.cpp84 float start_c = 0; in UpdateLineJoinPoints() local
106 start_c = mid_pos.y - (start_k * mid_pos.x); in UpdateLineJoinPoints()
141 if (end_pos.y < (start_k * end_pos.x) + start_c) in UpdateLineJoinPoints()
142 outside.y = (start_k * outside.x) + start_c + start_dc; in UpdateLineJoinPoints()
144 outside.y = (start_k * outside.x) + start_c - start_dc; in UpdateLineJoinPoints()
160 float start_outside_c = start_c; in UpdateLineJoinPoints()
161 if (end_pos.y < (start_k * end_pos.x) + start_c) in UpdateLineJoinPoints()