Lines Matching refs:actH

119 	var actH = 0;
125 actH = h * 0.3333;
129 actH = h * 0.4;
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);
159 this.drawGateVariantBg(c, 0, 0, w, h, valveType, actuator, actH);
163 this.drawAngleVariantBg(c, 0, 0, w, h, valveType, actuator, actH);
167 this.drawButterflyValve(c, 0, 0, w, h, actuator, actH);
171 this.drawCheckValve(c, 0, 0, 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);
194 this.drawGateVariantFg(c, 0, 0, w, h, valveType, actuator, actH);
198 this.drawAngleVariantFg(c, 0, 0, w, h, valveType, actuator, actH);
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
613 this.drawAngleValve(c, w * 0.2, y + actH, w * 0.8, h - actH);
617 this.drawAngleGlobeValveBg(c, w * 0.2, y + actH, w * 0.8, h - actH);
621 this.drawThreeWayValve(c, 0, y + actH, w, h - actH);
625 this.drawAngleBlowdownValve(c, x, y + actH, w, h - actH);
787 mxShapePidValve.prototype.drawButterflyValve = function(c, x, y, w, h, actuator, actH) argument
792 var yv = y + actH;
793 var hv = h - actH;
813 mxShapePidValve.prototype.drawCheckValve = function(c, x, y, w, h, actuator, actH) argument
818 var yv = y + actH;
819 var hv = h - actH;
922 var actH = 0;
926 actH = h * 0.2353;
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
946 this.drawValveBg(c, 0, actH, w, h - actH);
949 mxShapePidIntBlockBleedValve.prototype.foreground = function(c, x, y, w, h, actuator, actH) argument