Lines Matching refs:cy

573 	var cy = h * 0.45; 
575 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
579 cy = h * 0.8;
581 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
585 cy = h * 0.7;
587 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
592 cy = h * 0.25;
594 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
598 cy = h * 0.7;
600 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
604 cy = h * 0.17;
606 c.ellipse(cx - r, cy - r, 2 * r, 2 * r);
861 var cy = h * 0.8;
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);
871 cy = h * 0.65;
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);
881 cy = h * 0.44;
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);
891 cy = h * 0.9;
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);
902 cy = h * 0.65;
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);
911 cy = h * 0.85;
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);
920 cy = h * 0.92;
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);
930 cy = h * 0.28;
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);
940 cy = h * 0.45;
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);
950 cy = h * 0.37;
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);
960 cy = h * 0.7;
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);