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

/ast/src/lib/libtk/generic/
H A DtkCanvPoly.c38 int smooth; /* Non-zero means draw shape smoothed (i.e. member in struct:PolygonItem
56 {TK_CONFIG_BOOLEAN, "-smooth", (char *) NULL, (char *) NULL,
57 "0", Tk_Offset(PolygonItem, smooth), TK_CONFIG_DONT_SET_DEFAULT},
194 polyPtr->smooth = 0;
623 if (!polyPtr->smooth) {
696 if (!polyPtr->smooth) {
769 if (polyPtr->smooth) {
952 if (!polyPtr->smooth) {
981 if (!polyPtr->smooth) {
H A DtkCanvLine.c60 int smooth; /* Non-zero means draw line smoothed (i.e. member in struct:LineItem
138 {TK_CONFIG_BOOLEAN, "-smooth", (char *) NULL, (char *) NULL,
139 "0", Tk_Offset(LineItem, smooth), TK_CONFIG_DONT_SET_DEFAULT},
266 linePtr->smooth = 0;
731 if ((linePtr->smooth) && (linePtr->numPoints > 2)) {
743 if ((linePtr->smooth) && (linePtr->numPoints > 2)) {
835 if ((linePtr->smooth) && (linePtr->numPoints > 2)) {
1031 if ((linePtr->smooth) && (linePtr->numPoints > 2)) {
1498 if ((!linePtr->smooth) || (linePtr->numPoints <= 2)) {
/ast/src/lib/libtk/library/demos/
H A Ditems.tcl83 $c create line 11c 4c 11.5c 1c 13.5c 1c 14c 4c -smooth on \
85 $c create line 15.5c 1c 19.5c 1.5c 15.5c 4.5c 19.5c 4c -smooth on \
88 16.5c 4.5c 13.5c 7.5c 12c 6c -smooth on -width 3m -cap round \
97 29c 1c 29c 4c 29c 4c -fill $red -smooth on -tags item

Completed in 17 milliseconds