Lines Matching refs:c

35 mxShapeCiscoSafeCompositeIcon.prototype.paintVertexShape = function(c, x, y, w, h)  argument
43 c.translate(x, y);
51 stencil.drawShape(c, this, 0, 0, w, h);
54 c.setFillColor(strokeColor);
55 c.setStrokeColor('none');
56 c.setShadow(false);
61 c.begin();
63 (w < 100) ? c.ellipse(w * 0.01, h * 0.01, w * 0.98, h * 0.98) : c.ellipse(1, 1, w - 2, h - 2);
65 c.fill();
69 c.begin();
70 c.ellipse(w * 0.18, h * 0.16, w * 0.66, h * 0.65);
71 c.fill();
75 c.begin();
76 c.ellipse(w * 0.01, h * 0.01, w * 0.98, h * 0.6);
77 c.fill();
81 c.begin();
82 c.ellipse(w * 0.18, h * 0.2, w * 0.64, h * 0.79);
83 c.fill();
87 c.begin();
88 c.ellipse(w * 0.09, h * 0.03, w * 0.82, h * 0.77);
89 c.fill();
93 c.begin();
94 c.ellipse(w * 0.16, h * 0.01, w * 0.67, h * 0.72);
95 c.fill();
99 c.setShadow(shadow);
100 c.setFillColor(bgColor);
102 c.begin();
103 c.moveTo(0, h * 0.3);
104 c.arcTo(w * 0.3, h * 0.3, 0, 0, 1, w * 0.3, 0);
105 c.lineTo(w * 0.7, 0);
106 c.arcTo(w * 0.3, h * 0.3, 0, 0, 1, w, h * 0.3);
107 c.lineTo(w, h * 0.7);
108 c.arcTo(w * 0.3, h * 0.3, 0, 0, 1, w * 0.7, h);
109 c.lineTo(w * 0.3, h);
110 c.arcTo(w * 0.3, h * 0.3, 0, 0, 1, 0, h * 0.7);
111 c.close();
112 c.fill();
114 c.setShadow(false);
116 c.setFillColor(strokeColor);
122 stencil.drawShape(c, this, w * 0.26, h * 0.26, w * 0.48, h * 0.48)
125 c.setAlpha(0.5);
126 c.setFillColor('#ffffff');
128 c.ellipse(w * 0.105, h * 0.48, w * 0.04, h * 0.04);
129 c.fill();
130 c.ellipse(w * 0.855, h * 0.48, w * 0.04, h * 0.04);
131 c.fill();
132 c.ellipse(w * 0.48, h * 0.105, w * 0.04, h * 0.04);
133 c.fill();
134 c.ellipse(w * 0.48, h * 0.855, w * 0.04, h * 0.04);
135 c.fill();
137 c.ellipse(w * 0.17, h * 0.17, w * 0.04, h * 0.04);
138 c.fill();
139 c.ellipse(w * 0.79, h * 0.17, w * 0.04, h * 0.04);
140 c.fill();
141 c.ellipse(w * 0.79, h * 0.79, w * 0.04, h * 0.04);
142 c.fill();
143 c.ellipse(w * 0.17, h * 0.79, w * 0.04, h * 0.04);
144 c.fill();
146 c.setAlpha(opacity / 100);
155 …(w < 100) ? stencil.drawShape(c, this, w * 0.01, h * 0.01, w * 0.98, h * 0.98) : stencil.drawShape…
163 c.setFillColor(fillColor);
167 stencil.drawShape(c, this, w * 0.25, h * 0.25, w * 0.5, h * 0.5)
171 stencil.drawShape(c, this, 0, 0, w, h);