Home
last modified time | relevance | path

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

/reactos/dll/win32/gdiplus/
H A Dgraphicspath.c1847 float length_0 = sqrtf((p2->X-p1->X)*(p2->X-p1->X)+(p2->Y-p1->Y)*(p2->Y-p1->Y)); in widen_joint() local
1849 float dx0 = distance * (p2->X - p1->X) / length_0; in widen_joint()
1850 float dy0 = distance * (p2->Y - p1->Y) / length_0; in widen_joint()