Searched refs:eh (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DDrRndRect.c31 * 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)
50 if ((eh2 = (eh << 1)) > h)
51 eh2 = eh = 0;
75 arcs[3].y = y + eh;
103 arcs[7].y = y + eh;
114 int x, int y, int w, int h, int ew, int eh)
127 if ((eh2 = (eh << 1)) > h)
128 eh2 = eh = 0;
166 rects[1].y = y + eh;
42 XmuDrawRoundedRectangle(Display * dpy,Drawable draw,GC gc,int x,int y,int w,int h,int ew,int eh) argument
113 XmuFillRoundedRectangle(Display * dpy,Drawable draw,GC gc,int x,int y,int w,int h,int ew,int eh) argument
[all...]
H A DShapeWidg.c183 * eh - vertical radius of rounded rectangle
194 ShapeEllipseOrRoundedRectangle(Widget w, Bool ellipse, int ew, int eh) argument
219 XmuFillRoundedRectangle(dpy, p, gc, 1, 1, width - 2, height - 2, ew, eh);
236 ew, eh);
/xsrc/external/mit/libXmu/dist/include/X11/Xmu/
H A DDrawing.h55 int eh
68 int eh

Completed in 5 milliseconds