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