Searched refs:newWidth (Results 1 – 2 of 2) sorted by relevance
648 int newWidth, newHeight;650 newWidth =653 newHeight = (int) (newWidth / ratio);658 newWidth = (int) (newHeight * ratio);664 newWidth = Math.max(newWidth * 2, 1);667 new Image(Display.getDefault(), newWidth, newHeight);670 gc.fillRectangle(0, 0, newWidth, newHeight);674 newWidth, newHeight);
153 final String newWidth = width; in addContextMenuActions() local168 final String newAttrValue = getValue(valueId, newWidth); in addContextMenuActions()