Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Ddrawing.c382 long rise1, run1, rise2, run2; in app_fill_arc_rect() local
384 rise1 = p1.y - p0.y; in app_fill_arc_rect()
397 if (rise1 == 0) in app_fill_arc_rect()
400 x1 = p0.x + (r.y-p0.y)*run1/rise1; in app_fill_arc_rect()
495 if (rise1 == 0) in app_fill_arc_rect()
498 x1 = p0.x + (r.y-p0.y)*run1/rise1; in app_fill_arc_rect()