Searched refs:txtHeight (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixMenubu.c364 int avgWidth, txtWidth, txtHeight;
373 txtHeight = 0;
391 txtHeight = mbPtr->textHeight;
394 haveText = (txtWidth != 0 && txtHeight != 0);
412 height += txtHeight + mbPtr->padY;
422 height = (height > txtHeight ? height : txtHeight);
430 height = (height > txtHeight ? height : txtHeight);
453 height = txtHeight;
360 int avgWidth, txtWidth, txtHeight; local
[all...]
H A DtkUnixButton.c861 int width, height, avgWidth, txtWidth, txtHeight;
879 txtHeight = 0;
898 txtHeight = butPtr->textHeight;
901 haveText = (txtWidth != 0 && txtHeight != 0);
919 height += txtHeight + butPtr->padY;
929 height = (height > txtHeight ? height : txtHeight);
937 height = (height > txtHeight ? height : txtHeight);
979 height = txtHeight;
857 int width, height, avgWidth, txtWidth, txtHeight; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixMenubu.c355 int avgWidth, txtWidth, txtHeight;
364 txtHeight = 0;
382 txtHeight = mbPtr->textHeight;
385 haveText = (txtWidth != 0 && txtHeight != 0);
400 height += txtHeight + mbPtr->padY;
408 height = (height > txtHeight ? height : txtHeight);
414 height = (height > txtHeight ? height : txtHeight);
437 height = txtHeight;
351 int avgWidth, txtWidth, txtHeight; local
[all...]
H A DtkUnixButton.c621 int width, height, avgWidth, txtWidth, txtHeight;
639 txtHeight = 0;
658 txtHeight = butPtr->textHeight;
661 haveText = (txtWidth != 0 && txtHeight != 0);
676 height += txtHeight + butPtr->padY;
684 height = (height > txtHeight ? height : txtHeight);
690 height = (height > txtHeight ? height : txtHeight);
733 height = txtHeight;
618 int width, height, avgWidth, txtWidth, txtHeight; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXButton.c1063 int width, height, avgWidth, txtWidth, txtHeight;
1081 txtHeight = 0;
1100 txtHeight = butPtr->textHeight;
1103 haveText = (txtWidth != 0 && txtHeight != 0);
1121 height += txtHeight + butPtr->padY;
1131 height = (height > txtHeight ? height : txtHeight);
1139 height = (height > txtHeight ? height : txtHeight);
1163 height = txtHeight;
1054 int width, height, avgWidth, txtWidth, txtHeight; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXButton.c527 int xInset, yInset, txtWidth, txtHeight;
538 txtHeight = 0;
557 txtHeight = butPtr->textHeight;
560 haveText = (txtWidth != 0 && txtHeight != 0);
578 height += txtHeight + butPtr->padY;
588 height = (height > txtHeight ? height : txtHeight);
596 height = (height > txtHeight ? height : txtHeight);
636 height = txtHeight;
524 int xInset, yInset, txtWidth, txtHeight; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinButton.c823 int txtWidth, txtHeight; /* Width and height of text */
874 txtHeight = butPtr->textHeight;
941 height = txtHeight + (int)(0.5 + (6 * vDLU));
975 if (txtHeight) {
976 height = txtHeight;
999 height = txtHeight + (int)(0.5 + (2.0 * vDLU));
816 int txtWidth, txtHeight; /* Width and height of text */ local
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinButton.c782 int txtWidth, txtHeight; /* Width and height of text */
829 txtHeight = butPtr->textHeight;
895 height = txtHeight + (int)(0.5 + (6 * vDLU));
928 if (txtHeight) {
929 height = txtHeight;
948 height = txtHeight + (int)(0.5 + (2.0 * vDLU));
775 int txtWidth, txtHeight; /* Width and height of text */ local

Completed in 180 milliseconds