Searched refs:buttonX (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
D | mxMockupNavigation.js | 485 var buttonX = 20; 486 w = Math.max(w, 2 * buttonX); 489 this.background(c, w, h, buttonX); 491 this.foreground(c, w, h, buttonX); 495 mxShapeMockupScrollBar.prototype.background = function(c, w, h, buttonX) argument 500 c.moveTo(buttonX, 0); 501 c.lineTo(buttonX, h); 502 c.moveTo(w - buttonX, 0); 503 c.lineTo(w - buttonX, h); 507 mxShapeMockupScrollBar.prototype.foreground = function(c, w, h, buttonX) argument [all …]
|