Lines Matching refs:alternateBounds
376 var g = (geo.alternateBounds != null) ? geo.alternateBounds : geo;
4319 if (cell != null && geo != null && this.layoutManager != null && geo.alternateBounds != null)
4327 geo.alternateBounds.height = 0;
4331 geo.alternateBounds.width = 0;
6053 if (geo.alternateBounds != null)
6055 geo.alternateBounds.width += dx;
6076 if (geo.alternateBounds != null)
6078 geo.alternateBounds.width -= dx;
6191 x += (cell.alternateBounds != null ?
6192 cell.alternateBounds.width :
6258 cell.alternateBounds = new mxRectangle(0, 0, cell.width, cell.height);
6270 upper.geo.height += (cell.alternateBounds != null) ?
6271 cell.alternateBounds.height : cell.height;
6280 last.geo.width += (cell.alternateBounds != null) ?
6281 cell.alternateBounds.width : cell.width;
11917 var g = (geo.alternateBounds != null) ? geo.alternateBounds : geo;
11932 var ng = (ngeo != null && ngeo.alternateBounds != null) ? ngeo.alternateBounds : ngeo;