MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / scale

Method scale

CodenameOne/src/com/codename1/ui/Image.java:1924–1927  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

1922 /// @deprecated scale should return an image rather than modify the image in place
1923 /// use scaled(int, int) instead
1924 public void scale(int width, int height) {
1925 //resize image
1926 image = Display.impl.scale(image, width, height);
1927 }
1928
1929 boolean scaleArray(int srcWidth, int srcHeight, int height, int width, int[] currentArray, int[] destinationArray) {
1930 // Horizontal Resize

Callers 3

scaledImplMethod · 0.95
createStyleMethod · 0.95
testScaleInPlaceMethod · 0.95

Calls 1

scaleMethod · 0.65

Tested by 1

testScaleInPlaceMethod · 0.76