Lines Matching refs:XTools
17 const { XTools } = require("../engine/XTools");
202 XTools.PROC_TO = 20 + procto / total * 80;
205 XTools.PROC_TO = 100;
328 …X2DFast.gi().fillRect(tx + (dx - 3) * sw, ty + (dy - 10) * sh, dw, dh, XTools.CONFIG.NodeColor[n.t…
336 …X2DFast.gi().drawText("Loading " + XTools.PROC_TO.toFixed(1) + "%", 20, Scr.logicw / 2, Scr.logich…
367 …if (XTools.InRect(XTools.MOUSE_POS.x, XTools.MOUSE_POS.y, n.pos.x + this.offx_ - 3, n.pos.y + this…
395 … X2DFast.gi().fillRect(dx - 3, dy - 10, n.nameWidth + 6, 20, XTools.CONFIG.NodeColor[n.type]);
429 let x = XTools.MOUSE_POS.x - w;
430 let y = XTools.MOUSE_POS.y - h;
438 X2DFast.gi().fillRect(x, y, w, h, (XTools.CONFIG.NodeColor[n.type] & 0xffffff) | 0xC0000000);
595 c = XTools.CONFIG.LineColor[l.lineType];
631 if (XTools.InRect(XTools.MOUSE_POS.x, XTools.MOUSE_POS.y, x1 - 1, y1, lw + 2, y2 - y1)) {
640 if (XTools.InRect(XTools.MOUSE_POS.x, XTools.MOUSE_POS.y, x1, y1 - 1, x2 - x1, lw + 2)) {
738 if (XTools.InRect(x, y, ...this.smallMapRect)) {
746 if (XTools.InRect(x, y, ...this.searchInput.pos)) {
782 …if (XTools.InRect(x, y, n.pos.x + this.offx_ - 3, n.pos.y + this.offy_ - 10, n.nameWidth + 6, 20))…
783 if (XTools.KEY_CTRL) {
869 if (XTools.CONFIG.OpTypeJsBytecode.indexOf(n.ir.op) >= 0) {