Searched defs:smooth (Results 1 - 2 of 2) 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)) {

Completed in 22 milliseconds