return image == null ? 0 : image.getWidth(null);
int width = pImage.getWidth(NULL_COMPONENT); if (width < 0) { if (!waitForImage(pImage)) { return -1; width = pImage.getWidth(NULL_COMPONENT); return width; ...
waitForImage(image);
return image.getWidth(s_imageObserver);