()
| 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(); |
no test coverage detected