Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp154 FX_FLOAT join_x = (end_outside_c - start_outside_c) / (start_k - end_k); in UpdateLineJoinPoints() local
155 FX_FLOAT join_y = start_k * join_x + start_outside_c; in UpdateLineJoinPoints()
156 rect->UpdateRect(join_x, join_y); in UpdateLineJoinPoints()