Lines Matching refs:ty
49 let ty = 10;
52 this.selectFile_.move(tx, ty, 550, 20);
56 ty += 30;
58 this.selectFunc_.move(tx, ty, 290, 20);
63 this.selectMethod_.move(tx, ty, 250, 20);
67 ty += 30;
73 let btn = new XButton(tx, ty, bw, 20, bname);
87 ty += 30;
96 let btn = new XButton(tx, ty, bw, 20, bm[0]);
286 let [tx, ty, w, h] = this.smallMapRect;
287 X2DFast.gi().fillRect(tx, ty, w, h, 0x80000000);
306 X2DFast.gi().fillRect(tx + (dx - 3) * sw, ty + (dy - 10) * sh, dw, dh, 0xff000000);
325 X2DFast.gi().fillRect(tx + (dx - 3) * sw, ty + (dy - 10) * sh, dw, dh, 0xff000000);
328 X2DFast.gi().fillRect(tx + (dx - 3) * sw, ty + (dy - 10) * sh, dw, dh, XTools.CONFIG.NodeColor[n.type]);
332 X2DFast.gi().drawRect(tx - (this.offx_ + x1) * sw, ty - (this.offy_ + y1) * sh, Math.min(Scr.logicw * sw, w), Math.min(Scr.logich * sh, h), 0xff00ff00, 1);
682 let [tx, ty, w, h] = this.smallMapRect;
690 this.offy_ = (ty - y + Scr.logich * sh / 2) / sh - y1;