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

/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWm.c239 int borderWidth, borderHeight; member in struct:TkWmInfo
1888 base += wmPtr->borderHeight;
1893 info->ptMaxTrackSize.y = maxHeight + wmPtr->borderHeight;
1895 info->ptMinTrackSize.y = minHeight + wmPtr->borderHeight;
1911 + wmPtr->borderHeight;
2181 height = wmPtr->borderHeight + winPtr->changes.height;
6076 wmPtr->borderHeight = rect.bottom - rect.top;
6174 - (height + wmPtr->borderHeight);
6239 reqHeight = height + wmPtr->borderHeight;
7275 wmPtr->borderHeight
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinWm.c231 int borderWidth, borderHeight; member in struct:TkWmInfo
1761 base += wmPtr->borderHeight;
1766 info->ptMaxTrackSize.y = maxHeight + wmPtr->borderHeight;
1768 info->ptMinTrackSize.y = minHeight + wmPtr->borderHeight;
1784 + wmPtr->borderHeight;
2049 height = wmPtr->borderHeight + winPtr->changes.height;
5582 wmPtr->borderHeight = rect.bottom - rect.top;
5678 - (height + wmPtr->borderHeight);
5763 reqHeight = height + wmPtr->borderHeight;
6789 wmPtr->borderHeight
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.cpp1260 LayoutUnit borderHeight = std::max<LayoutUnit>(borderBottom, std::max<LayoutUnit>(valueForLength(style().borderBottomLeftRadius().height(), boxHeight), local
1262 LayoutUnit decorationsHeight = std::max<LayoutUnit>(-outlineStyle.outlineOffset(), borderHeight + minInsetBottomShadowExtent) + std::max<LayoutUnit>(outlineWidth, shadowBottom);

Completed in 147 milliseconds