Home | History | Annotate | Download | only in src

Lines Matching refs:XFixed

33     XFixed	current_x;
46 static XFixed
47 XRenderComputeX (XLineFixed *line, XFixed y)
49 XFixed dx = line->p2.x - line->p1.x;
51 XFixed dy = line->p2.y - line->p1.y;
53 return (XFixed) line->p1.x + (XFixed) (ex / dy);
69 static XFixed
100 XFixed y, next_y, intersect;
249 XFixed prevx = 0, prevy = 0, firstx = 0, firsty = 0;
250 XFixed top = 0, bottom = 0; /* GCCism */
260 XFixed x, y;