Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp333 FX_FLOAT join_x = FXSYS_Div(end_outside_c - start_outside_c, start_k - end_k); in _UpdateLineJoinPoints() local
334 FX_FLOAT join_y = FXSYS_Mul(start_k, join_x) + start_outside_c; in _UpdateLineJoinPoints()
335 rect.UpdateRect(join_x, join_y); in _UpdateLineJoinPoints()