Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_pathdata.cpp160 float start_outside_c = start_c; in UpdateLineJoinPoints() local
162 start_outside_c += start_dc; in UpdateLineJoinPoints()
164 start_outside_c -= start_dc; in UpdateLineJoinPoints()
172 float join_x = (end_outside_c - start_outside_c) / (start_k - end_k); in UpdateLineJoinPoints()
173 float join_y = start_k * join_x + start_outside_c; in UpdateLineJoinPoints()