Searched defs:scaledHeight (Results 1 – 2 of 2) sorted by relevance
154 public void draw(Graphics2D graphics2D, int x, int y, int scaledWidth, int scaledHeight) { in draw()253 void computePatches(int scaledWidth, int scaledHeight) { in computePatches()
427 int scaledHeight = (int) (patchHeight * scale); in setScale() local524 int scaledHeight; field in ImageEditorPanel.StretchesViewer.StretchView