Lines Matching refs:cx

572 	var cx = w * 0.4;
575 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
578 cx = w * 0.1;
581 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
584 cx = w * 0.7;
587 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
591 cx = w * 0.15;
594 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
597 cx = w * 0.48;
600 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
603 cx = w * 0.74;
606 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
860 var cx = w * 0.2;
863 c.moveTo(cx - shapeSize * 0.5, cy - shapeSize * 0.5);
864 c.lineTo(cx + shapeSize * 0.5, cy - shapeSize * 0.5);
865 c.lineTo(cx + shapeSize * 0.5, cy + shapeSize * 0.5);
866 c.lineTo(cx - shapeSize * 0.5, cy + shapeSize * 0.5);
870 cx = w * 0.3;
873 c.moveTo(cx - shapeSize * 0.5, cy - shapeSize * 0.5);
874 c.lineTo(cx + shapeSize * 0.5, cy - shapeSize * 0.5);
875 c.lineTo(cx + shapeSize * 0.5, cy + shapeSize * 0.5);
876 c.lineTo(cx - shapeSize * 0.5, cy + shapeSize * 0.5);
880 cx = w * 0.6;
883 c.moveTo(cx - shapeSize * 0.5, cy - shapeSize * 0.5);
884 c.lineTo(cx + shapeSize * 0.5, cy - shapeSize * 0.5);
885 c.lineTo(cx + shapeSize * 0.5, cy + shapeSize * 0.5);
886 c.lineTo(cx - shapeSize * 0.5, cy + shapeSize * 0.5);
890 cx = w * 0.85;
893 c.moveTo(cx - shapeSize * 0.5, cy - shapeSize * 0.5);
894 c.lineTo(cx + shapeSize * 0.5, cy - shapeSize * 0.5);
895 c.lineTo(cx + shapeSize * 0.5, cy + shapeSize * 0.5);
896 c.lineTo(cx - shapeSize * 0.5, cy + shapeSize * 0.5);
901 cx = w * 0.08;
904 c.moveTo(cx, cy - shapeSize * 0.5);
905 c.lineTo(cx + shapeSize * 0.5, cy + shapeSize * 0.5);
906 c.lineTo(cx - shapeSize * 0.5, cy + shapeSize * 0.5);
910 cx = w * 0.58;
913 c.moveTo(cx, cy - shapeSize * 0.5);
914 c.lineTo(cx + shapeSize * 0.5, cy + shapeSize * 0.5);
915 c.lineTo(cx - shapeSize * 0.5, cy + shapeSize * 0.5);
919 cx = w * 0.72;
922 c.moveTo(cx, cy - shapeSize * 0.5);
923 c.lineTo(cx + shapeSize * 0.5, cy + shapeSize * 0.5);
924 c.lineTo(cx - shapeSize * 0.5, cy + shapeSize * 0.5);
929 cx = w * 0.32;
932 c.moveTo(cx, cy - shapeSize * 0.75);
933 c.lineTo(cx + shapeSize * 0.75, cy);
934 c.lineTo(cx, cy + shapeSize * 0.75);
935 c.lineTo(cx - shapeSize * 0.75, cy);
939 cx = w * 0.92;
942 c.moveTo(cx, cy - shapeSize * 0.75);
943 c.lineTo(cx + shapeSize * 0.75, cy);
944 c.lineTo(cx, cy + shapeSize * 0.75);
945 c.lineTo(cx - shapeSize * 0.75, cy);
949 cx = w * 0.81;
952 c.moveTo(cx, cy - shapeSize * 0.75);
953 c.lineTo(cx + shapeSize * 0.75, cy);
954 c.lineTo(cx, cy + shapeSize * 0.75);
955 c.lineTo(cx - shapeSize * 0.75, cy);
959 cx = w * 0.51;
962 c.moveTo(cx, cy - shapeSize * 0.75);
963 c.lineTo(cx + shapeSize * 0.75, cy);
964 c.lineTo(cx, cy + shapeSize * 0.75);
965 c.lineTo(cx - shapeSize * 0.75, cy);