Lines Matching refs:w

40 mxCabinetsCabinet.prototype.paintVertexShape = function(c, x, y, w, h)  argument
43 this.background(c, 0, 0, w, h);
45 this.foreground(c, 0, 0, w, h);
48 mxCabinetsCabinet.prototype.background = function(c, x, y, w, h) argument
50 c.rect(0, 0, w, h);
54 mxCabinetsCabinet.prototype.foreground = function(c, x, y, w, h) argument
57 c.rect(0, 0, w, wallTh);
63 c.moveTo(w - wallTh, wallTh);
64 c.lineTo(w - wallTh, h);
71 c.rect(0, h - 40, w, 40);
76 c.rect(0, h - wallTh, w, wallTh);
114 mxCabinetsCoverPlate.prototype.paintVertexShape = function(c, x, y, w, h) argument
117 this.background(c, 0, 0, w, h);
119 this.foreground(c, 0, 0, w, h);
122 mxCabinetsCoverPlate.prototype.background = function(c, x, y, w, h) argument
126 c.lineTo(w, 0);
127 c.lineTo(w, h);
132 c.lineTo(w - 10, h * 0.5 + 12.5);
133 c.lineTo(w - 10, h * 0.5 - 12.5);
138 mxCabinetsCoverPlate.prototype.foreground = function(c, x, y, w, h) argument
175 mxCabinetsDimension.prototype.paintVertexShape = function(c, x, y, w, h) argument
178 this.background(c, x, y, w, h);
181 mxCabinetsDimension.prototype.background = function(c, x, y, w, h) argument
185 c.lineTo(w, 20);
189 c.moveTo(w - 10, 15);
190 c.lineTo(w, 20);
191 c.lineTo(w - 10, 25);
194 c.moveTo(w, 15);
195 c.lineTo(w, h);
232 mxCabinetsDimensionBottom.prototype.paintVertexShape = function(c, x, y, w, h) argument
235 this.background(c, x, y, w, h);
238 mxCabinetsDimensionBottom.prototype.background = function(c, x, y, w, h) argument
242 c.lineTo(w, h - 20);
246 c.moveTo(w - 10, h - 15);
247 c.lineTo(w, h - 20);
248 c.lineTo(w - 10, h - 25);
251 c.moveTo(w, h - 15);
252 c.lineTo(w, 0);