Home | History | Annotate | Download | only in bench

Lines Matching defs:cx

747     def cx(x):
779 <circle cx="1" cy="1" r="1"/>
823 print '<rect id=%s x=%s y=%s' % (qa(revision), qa(cx(x)), qa(disp_y),),
920 print '%s,%s' % (str(cx(min_x)), str(cy(slope*min_x + intercept))),
921 print '%s,%s' % (str(cx(max_x)), str(cy(slope*max_x + intercept))),
936 print '%s,%s' % (str(cx(point[0])), str(cy(point[1]))),