Lines Matching refs:x

115 mxShapePidValve.prototype.paintVertexShape = function(c, x, y, w, h)  argument
133 c.translate(x, y);
136 this.background(c, x, y, w, h, valveType, actuator, actH);
138 this.foreground(c, x, y, w, h, valveType, actuator, actH);
141 mxShapePidValve.prototype.background = function(c, x, y, w, h, valveType, actuator, actH) argument
148 this.drawActuatorBg(c, x, y, w, h / 1.2, actuator, actH);
152 this.drawActuatorBg(c, x, y, w, h, actuator, actH);
175 mxShapePidValve.prototype.foreground = function(c, x, y, w, h, valveType, actuator, actH) argument
184 this.drawActuatorFg(c, x, y, w, h / 1.2, actuator, actH);
188 this.drawActuatorFg(c, x, y, w, h, actuator, actH);
202 mxShapePidValve.prototype.drawActuatorBg = function(c, x, y, w, h, actuator) argument
272 mxShapePidValve.prototype.drawActuatorFg = function(c, x, y, w, h, actuator) argument
526 mxShapePidValve.prototype.drawGateVariantFg = function(c, x, y, w, h, valveType, actuator, actH) argument
534 c.ellipse(x + w * 0.3, y + actH + (h - actH) * 0.18, w * 0.4, (h - actH) * 0.64);
539 c.ellipse(x + w * 0.3, y + actH + (h - actH) * 0.18, w * 0.4, (h - actH) * 0.64);
546 this.drawPlug(c, x + w * 0.4, y + actH + (h - actH) * 0.25, w * 0.2, (h - actH) * 0.5);
550 this.drawNeedle(c, x + w * 0.45, y + actH + (h - actH) * 0.1, w * 0.1, (h - actH) * 0.9);
554 this.drawDrain(c, x + w * 0.48, y + actH + (h - actH) * 0.5, w * 0.04, (h - actH) * 0.49);
558 mxShapePidValve.prototype.drawAngleVariantFg = function(c, x, y, w, h, valveType, actuator, actH) argument
580 mxShapePidValve.prototype.drawGateVariantBg = function(c, x, y, w, h, valveType, actuator, actH) argument
584 this.drawGateValve(c, x, y + actH, w, h - actH);
588 c.ellipse(x + w * 0.3, y + actH + (h - actH) * 0.18, w * 0.4, (h - actH) * 0.64);
590 this.drawGateValve(c, x, y + actH, w, h - actH);
594 this.drawPlug(c, x + w * 0.4, y + actH + (h - actH) * 0.25, w * 0.2, (h - actH) * 0.5);
595 this.drawGateValve(c, x, y + actH, w, h - actH);
599 this.drawNeedle(c, x + w * 0.45, y + actH + (h - actH) * 0.1, w * 0.1, (h - actH) * 0.9);
600 this.drawGateValve(c, x, y + actH, w, h - actH);
604 this.drawDrain(c, x + w * 0.48, y + actH + (h - actH) * 0.5, w * 0.04, (h - actH) * 0.49);
605 this.drawGateValve(c, x, y + actH, w, h - actH);
609 mxShapePidValve.prototype.drawAngleVariantBg = function(c, x, y, w, h, valveType, actuator, actH) argument
625 this.drawAngleBlowdownValve(c, x, y + actH, w, h - actH);
629 mxShapePidValve.prototype.drawPlug = function(c, x, y, w, h) argument
631 c.translate(x, y);
639 c.translate(-x, -y);
642 mxShapePidValve.prototype.drawNeedle = function(c, x, y, w, h) argument
647 c.translate(x, y);
656 c.translate(-x, -y);
659 mxShapePidValve.prototype.drawDrain = function(c, x, y, w, h) argument
664 c.translate(x, y);
678 c.translate(-x, -y);
681 mxShapePidValve.prototype.drawGateValve = function(c, x, y, w, h) argument
687 c.translate(x, y);
709 c.translate(-x, -y);
712 mxShapePidValve.prototype.drawAngleValve = function(c, x, y, w, h) argument
714 c.translate(x, y);
727 c.translate(-x, -y);
730 mxShapePidValve.prototype.drawAngleGlobeValveBg = function(c, x, y, w, h) argument
732 c.translate(x, y);
746 c.translate(-x, -y);
749 mxShapePidValve.prototype.drawAngleGlobeValveFg = function(c, x, y, w, h) argument
751 c.translate(x, y);
754 c.translate(-x, -y);
757 mxShapePidValve.prototype.drawThreeWayValve = function(c, x, y, w, h) argument
759 c.translate(x, y);
778 c.translate(-x, -y);
781 mxShapePidValve.prototype.drawAngleBlowdownValve = function(c, x, y, w, h) argument
787 mxShapePidValve.prototype.drawButterflyValve = function(c, x, y, w, h, actuator, actH) argument
795 c.translate(x, yv);
810 c.translate(-x, -y);
813 mxShapePidValve.prototype.drawCheckValve = function(c, x, y, w, h, actuator, actH) argument
821 c.translate(x, yv);
840 c.translate(-x, -y);
919 mxShapePidIntBlockBleedValve.prototype.paintVertexShape = function(c, x, y, w, h) argument
929 c.translate(x, y);
932 this.background(c, x, y, w, h, actuator, actH);
934 this.foreground(c, x, y, w, h, actuator, actH);
937 mxShapePidIntBlockBleedValve.prototype.background = function(c, x, y, w, h, actuator, actH) argument
942 this.drawActuatorBg(c, x, y, w, h, actuator);
949 mxShapePidIntBlockBleedValve.prototype.foreground = function(c, x, y, w, h, actuator, actH) argument
954 this.drawActuatorFg(c, x, y, w, h, actuator);
958 mxShapePidIntBlockBleedValve.prototype.drawValveBg = function(c, x, y, w, h) argument
963 c.translate(x, y);
995 c.translate(-x, -y);
998 mxShapePidIntBlockBleedValve.prototype.drawActuatorBg = function(c, x, y, w, h, actuator) argument
1062 mxShapePidIntBlockBleedValve.prototype.drawActuatorFg = function(c, x, y, w, h, actuator) argument
1108 mxShapePidAutoRecircValve.prototype.paintVertexShape = function(c, x, y, w, h) argument
1111 c.translate(x, y);