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

Method scaled

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

Source from the content-addressed store, hash-verified

1818 ///
1819 /// new image instance scaled to the given height and width
1820 public Image scaled(int width, int height) {
1821 return scaledImpl(width, height);
1822 }
1823
1824 /// Returns a scaled version of this image image using the given width and height,
1825 /// this is a fast algorithm that preserves translucent information.

Callers 15

paintMethod · 0.95
applyMaskAutoScaleMethod · 0.95
scaledWidthMethod · 0.95
scaledHeightMethod · 0.95
scaledSmallerRatioMethod · 0.95
scaledLargerRatioMethod · 0.95
paintMethod · 0.95
applyAppIconStyleMethod · 0.95
buildGridMethod · 0.95
runTestMethod · 0.95

Calls 1

scaledImplMethod · 0.95

Tested by 10

buildGridMethod · 0.76
runTestMethod · 0.76
makeDigitFrameMethod · 0.76
testScaledMethod · 0.76
renderFrameMethod · 0.36
renderFrameMethod · 0.36
drawContentMethod · 0.36
shotMethod · 0.36
startMethod · 0.36