Searched refs:itemWidth (Results 1 – 5 of 5) sorted by relevance
165 var itemWidth = this.clientHeight - 2;170 var fullWidth = fullItems * itemWidth;209 var margin = itemWidth * slideCount;
106 lpmis->itemWidth = font.GetStringWidth(data->label) + kIconWidth + in OnMeasureItem()110 lpmis->itemWidth += kArrowWidth; in OnMeasureItem()113 lpmis->itemWidth += font.GetStringWidth(L" "); in OnMeasureItem()118 lpmis->itemWidth = 0; in OnMeasureItem()
175 measure_item_struct->itemWidth = font.GetStringWidth(data->label) + in OnMeasureItem()179 measure_item_struct->itemWidth += kArrowWidth; in OnMeasureItem()182 measure_item_struct->itemWidth += font.GetStringWidth(L" "); in OnMeasureItem()188 measure_item_struct->itemWidth = 0; in OnMeasureItem()
2005 var itemWidth = getItemWidth(childEl, setItemMargins);2007 if (itemWidth >= windowWidth) {2015 numColumns = Math.floor(windowWidth / itemWidth);2022 (windowWidth - itemWidth * numColumns) / (numColumns + 1);2030 itemWidth += childLeftMargin + childRightMargin;2033 var remainder = windowWidth - itemWidth * numColumns;
1584 LayoutUnit itemWidth = font.width(m_text); in computePreferredLogicalWidths() local1587 logicalWidth = itemWidth + suffixSpaceWidth; in computePreferredLogicalWidths()1810 int itemWidth = font.width(m_text); in getRelativeMarkerRect() local1813 relativeRect = IntRect(0, 0, itemWidth + suffixSpaceWidth, font.fontMetrics().height()); in getRelativeMarkerRect()