Home | History | Annotate | Download | only in src

Lines Matching refs:shapes

152 	shapes = {}
185 if items[0] not in shapes:
186 shapes[items[0]] = {}
187 shapes[items[0]][shape] = c
193 keys = shapes.keys ()
196 s = [shapes[u][shape] if u in shapes and shape in shapes[u] else 0
212 liga = (shapes[pair[0]]['initial'], shapes[pair[1]]['final'])
214 liga = (shapes[pair[0]]['medial'], shapes[pair[1]]['final'])