Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp142 FX_FLOAT start_outside_c = start_c; in UpdateLineJoinPoints() local
144 start_outside_c += start_dc; in UpdateLineJoinPoints()
146 start_outside_c -= start_dc; 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()