Lines Matching refs:shapes
81 shapes = {}
114 if items[0] not in shapes:
115 shapes[items[0]] = {}
116 shapes[items[0]][shape] = c
122 keys = shapes.keys ()
125 s = [shapes[u][shape] if u in shapes and shape in shapes[u] else 0
141 liga = (shapes[pair[0]]['initial'], shapes[pair[1]]['final'])
143 liga = (shapes[pair[0]]['medial'], shapes[pair[1]]['final'])