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

/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/stringfileinfo/
H A Dstringfileinfo.tcl96 set tpad [expr {$tlen % 2}]
104 #puts "total padding: $tpad"
106 if {($tlen + $tpad) > $len} { puts " $x: too long" ; break }
110 set stpad [string repeat \0 $tpad]
112 set len [expr {$len - $tlen - $tpad}]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c2993 int found, isHandle, lpad, rpad, tpad, bpad;
3013 tpad = bpad = 0;
3017 tpad = (pwPtr->handleSize - pwPtr->sashWidth) / 2;
3018 bpad = pwPtr->handleSize - tpad;
3019 tpad += pwPtr->sashPad;
3023 tpad = bpad = pwPtr->sashPad;
3044 ((thisy - tpad) <= y && y <= (thisy + bpad + sashHeight))) {
2964 int found, isHandle, lpad, rpad, tpad, bpad; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c2889 int found, isHandle, lpad, rpad, tpad, bpad;
2909 tpad = bpad = 0;
2913 tpad = (pwPtr->handleSize - pwPtr->sashWidth) / 2;
2914 bpad = pwPtr->handleSize - tpad;
2915 tpad += pwPtr->sashPad;
2919 tpad = bpad = pwPtr->sashPad;
2937 ((thisy - tpad) <= y && y <= (thisy + bpad + sashHeight))) {
2860 int found, isHandle, lpad, rpad, tpad, bpad; local

Completed in 169 milliseconds