Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp148 FX_FLOAT end_outside_c = end_c; in UpdateLineJoinPoints() local
150 end_outside_c += end_dc; in UpdateLineJoinPoints()
152 end_outside_c -= end_dc; in UpdateLineJoinPoints()
154 FX_FLOAT join_x = (end_outside_c - start_outside_c) / (start_k - end_k); in UpdateLineJoinPoints()