Lines Matching defs:right
9 RIGHT = "right",
65 * @param {Number} padding The left, top, right and bottom padding properties for the legend.
88 limit = width - (padding.left + padding.right),
91 right,
113 right = !isNaN(right) ? Math.max(legendWidth + itemWidth, right) : legendWidth + itemWidth;
124 right: right,
184 * @param {Object} padding Object contain left, top, right and bottom padding properties.
200 startPoint = w - totalWidth - padding.right;
224 * @param {Number} padding The left, top, right and bottom padding properties for the legend.
251 right,
274 right = !isNaN(right) ? Math.max(leftWidth + itemWidth, right) : leftWidth + itemWidth;
286 right: right,
291 this.set("width", leftWidth + padding.right);
346 * @param {Object} padding Object contain left, top, right and bottom padding properties.
389 rightPaneWidth = layoutBoxDimensions.right,
465 graphRect.right = w - rightPaneWidth;
521 graphRect.right = w - rightOverflow;
533 graphWidth = graphRect.right - graphRect.left;
555 case "right" :
667 * @return {Object} The left, top, right and bottom values for the legend.
674 right: 0,