Searched defs:scaledHeight (Results 1 – 6 of 6) sorted by relevance
329 final int scaledHeight = Math.max(1, dstRect.width * srcHeight / srcWidth); in drawCenterInside() local343 final int scaledHeight = Math.max(1, dstRect.height); in drawCenterInside() local372 final int scaledHeight = dstRect.height; in drawCenterCrop() local386 final int scaledHeight = dstRect.width * srcHeight / srcWidth; in drawCenterCrop() local
80 int scaledHeight, int destDensity, int srcDensity) { in draw()112 int scaledHeight) { in draw()234 private DrawingData computePatches(int scaledWidth, int scaledHeight) { in computePatches()
175 public void draw(Graphics2D graphics2D, int x, int y, int scaledWidth, int scaledHeight) { in draw()
304 int scaledHeight = (int) Math.ceil(mTree.viewNode.height * mScale); in setTransform() local
429 int scaledHeight = (int) (patchHeight * scale); in setScale() local526 int scaledHeight; field in ImageEditorPanel.StretchesViewer.StretchView
749 int scaledHeight = (int) (scale * height); in dragStart() local