Lines Matching defs:width
32 int width; /* Width of outline. */
64 {TK_CONFIG_PIXELS, "-width", (char *) NULL, (char *) NULL,
65 "1", Tk_Offset(PolygonItem, width), TK_CONFIG_DONT_SET_DEFAULT},
86 int x, int y, int width, int height));
188 polyPtr->width = 1;
357 if (polyPtr->width < 1) {
358 polyPtr->width = 1;
364 gcValues.line_width = polyPtr->width;
496 i = (polyPtr->width+1)/2 + 1;
598 DisplayPolygon(canvas, itemPtr, display, drawable, x, y, width, height)
604 int x, y, width, height; /* Describes region of canvas that
721 distance -= polyPtr->width/2.0;
785 if (polyPtr->width <= 1) {
799 (double) polyPtr->width, CapRound, JoinRound, rectPtr);
808 * see whether the polygon (with 0 outline width) overlaps the
809 * rectangle bloated by half the outline width.
812 halfWidth = polyPtr->width/2.0;
989 sprintf(string, "%d setlinewidth\n", polyPtr->width);