Home
last modified time | relevance | path

Searched refs:actH (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/shapes/pid2/
DmxPidValves.js119 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);
[all …]