Lines Matching refs:insideColor

449 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupBrowserWindow.prototype.cst.STROKE_COL…
455 this.otherShapes(c, x, y, w, h, frameColor, insideColor, closeColor);
471 mxShapeMockupBrowserWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor,… argument
488 c.setStrokeColor(insideColor);
566 c.setFillColor(insideColor);
647 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupUserMale.prototype.cst.STROKE_COLOR2, …
651 this.otherShapes(c, x, y, w, h, insideColor, frameColor);
667 mxShapeMockupUserMale.prototype.otherShapes = function(c, x, y, w, h, insideColor, frameColor) argument
670 c.setStrokeColor(insideColor);
846 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupUserFemale.prototype.cst.STROKE_COLOR2…
850 this.otherShapes(c, x, y, w, h, insideColor, frameColor);
866 mxShapeMockupUserFemale.prototype.otherShapes = function(c, x, y, w, h, insideColor, frameColor) argument
869 c.setStrokeColor(insideColor);
1128 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupWindow.prototype.cst.STROKE_COLOR3, '#…
1136 this.otherShapes(c, x, y, w, h, frameColor, insideColor, closeColor);
1147 mxShapeMockupWindow.prototype.otherShapes = function(c, x, y, w, h, frameColor, insideColor, closeC… argument
1163 c.setStrokeColor(insideColor);
1720 …var insideColor = mxUtils.getValue(this.style, mxShapeMockupAlertBox.prototype.cst.STROKE_COLOR3, …
1728 this.foreground(c, x, y, w, h, frameColor, insideColor, closeColor);
1739 mxShapeMockupAlertBox.prototype.foreground = function(c, x, y, w, h, frameColor, insideColor, close… argument
1747 c.setStrokeColor(insideColor);