Searched refs:center (Results 1 - 16 of 16) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dsquare20 bind .s <1> {center %x %y}
21 bind .s <B1-Motion> {center %x %y}
27 proc center {x y} {
H A Dstyle.tcl52 $w.text tag configure center -justify center
111 $w.text insert end "centered.\n" center
H A Dtwind.tcl29 $t tag configure center -justify center -spacing1 5m -spacing3 5m
156 $t tag add center plot
H A Drolodex22 pack .frame -side top -fill y -anchor center
35 pack .buttons -side bottom -pady 2 -anchor center
H A Dctext.tcl70 mkTextConfig $c [expr $x+30] [expr $y+30] -anchor center $color
77 $c bind $item <1> "$c itemconf text -anchor center"
88 mkTextConfig $c [expr $x+30] [expr $y] -justify center $color
H A Dcscroll.tcl50 -anchor center -tags text
H A Ditems.tcl124 -justify center -tags item
H A Dwidget244 label $w.title -text "Variable values:" -width 20 -anchor center \
/ast/src/cmd/html/
H A Dhtml2rtf.h98 int center; /* center nesting level */ member in struct:State_s
H A Dtroff2html.h142 int ce; /* center state */
267 int center; /* remaining center lines */ member in struct:State_s::__anon100
274 int right; /* right justify `center' */
H A Dhtml2rtf.c103 if (state.center)
238 state.center++;
249 if (state.center > 0)
250 state.center--;
742 state.center++;
752 if (state.center > 0)
753 state.center++;
908 state.center = 0;
H A Dmm2html.sh168 align=center
1031 text-align:center;
1037 text-align:center;
1139 *%) x="align=center " ;;
1193 options=" align=center"
1196 options=" align=center"
1211 align=center)
1248 [aAcC]*)a="$a align=center" ;;
1533 align=center)
1655 .BP) center
[all...]
H A Dtroff2html.c1396 n = state.it.center;
1405 n = state.it.center; /*GROFF: string valued?*/
2556 if (state.it.center && state.it.right != r)
2558 state.it.center = 0;
2561 if (!state.it.center)
2573 else if (state.it.center)
2578 state.it.center = n;
3890 if (state.it.center > 0)
3892 if (!--state.it.center)
3951 message((-9, "INTERRUPT %s:%d: it.center
[all...]
H A Dmm2twiki.sh76 align=center
767 [aAcC]*)a="$a align=center" ;;
H A Dmm2bb.sh77 align=center
837 [aAcC]*)a="$a align=center" ;;
/ast/src/lib/libtk/generic/
H A DtkCanvArc.c50 double center1[2]; /* Coordinates of center of arc outline at
52 double center2[2]; /* Coordinates of center of arc outline at
518 double tmp, center[2], point[2];
541 * by the two endpoints of the arc. Then add in the center of
549 center[0] = (arcPtr->bbox[0] + arcPtr->bbox[2])/2;
550 center[1] = (arcPtr->bbox[1] + arcPtr->bbox[3])/2;
552 TkIncludePoint((Tk_Item *) arcPtr, center);
561 point[1] = center[1];
569 point[0] = center[0];
579 point[1] = center[
513 double tmp, center[2], point[2]; local
915 double center[2], width, angle, tmp; local
[all...]

Completed in 43 milliseconds