Lines Matching refs:opacity
9382 var opacity = ";opacity:" + this.getTextOpacity(this.cp);
9422 …<font style=\"" + size + font + color + direction + space + lineHeight + opacity + "\">" + text + …
10592 var opacity = 100;
10594 opacity = 0;
10596 … opacity = this.getValueAsDouble(this.getCellElement$java_lang_String(key), 0);
10597 opacity = 100 - opacity * 100;
10598 opacity = Math.max(opacity, 0);
10599 opacity = Math.min(opacity, 100);
10600 return opacity;
10855 … var opacity = this.getOpacity(com.mxgraph.io.vsdx.mxVsdxConstants.FILL_FOREGND_TRANS);
10856 if (opacity < 100) {
10857 … /* put */ (this.styleMap[mxConstants.STYLE_FILL_OPACITY] = ('' + (opacity)));
10859 … opacity = this.getOpacity(com.mxgraph.io.vsdx.mxVsdxConstants.LINE_COLOR_TRANS);
10860 if (opacity < 100) {
10861 … /* put */ (this.styleMap[mxConstants.STYLE_STROKE_OPACITY] = ('' + (opacity)));