Lines Matching refs:maxWidth
63 * @param {Number} maxWidth The width of the largest item in the legend.
74 _positionLegendItems: function(items, maxWidth, maxHeight, totalWidth, totalHeight, padding, horizontalGap, verticalGap, hAlign, vAlign)
222 * @param {Number} maxWidth The width of the largest item in the legend.
233 _positionLegendItems: function(items, maxWidth, maxHeight, totalWidth, totalHeight, padding, horizontalGap, verticalGap, hAlign, vAlign)
1045 maxWidth = 0,
1080 maxWidth = Math.max(maxWidth, itemWidth);
1107 maxWidth = Math.max(maxWidth, itemWidth);
1122 layout._positionLegendItems.apply(this, [items, maxWidth, maxHeight, totalWidth, totalHeight, padding, hSpacing, vSpacing, hAlign, vAlign]);