Lines Matching refs:W
334 res.W = a.w = (brect.right - brect.left) / m;
351 res.bbx = res.W / 2;
355 res.bbx = -res.W / 2;
597 x: this.X + (this.bbx || 0) - this.W / 2,
599 width: this.W,
764 res.W = a.width = w;
776 res.W = rx * 2;
792 res.W = res.H = r * 2;
810 res.W = a.width = w;
884 H, W;
887 W = width / w;
891 if (h * W < height) {
892 y -= (height - h * W) / 2 / W;