Searched refs:SPACING (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkScale.c905 scalePtr->fontHeight = fm.linespace + SPACING;
917 scalePtr->horizLabelY = y + SPACING;
919 extraSpace = SPACING;
922 scalePtr->horizValueY = y + SPACING;
924 extraSpace = SPACING;
932 scalePtr->horizTickY = y + SPACING;
933 y += scalePtr->fontHeight + SPACING;
963 scalePtr->vertTickRightX = x + SPACING + valuePixels;
966 x = scalePtr->vertValueRightX + SPACING;
968 scalePtr->vertTickRightX = x + SPACING
[all...]
H A DtkScale.h222 #define SPACING 2 macro
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkScale.c924 scalePtr->fontHeight = fm.linespace + SPACING;
936 scalePtr->horizLabelY = y + SPACING;
938 extraSpace = SPACING;
941 scalePtr->horizValueY = y + SPACING;
943 extraSpace = SPACING;
951 scalePtr->horizTickY = y + SPACING;
952 y += scalePtr->fontHeight + SPACING;
982 scalePtr->vertTickRightX = x + SPACING + valuePixels;
985 x = scalePtr->vertValueRightX + SPACING;
987 scalePtr->vertTickRightX = x + SPACING
[all...]
H A DtkScale.h223 #define SPACING 2 macro
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixScale.c285 if ((y - fm.ascent) < (scalePtr->inset + SPACING)) {
286 y = scalePtr->inset + SPACING + fm.ascent;
288 if ((y + fm.descent) > (Tk_Height(tkwin) - scalePtr->inset - SPACING)) {
289 y = Tk_Height(tkwin) - scalePtr->inset - SPACING - fm.descent;
505 if (x < (scalePtr->inset + SPACING)) {
506 x = scalePtr->inset + SPACING;
514 x = Tk_Width(tkwin) - scalePtr->inset - SPACING - width;
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixScale.c286 if ((y - fm.ascent) < (scalePtr->inset + SPACING)) {
287 y = scalePtr->inset + SPACING + fm.ascent;
289 if ((y + fm.descent) > (Tk_Height(tkwin) - scalePtr->inset - SPACING)) {
290 y = Tk_Height(tkwin) - scalePtr->inset - SPACING - fm.descent;
506 if (x < (scalePtr->inset + SPACING)) {
507 x = scalePtr->inset + SPACING;
514 x = Tk_Width(tkwin) - scalePtr->inset - SPACING - width;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbdf.vim47 \ POINT_SIZE RESOLUTION_X RESOLUTION_Y SPACING

Completed in 200 milliseconds