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

/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeStyle.c156 int useHeight; member in struct:Layout
164 int eHeight; /* ePad + iPad + useHeight + iPad + ePad */
166 int iHeight; /* iPad + useHeight + iPad */
323 * Layout.ePadY, Layout.iPadY, and Layout.useHeight may be
364 (eLink1->maxHeight > layout->useHeight))
404 if ((max < 0) || (layout->useHeight < max)) {
405 int add = (max < 0) ? each : MIN(each, max - layout->useHeight);
406 layout->useHeight += add;
411 if ((max >= 0) && (max == layout->useHeight))
415 if ((max < 0) || (max > layout->useHeight))
[all...]
H A DtkTreeItem.c3409 int useHeight; local
3415 useHeight = Item_HeightOfStyles(tree, item);
3432 useHeight = MAX(useHeight, tree->minItemHeight);
3435 return MAX(useHeight, buttonHeight);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBoxModelObject.cpp866 static inline LayoutSize resolveAgainstIntrinsicWidthOrHeightAndRatio(const LayoutSize& size, const FloatSize& intrinsicRatio, LayoutUnit useWidth, LayoutUnit useHeight) argument
871 return LayoutSize(size.width(), useHeight);
876 return LayoutSize(resolveWidthForRatio(useHeight, intrinsicRatio), useHeight);

Completed in 297 milliseconds