Lines Matching refs:tabH
2631 var tabH = 20;
2633 c.roundrect(0, tabH, w, h - tabH, 10, 10);
2635 c.rect(15, 0, tabW, tabH);
2711 var tabH = 20;
2715 this.background(c, x, y, w, h, tabH, tabW);
2717 this.foreground(c, x, y, w, h, tabH, tabW);
2720 mxShapeSysMLRegion.prototype.background = function(c, x, y, w, h, tabH, tabW) argument
2723 c.roundrect(0, tabH, w, h - tabH, 10, 10);
2727 c.rect(15, 0, tabW, tabH);
2732 mxShapeSysMLRegion.prototype.foreground = function(c, x, y, w, h, tabH, tabW) argument
2736 c.moveTo(w * 0.5, tabH);