Lines Matching refs:width

68 …onWidths[i] = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).width;
385 …var currWidth = mxUtils.getSizeForString(currText, fontSize, mxConstants.DEFAULT_FONTFAMILY).width;
508 …var currWidth = mxUtils.getSizeForString(currText, fontSize, mxConstants.DEFAULT_FONTFAMILY).width;
604 …r currWidth = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).width;
958 return new mxPoint(bounds.x + dx1 * bounds.width, bounds.y + bounds.height / 2);
961 ….style['dx1'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width))) / 100;
968 return new mxPoint(bounds.x + dx2 * bounds.width, bounds.y + bounds.height / 2);
971 ….style['dx2'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width))) / 100;
1055 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + bounds.height / 2);
1058 …e.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width))) / 100;
1147 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + bounds.height / 2);
1150 …e.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width))) / 100;
1240 return new mxPoint(bounds.x + dx * bounds.width, bounds.y + bounds.height / 2);
1243 …e.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width))) / 100;
1330 …return new mxPoint(bounds.x + bounds.width - 3, bounds.y + Math.min(bounds.height - 20, Math.max(2…
1403 …return new mxPoint(bounds.x + bounds.width * 0.5, bounds.y + Math.min(bounds.height - 10, Math.max…