Lines Matching refs:max
30 r.max.x = r.min.x+2*W; in brects()
32 r.max.y = r.min.y+2*W; in brects()
33 rp[0] = Rect(r.min.x, r.min.y, r.max.x, r.min.y+W); in brects()
34 rp[1] = Rect(r.min.x, r.max.y-W, r.max.x, r.max.y); in brects()
35 rp[2] = Rect(r.min.x, r.min.y+W, r.min.x+W, r.max.y-W); in brects()
36 rp[3] = Rect(r.max.x-W, r.min.y+W, r.max.x, r.max.y-W); in brects()
54 r.max = mc->xy; in getrect()
60 r.max = mc->xy; in getrect()
66 rc.min.x = rc.max.x = 0; in getrect()
67 rc.min.y = rc.max.y = 0; in getrect()
88 max(int a, int b) in max() function
111 r = Rect(0, 0, max(Dx(display->screenimage->r), Dx(rc)), W); in drawgetrect()
114 r = Rect(0, 0, W, max(Dy(display->screenimage->r), Dy(rc))); in drawgetrect()