Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp93 CFX_PointF end_to_mid = end_pos - mid_pos; in UpdateLineJoinPoints() local
94 end_k = end_to_mid.y / end_to_mid.x; in UpdateLineJoinPoints()
96 end_len = FXSYS_sqrt2(end_to_mid.x, end_to_mid.y); in UpdateLineJoinPoints()
98 static_cast<FX_FLOAT>(FXSYS_fabs(half_width * end_len / end_to_mid.x)); in UpdateLineJoinPoints()