Lines Matching defs:ew
31 * the overall rectangle, and ew and eh are the sizes of a bounding box
43 int x, int y, int w, int h, int ew, int eh)
48 if ((ew2 = (ew << 1)) > w)
49 ew2 = ew = 0;
60 arcs[1].x = x + ew;
88 arcs[5].x = x + ew;
114 int x, int y, int w, int h, int ew, int eh)
125 if ((ew2 = (ew << 1)) > w)
126 ew2 = ew = 0;
160 rects[0].x = x + ew;
167 rects[1].width = ew;
170 rects[2].x = x + w - ew;
172 rects[2].width = ew;