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

Method getRGBCache

CodenameOne/src/com/codename1/ui/Image.java:1667–1672  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1665 }
1666
1667 int[] getRGBCache() {
1668 if (rgbCache != null) {
1669 return (int[]) Display.getInstance().extractHardRef(rgbCache);
1670 }
1671 return null;
1672 }
1673
1674 int[] getRGBImpl() {
1675 int width = getWidth();

Callers 1

getRGBCachedMethod · 0.95

Calls 2

getInstanceMethod · 0.95
extractHardRefMethod · 0.45

Tested by

no test coverage detected