Lines Matching refs:core
112 int width = w->core.width;
113 int height = w->core.height;
121 width += w->core.border_width << 1;
122 height += w->core.border_width << 1;
146 -(int)w->core.border_width, -(int)w->core.border_width,
148 if (w->core.border_width)
152 values.line_width = Min(w->core.width, w->core.height);
155 if (w->core.width < w->core.height)
157 rad = w->core.width >> 1;
158 XDrawLine(dpy, p, gc, rad, rad, rad, w->core.height - rad - 1);
162 rad = w->core.height >> 1;
163 XDrawLine(dpy, p, gc, rad, rad, w->core.width - rad - 1, rad);
197 unsigned width = w->core.width;
198 unsigned height = w->core.height;
206 width += w->core.border_width << 1;
207 height += w->core.border_width << 1;
226 -(int)w->core.border_width, -(int)w->core.border_width,
228 if (w->core.border_width)
235 w->core.width - 2, w->core.height - 2,
238 XFillArc(dpy, p, gc, 0, 0, w->core.width, w->core.height,