D | userinput.c | 6266 void expire_rects1(int idx, int w, int h, int *x_hit, int *y_hit, int big1, int big2, int cram) { in expire_rects1() argument 6357 if (! big1) { in expire_rects1() 6372 if (cram && big1) { in expire_rects1() 6418 void expire_rects2(int idx, int w, int h, int *x_hit, int *y_hit, int big1, int big2, int cram) { in expire_rects2() argument 6536 if (big1 && ncache > 2 && n == 1) { in expire_rects2() 6543 if (cram && big1 && corner_x == 0) { in expire_rects2() 6717 void expire_rects(int idx, int w, int h, int *x_hit, int *y_hit, int big1, int big2, int cram) { in expire_rects() argument 6720 expire_rects1(idx, w, h, x_hit, y_hit, big1, big2, cram); in expire_rects() 6722 expire_rects2(idx, w, h, x_hit, y_hit, big1, big2, cram); in expire_rects() 6731 int big1 = 0, big2 = 0, cram = 0; in find_rect() local [all …]
|