Lines Matching full:y
32 static Reset(detail, x, y) { argument
35 y: y == null ? XTools.MOUSE_POS.y : y, property
81 RightMenu.MENU.y
89 static DrawGroup(grp, x, y) { argument
98 X2DFast.px2f.drawCut(this.backgroundCut_, x, y, 1, 0.88, 0, -1, -1);
100 X2DFast.px2f.drawCut(this.backgroundCut_, x, y, 1, 0.3, 0, -1, -1);
102 X2DFast.px2f.drawCut(this.backgroundCut_, x, y, 1, 1, 0, -1, -1);
105 e.rect = [x, y, w, 32];
110 y
114 e.rect = [x, y, w, 0];
115 X2DFast.px2f.drawLine(x, y, x + w, y, 0xff808080, 2);
118 let OFFY_ = y + RightMenu.FOCUS_ITEM_HEIGHT / 2 - RightMenu.TEXT_SIZE / 2;
161 RightMenu.DrawGroup(e.group, x + w, y);
177 y += 32;
180 static Touch(msg, x, y) { argument
182 if (RightMenu.TouchGroup(RightMenu.MENU.detail, msg, x, y)) {
199 static TouchGroup(grp, msg, x, y) { argument
207 if (XTools.InRect(x, y, ...e.rect)) {
222 if (e.open && RightMenu.TouchGroup(e.group, msg, x, y)) {