• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/tcl-105/tk84/tk/generic/

Lines Matching refs:outline

32     Tk_Outline outline;		/* Outline structure */
174 (char *) NULL, Tk_Offset(LineItem, outline.activeDash),
177 (char *) NULL, Tk_Offset(LineItem, outline.activeColor),
180 (char *) NULL, Tk_Offset(LineItem, outline.activeStipple),
183 "0.0", Tk_Offset(LineItem, outline.activeWidth),
193 "black", Tk_Offset(LineItem, outline.color), TK_CONFIG_NULL_OK},
195 (char *) NULL, Tk_Offset(LineItem, outline.dash),
198 "0", Tk_Offset(LineItem, outline.offset),
201 (char *) NULL, Tk_Offset(LineItem, outline.disabledDash),
204 (char *) NULL, Tk_Offset(LineItem, outline.disabledColor),
207 (char *) NULL, Tk_Offset(LineItem, outline.disabledStipple),
210 "0.0", Tk_Offset(LineItem, outline.disabledWidth),
215 "0,0", Tk_Offset(LineItem, outline.tsoffset),
226 (char *) NULL, Tk_Offset(LineItem, outline.stipple),
231 "1.0", Tk_Offset(LineItem, outline.width),
316 Tk_CreateOutline(&(linePtr->outline));
523 if (linePtr->outline.activeWidth > linePtr->outline.width ||
524 linePtr->outline.activeDash.number != 0 ||
525 linePtr->outline.activeColor != NULL ||
526 linePtr->outline.activeStipple != None) {
532 &(linePtr->outline));
554 if (linePtr->outline.gc != None) {
555 Tk_FreeGC(Tk_Display(tkwin), linePtr->outline.gc);
560 linePtr->outline.gc = newGC;
641 Tk_DeleteOutline(display, &(linePtr->outline));
699 width = linePtr->outline.width;
701 if (linePtr->outline.activeWidth>width) {
702 width = linePtr->outline.activeWidth;
705 if (linePtr->outline.disabledWidth>0) {
706 width = linePtr->outline.disabledWidth;
728 width = linePtr->outline.width;
741 tsoffset = &linePtr->outline.tsoffset;
875 Pixmap stipple = linePtr->outline.stipple;
877 if ((!linePtr->numPoints)||(linePtr->outline.gc==None)) {
884 linewidth = linePtr->outline.width;
886 if (linePtr->outline.activeStipple != None) {
887 stipple = linePtr->outline.activeStipple;
889 if (linePtr->outline.activeWidth != linewidth) {
890 linewidth = linePtr->outline.activeWidth;
893 if (linePtr->outline.disabledStipple != None) {
894 stipple = linePtr->outline.disabledStipple;
896 if (linePtr->outline.disabledWidth != linewidth) {
897 linewidth = linePtr->outline.disabledWidth;
937 if (Tk_ChangeOutlineGC(canvas, itemPtr, &(linePtr->outline))) {
938 Tk_CanvasSetOffset(canvas, linePtr->arrowGC, &linePtr->outline.tsoffset);
941 XDrawLines(display, drawable, linePtr->outline.gc, pointPtr, numPoints,
948 XFillArc(display, drawable, linePtr->outline.gc,
968 if (Tk_ResetOutlineGC(canvas, itemPtr, &(linePtr->outline))) {
1119 width = linePtr->outline.width;
1121 if (linePtr->outline.activeWidth>width) {
1122 width = linePtr->outline.activeWidth;
1125 if (linePtr->outline.disabledWidth>0) {
1126 width = linePtr->outline.disabledWidth;
1272 width = linePtr->outline.width;
1274 if (linePtr->outline.activeWidth>width) {
1275 width = linePtr->outline.activeWidth;
1278 if (linePtr->outline.disabledWidth>0) {
1279 width = linePtr->outline.disabledWidth;
1344 width = linePtr->outline.width;
1346 if (linePtr->outline.activeWidth>width) {
1347 width = linePtr->outline.activeWidth;
1350 if (linePtr->outline.disabledWidth>0) {
1351 width = linePtr->outline.disabledWidth;
1566 width = linePtr->outline.width;
1568 if (linePtr->outline.activeWidth>width) {
1569 width = linePtr->outline.activeWidth;
1572 if (linePtr->outline.disabledWidth>0) {
1573 width = linePtr->outline.disabledWidth;
2135 width = linePtr->outline.width;
2137 if (linePtr->outline.activeWidth>width) {
2138 width = linePtr->outline.activeWidth;
2141 if (linePtr->outline.disabledWidth>0) {
2142 width = linePtr->outline.disabledWidth;
2294 width = linePtr->outline.width;
2295 color = linePtr->outline.color;
2296 stipple = linePtr->outline.stipple;
2298 if (linePtr->outline.activeWidth>width) {
2299 width = linePtr->outline.activeWidth;
2301 if (linePtr->outline.activeColor!=NULL) {
2302 color = linePtr->outline.activeColor;
2304 if (linePtr->outline.activeStipple!=None) {
2305 stipple = linePtr->outline.activeStipple;
2308 if (linePtr->outline.disabledWidth>0) {
2309 width = linePtr->outline.disabledWidth;
2311 if (linePtr->outline.disabledColor!=NULL) {
2312 color = linePtr->outline.disabledColor;
2314 if (linePtr->outline.disabledStipple!=None) {
2315 stipple = linePtr->outline.disabledStipple;
2406 &(linePtr->outline)) != TCL_OK) {
2475 stipple = linePtr->outline.stipple;
2477 if (linePtr->outline.activeStipple!=None) {
2478 stipple = linePtr->outline.activeStipple;
2481 if (linePtr->outline.activeStipple!=None) {
2482 stipple = linePtr->outline.disabledStipple;