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.cpp141 float start_outside_c = start_c; in UpdateLineJoinPoints() local
143 start_outside_c += start_dc; in UpdateLineJoinPoints()
145 start_outside_c -= start_dc; in UpdateLineJoinPoints()
153 float join_x = (end_outside_c - start_outside_c) / (start_k - end_k); in UpdateLineJoinPoints()
154 float join_y = start_k * join_x + start_outside_c; in UpdateLineJoinPoints()