Lines Matching defs:dy
299 let dy = n.pos.y - y1;
304 dy += this.drapSelect_.dy;
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]);
385 let dy = n.pos.y + this.offy_;
389 dy += this.drapSelect_.dy;
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);
585 y1 += this.drapSelect_.dy;
589 y2 += this.drapSelect_.dy;
702 nodes[k].pos.y += this.drapSelect_.dy;
726 this.drapSelect_.dy !== 0) {
728 this.drapSelect_.dy -= this.drapSelect_.y - y;
786 dy: 0,