Lines Matching defs:dx
298 let dx = n.pos.x - x1;
303 dx += this.drapSelect_.dx;
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]);
384 let dx = n.pos.x + this.offx_;
388 dx += this.drapSelect_.dx;
391 X2DFast.gi().fillRect(dx - 3, dy - 10, n.nameWidth + 6, 20, 0xffffff00);
392 X2DFast.gi().drawRect(dx - 3, dy - 10, n.nameWidth + 6, 20, 0xff000000, 2);
395 X2DFast.gi().fillRect(dx - 3, dy - 10, n.nameWidth + 6, 20, XTools.CONFIG.NodeColor[n.type]);
412 X2DFast.gi().drawRect(dx - 3, dy - 10, n.nameWidth + 6, 20, 0xff000000, 2);
415 X2DFast.gi().drawText(n.name, 14, dx + n.nameWidth / 2, dy + 2, 1, 1, 0, -2, -2, 0xff000000);
584 x1 += this.drapSelect_.dx;
588 x2 += this.drapSelect_.dx;
701 nodes[k].pos.x += this.drapSelect_.dx;
725 this.drapSelect_.dx !== 0 ||
727 this.drapSelect_.dx -= this.drapSelect_.x - x;
785 dx: 0,