Lines Matching refs:c

50 mxShapePidDiscInst.prototype.paintVertexShape = function(c, x, y, w, h)  argument
52 c.translate(x, y);
53 this.background(c, x, y, w, h);
54 c.setShadow(false);
55 this.foreground(c, x, y, w, h);
58 mxShapePidDiscInst.prototype.background = function(c, x, y, w, h) argument
60 c.ellipse(0, 0, w, h);
61 c.fillAndStroke();
64 mxShapePidDiscInst.prototype.foreground = function(c, x, y, w, h) argument
70 c.begin();
71 c.moveTo(0, h * 0.5);
72 c.lineTo(w, h * 0.5);
73 c.stroke();
77 c.setDashed(true);
78 c.begin();
79 c.moveTo(0, h * 0.5);
80 c.lineTo(w, h * 0.5);
81 c.stroke();
85 c.begin();
86 c.moveTo(w * 0.005, h * 0.48);
87 c.lineTo(w * 0.995, h * 0.48);
88 c.moveTo(w * 0.005, h * 0.52);
89 c.lineTo(w * 0.995, h * 0.52);
90 c.stroke();
151 mxShapePidSharedCont.prototype.paintVertexShape = function(c, x, y, w, h) argument
153 c.translate(x, y);
154 this.background(c, x, y, w, h);
155 c.setShadow(false);
156 this.foreground(c, x, y, w, h);
159 mxShapePidSharedCont.prototype.background = function(c, x, y, w, h) argument
161 c.rect(0, 0, w, h);
162 c.fillAndStroke();
165 mxShapePidSharedCont.prototype.foreground = function(c, x, y, w, h) argument
169 c.ellipse(0, 0, w, h);
170 c.fillAndStroke();
174 c.begin();
175 c.moveTo(0, h * 0.5);
176 c.lineTo(w, h * 0.5);
177 c.stroke();
181 c.setDashed(true);
182 c.begin();
183 c.moveTo(0, h * 0.5);
184 c.lineTo(w, h * 0.5);
185 c.stroke();
189 c.begin();
190 c.moveTo(w * 0.005, h * 0.48);
191 c.lineTo(w * 0.995, h * 0.48);
192 c.moveTo(w * 0.005, h * 0.52);
193 c.lineTo(w * 0.995, h * 0.52);
194 c.stroke();
255 mxShapePidCompFunc.prototype.paintVertexShape = function(c, x, y, w, h) argument
257 c.translate(x, y);
258 this.background(c, x, y, w, h);
259 c.setShadow(false);
260 this.foreground(c, x, y, w, h);
263 mxShapePidCompFunc.prototype.background = function(c, x, y, w, h) argument
265 c.begin();
266 c.moveTo(0, h * 0.5);
267 c.lineTo(w * 0.25, 0);
268 c.lineTo(w * 0.75, 0);
269 c.lineTo(w, h * 0.5);
270 c.lineTo(w * 0.75, h);
271 c.lineTo(w * 0.25, h);
272 c.close();
273 c.fillAndStroke();
276 mxShapePidCompFunc.prototype.foreground = function(c, x, y, w, h) argument
282 c.begin();
283 c.moveTo(0, h * 0.5);
284 c.lineTo(w, h * 0.5);
285 c.stroke();
289 c.setDashed(true);
290 c.begin();
291 c.moveTo(0, h * 0.5);
292 c.lineTo(w, h * 0.5);
293 c.stroke();
297 c.begin();
298 c.moveTo(w * 0.01, h * 0.48);
299 c.lineTo(w * 0.99, h * 0.48);
300 c.moveTo(w * 0.01, h * 0.52);
301 c.lineTo(w * 0.99, h * 0.52);
302 c.stroke();
363 mxShapePidProgLogCont.prototype.paintVertexShape = function(c, x, y, w, h) argument
365 c.translate(x, y);
366 this.background(c, x, y, w, h);
367 c.setShadow(false);
368 this.foreground(c, x, y, w, h);
371 mxShapePidProgLogCont.prototype.background = function(c, x, y, w, h) argument
373 c.rect(0, 0, w, h);
374 c.fillAndStroke();
377 mxShapePidProgLogCont.prototype.foreground = function(c, x, y, w, h) argument
381 c.begin();
382 c.moveTo(0, h * 0.5);
383 c.lineTo(w * 0.5, 0);
384 c.lineTo(w, h * 0.5);
385 c.lineTo(w * 0.5, h);
386 c.close();
387 c.stroke();
391 c.begin();
392 c.moveTo(0, h * 0.5);
393 c.lineTo(w, h * 0.5);
394 c.stroke();
398 c.setDashed(true);
399 c.begin();
400 c.moveTo(0, h * 0.5);
401 c.lineTo(w, h * 0.5);
402 c.stroke();
406 c.begin();
407 c.moveTo(w * 0.02, h * 0.48);
408 c.lineTo(w * 0.98, h * 0.48);
409 c.moveTo(w * 0.02, h * 0.52);
410 c.lineTo(w * 0.98, h * 0.52);
411 c.stroke();
484 mxShapePidIndicator.prototype.paintVertexShape = function(c, x, y, w, h) argument
486 c.translate(x, y);
487 this.background(c, x, y, w, h);
488 c.setShadow(false);
489 this.foreground(c, x, y, w, h);
492 mxShapePidIndicator.prototype.background = function(c, x, y, w, h) argument
496 c.begin();
497 c.moveTo(w * 0.5, w);
498 c.lineTo(w * 0.5, h);
499 c.stroke();
503 c.ellipse(0, 0, w, w);
504 c.fillAndStroke();
508 c.rect(0, 0, w, w);
509 c.fillAndStroke();
513 c.begin();
514 c.moveTo(0, w * 0.5);
515 c.lineTo(w * 0.25, 0);
516 c.lineTo(w * 0.75, 0);
517 c.lineTo(w, w * 0.5);
518 c.lineTo(w * 0.75, w);
519 c.lineTo(w * 0.25, w);
520 c.close();
521 c.fillAndStroke();
525 c.rect(0, 0, w, w);
526 c.fillAndStroke();
530 mxShapePidIndicator.prototype.foreground = function(c, x, y, w, h) argument
537 c.ellipse(0, 0, w, w);
538 c.stroke();
542 c.begin();
543 c.moveTo(0, w * 0.5);
544 c.lineTo(w * 0.5, 0);
545 c.lineTo(w, w * 0.5);
546 c.lineTo(w * 0.5, w);
547 c.close();
548 c.stroke();
553 c.begin();
554 c.moveTo(0, w * 0.5);
555 c.lineTo(w, w * 0.5);
556 c.stroke();
560 c.setDashed(true);
561 c.begin();
562 c.moveTo(0, w * 0.5);
563 c.lineTo(w, w * 0.5);
564 c.stroke();
568 c.begin();
569 c.moveTo(w * 0.005, w * 0.48);
570 c.lineTo(w * 0.995, w * 0.48);
571 c.moveTo(w * 0.005, w * 0.52);
572 c.lineTo(w * 0.995, w * 0.52);
573 c.stroke();
625 mxShapePidLogic.prototype.paintVertexShape = function(c, x, y, w, h) argument
627 c.translate(x, y);
628 this.background(c, x, y, w, h);
629 c.setShadow(false);
630 this.foreground(c, x, y, w, h);
633 mxShapePidLogic.prototype.background = function(c, x, y, w, h) argument
635 c.begin();
636 c.moveTo(0, h * 0.5);
637 c.lineTo(w * 0.5, 0);
638 c.lineTo(w, h * 0.5);
639 c.lineTo(w * 0.5, h);
640 c.close();
641 c.fillAndStroke();
644 mxShapePidLogic.prototype.foreground = function(c, x, y, w, h) argument
650 c.begin();
651 c.moveTo(0, h * 0.5);
652 c.lineTo(w, h * 0.5);
653 c.stroke();
657 c.setDashed(true);
658 c.begin();
659 c.moveTo(0, h * 0.5);
660 c.lineTo(w, h * 0.5);
661 c.stroke();
665 c.begin();
666 c.moveTo(w * 0.02, h * 0.48);
667 c.lineTo(w * 0.98, h * 0.48);
668 c.moveTo(w * 0.02, h * 0.52);
669 c.lineTo(w * 0.98, h * 0.52);
670 c.stroke();