Home | History | Annotate | Download | only in tools

Lines Matching refs:wx

325                   double wx = bicubic[abs(dx)][0];
327 if (wx != 0 && arg->inside_fn(arg, x+dx/16, y+dy/16))
328 alphay += wx;
386 double wx = fabs(arg->x1-arg->x2)/2;
390 if (square_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w))
395 wx -= w;
397 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy))
495 double wx = fabs(arg->x1-arg->x2)/2;
499 if (circle_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w))
504 wx -= w;
506 if (wx > 0 && wy > 0 && circle_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy))