Searched refs:spaceWidth (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkTextDisp.c4937 int tabX, prev, spaceWidth;
5069 MeasureChars(textPtr->tkfont, " ", 1, 0, -1, 0, &spaceWidth);
5070 if (delta < spaceWidth) {
5071 delta = spaceWidth;
5116 int tabX, prev, result, spaceWidth;
5175 MeasureChars(textPtr->tkfont, " ", 1, 0, -1, 0, &spaceWidth);
5176 if (result < spaceWidth) {
5177 result = spaceWidth;
4901 int tabX, prev, spaceWidth; local
5079 int tabX, prev, result, spaceWidth; local
/macosx-10.10.1/vim-55/src/
H A Dgui_w32.c3746 int col, spaceWidth, len; local
3806 spaceWidth = GetTextWidth(hdc, " ", 1);
3825 submenuWidth = TEAROFF_COLUMN_PADDING * spaceWidth;
3834 columnWidths[0] += spaceWidth;
3839 columnWidths[0] += TEAROFF_COLUMN_PADDING * spaceWidth;
3959 (int)STRLEN(menu->dname))) / spaceWidth;
3970 padding1 = (columnWidths[1] - textWidth) / spaceWidth;
3975 padding2 = submenuWidth / spaceWidth;
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkTextDisp.c7746 int tabX, spaceWidth;
7885 MeasureChars(textPtr->tkfont, " ", 1, 0, 1, 0, -1, 0, &spaceWidth);
7886 if (delta < spaceWidth) {
7887 delta = spaceWidth;
7937 int tabX, result, index, spaceWidth, tabWidth;
8031 MeasureChars(textPtr->tkfont, " ", 1, 0, 1, 0, -1, 0, &spaceWidth);
8032 if (result < spaceWidth) {
8033 result = spaceWidth;
7691 int tabX, spaceWidth; local
7881 int tabX, result, index, spaceWidth, tabWidth; local
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistUtil.tcl2568 set spaceWidth [font measure $labelFont -displayof $w " "]
2579 while {$n*$spaceWidth < $canvasWidth + $data(charWidth)} {
2583 set spacePixels [expr {$n * $spaceWidth}]

Completed in 149 milliseconds