Lines Matching refs:bgColor

54 	var bgColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
65 this.background(c, x, y, w, h, bgColor, frameColor);
70 mxShapeMockupVideoPlayer.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
72 c.setFillColor(bgColor);
258 var bgColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
292 …m, labelOffset, buttonNum * minButtonHeight, frameColor, separatorColor, bgColor, selectedFillColo…
324 …, w, h, rSize, buttonNum, labelOffset, minH, frameColor, separatorColor, bgColor, selectedFillColo… argument
330 c.setFillColor(bgColor);
383 c.setFillColor(bgColor);
446 var bgColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
453 this.background(c, x, y, w, h, bgColor, frameColor);
458 mxShapeMockupBrowserWindow.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
460 c.setFillColor(bgColor);
645 var bgColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
649 this.background(c, x, y, w, h, bgColor, frameColor);
654 mxShapeMockupUserMale.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
656 c.setFillColor(bgColor);
844 var bgColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
848 this.background(c, x, y, w, h, bgColor, frameColor);
853 mxShapeMockupUserFemale.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
855 c.setFillColor(bgColor);
1125 var bgColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
1134 this.background(c, x, y, w, h, bgColor, frameColor);
1139 mxShapeMockupWindow.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
1141 c.setFillColor(bgColor);
1717 var bgColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
1726 this.background(c, x, y, w, h, bgColor, frameColor);
1731 mxShapeMockupAlertBox.prototype.background = function(c, x, y, w, h, bgColor, frameColor) argument
1733 c.setFillColor(bgColor);