Lines Matching refs:shape
33 static const struct shape { in shape_hello() struct
43 struct shape shape; in shape_hello() local
57 shape = shapes[index]; in shape_hello()
62 inside = pos >= shape.start && pos < shape.end; in shape_hello()
74 shape.start += shape.dstart; in shape_hello()
75 shape.end += shape.dend; in shape_hello()
76 if (shape.start < 0) { in shape_hello()
77 shape.dstart = -shape.dstart; in shape_hello()
78 shape.dend = -shape.dend; in shape_hello()
79 shape.start += shape.dstart; in shape_hello()
80 shape.end += shape.dend; in shape_hello()