Home
last modified time | relevance | path

Searched refs:activeDash (Results 1 – 25 of 28) sorted by relevance

12

/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkCanvUtil.c968 outline->activeDash.number = 0; in Tk_CreateOutline()
1009 if ((unsigned int)ABS(outline->activeDash.number) > sizeof(char *)) { in Tk_DeleteOutline()
1010 ckfree((char *) outline->activeDash.pattern.pt); in Tk_DeleteOutline()
1096 if (outline->activeDash.number != 0) { in Tk_ConfigOutlineGC()
1097 dash = &(outline->activeDash); in Tk_ConfigOutlineGC()
1192 if (outline->activeDash.number != 0) { in Tk_ChangeOutlineGC()
1193 dash = &(outline->activeDash); in Tk_ChangeOutlineGC()
1311 if (outline->activeDash.number != 0) { in Tk_ResetOutlineGC()
1312 dash = &(outline->activeDash); in Tk_ResetOutlineGC()
1405 if (outline->activeDash.number > 0) { in Tk_CanvasPsOutline()
[all …]
H A DtkCanvArc.c114 NULL, Tk_Offset(ArcItem, outline.activeDash),
455 arcPtr->outline.activeDash.number != 0 || in ConfigureArc()
809 if (arcPtr->outline.activeDash.number != 0) { in DisplayArc()
810 dashnumber = arcPtr->outline.activeDash.number; in DisplayArc()
H A DtkRectOval.c69 NULL, Tk_Offset(RectOvalItem, outline.activeDash),
432 rectOvalPtr->outline.activeDash.number != 0 || in ConfigureRectOval()
H A DtkCanvPoly.c86 NULL, Tk_Offset(PolygonItem, outline.activeDash),
462 polyPtr->outline.activeDash.number != 0 || in ConfigurePolygon()
H A Dtk.h1176 Tk_Dash activeDash; /* Dash pattern if state is active. */ member
H A DtkCanvLine.c169 NULL, Tk_Offset(LineItem, outline.activeDash),
506 linePtr->outline.activeDash.number != 0 || in ConfigureLine()
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkCanvUtil.c970 outline->activeDash.number = 0; in Tk_CreateOutline()
1011 if ((unsigned) ABS(outline->activeDash.number) > sizeof(char *)) { in Tk_DeleteOutline()
1012 ckfree(outline->activeDash.pattern.pt); in Tk_DeleteOutline()
1098 if (outline->activeDash.number != 0) { in Tk_ConfigOutlineGC()
1099 dash = &(outline->activeDash); in Tk_ConfigOutlineGC()
1196 if (outline->activeDash.number != 0) { in Tk_ChangeOutlineGC()
1197 dash = &(outline->activeDash); in Tk_ChangeOutlineGC()
1315 if (outline->activeDash.number != 0) { in Tk_ResetOutlineGC()
1316 dash = &(outline->activeDash); in Tk_ResetOutlineGC()
1405 if (outline->activeDash.number > 0) { in Tk_CanvasPsOutline()
[all …]
H A DtkCanvArc.c108 NULL, Tk_Offset(ArcItem, outline.activeDash),
441 arcPtr->outline.activeDash.number != 0 || in ConfigureArc()
796 if (arcPtr->outline.activeDash.number != 0) { in DisplayArc()
797 dashnumber = arcPtr->outline.activeDash.number; in DisplayArc()
H A DtkRectOval.c64 NULL, Tk_Offset(RectOvalItem, outline.activeDash),
426 rectOvalPtr->outline.activeDash.number != 0 || in ConfigureRectOval()
H A DtkCanvPoly.c80 NULL, Tk_Offset(PolygonItem, outline.activeDash),
458 polyPtr->outline.activeDash.number != 0 || in ConfigurePolygon()
H A Dtk.h1209 Tk_Dash activeDash; /* Dash pattern if state is active. */ member
H A DtkCanvLine.c161 NULL, Tk_Offset(LineItem, outline.activeDash),
497 linePtr->outline.activeDash.number != 0 || in ConfigureLine()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkCanvUtil.c991 outline->activeDash.number = 0; in Tk_CreateOutline()
1032 if ((unsigned) ABS(outline->activeDash.number) > sizeof(char *)) { in Tk_DeleteOutline()
1033 ckfree(outline->activeDash.pattern.pt); in Tk_DeleteOutline()
1119 if (outline->activeDash.number != 0) { in Tk_ConfigOutlineGC()
1120 dash = &(outline->activeDash); in Tk_ConfigOutlineGC()
1217 if (outline->activeDash.number != 0) { in Tk_ChangeOutlineGC()
1218 dash = &(outline->activeDash); in Tk_ChangeOutlineGC()
1335 if (outline->activeDash.number != 0) { in Tk_ResetOutlineGC()
1336 dash = &(outline->activeDash); in Tk_ResetOutlineGC()
1425 if (outline->activeDash.number > 0) { in Tk_CanvasPsOutline()
[all …]
H A DtkCanvArc.c116 NULL, offsetof(ArcItem, outline.activeDash),
467 arcPtr->outline.activeDash.number != 0 || in ConfigureArc()
927 if (arcPtr->outline.activeDash.number != 0) { in DisplayArc()
928 dashnumber = arcPtr->outline.activeDash.number; in DisplayArc()
H A DtkRectOval.c64 NULL, offsetof(RectOvalItem, outline.activeDash),
430 rectOvalPtr->outline.activeDash.number != 0 || in ConfigureRectOval()
H A DtkCanvPoly.c80 NULL, offsetof(PolygonItem, outline.activeDash),
460 polyPtr->outline.activeDash.number != 0 || in ConfigurePolygon()
H A DtkCanvLine.c163 NULL, offsetof(LineItem, outline.activeDash),
500 linePtr->outline.activeDash.number != 0 || in ConfigureLine()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkCanvUtil.c881 outline->activeDash.number = 0;
921 if (ABS(outline->activeDash.number) > sizeof(char *)) {
922 ckfree((char *) outline->activeDash.pattern.pt);
1005 if (outline->activeDash.number != 0) {
1006 dash = &(outline->activeDash);
1110 if (outline->activeDash.number != 0) {
1111 dash = &(outline->activeDash);
1230 if (outline->activeDash.number != 0) {
1231 dash = &(outline->activeDash);
1324 if (outline->activeDash.number > 0) {
[all …]
H A DtkCanvArc.c123 (char *) NULL, Tk_Offset(ArcItem, outline.activeDash),
486 arcPtr->outline.activeDash.number != 0 ||
838 if (arcPtr->outline.activeDash.number != 0) {
839 dashnumber = arcPtr->outline.activeDash.number;
H A DtkRectOval.c74 (char *) NULL, Tk_Offset(RectOvalItem, outline.activeDash),
440 rectOvalPtr->outline.activeDash.number != 0 ||
H A DtkCanvPoly.c89 (char *) NULL, Tk_Offset(PolygonItem, outline.activeDash),
481 polyPtr->outline.activeDash.number != 0 ||
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.4/
H A Dtk.h1175 Tk_Dash activeDash; /* Dash pattern if state is active*/ member
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.6/
H A Dtk.h1193 Tk_Dash activeDash; /* Dash pattern if state is active. */ member
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.5/
H A Dtk.h1176 Tk_Dash activeDash; /* Dash pattern if state is active. */ member
/dports/textproc/wordnet/WordNet-3.0/include/tk/
H A Dtk.h1191 Tk_Dash activeDash; /* Dash pattern if state is active*/ member

12