Searched refs:imageBounds (Results 1 – 7 of 7) sorted by relevance
108 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds(); in doPaint() local112 int y = clientArea.y + (clientArea.height - imageBounds.height) / 2; in doPaint()116 int x = clientArea.x + imageBounds.width + SPACE; in doPaint()134 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds(); in computeSize() local136 int width = imageBounds.width + SPACE + textExtent.x; in computeSize()137 int height = Math.max(imageBounds.height, textExtent.y); in computeSize()
99 Rectangle imageBounds = image.getBounds(); in CFlatButton()101 int x = ca.x + (ca.width - imageBounds.width) / 2; in CFlatButton()102 int y = ca.y + (ca.height - imageBounds.height) / 2; in CFlatButton()
78 Rectangle imageBounds = image.getBounds(); in drawImageCV() local79 gc.drawImage(image, x, y + (height - imageBounds.height) / 2); in drawImageCV()88 Rectangle imageBounds = image.getBounds(); in drawImageCHCV() local89 int centerX = (width - imageBounds.width) / 2; in drawImageCHCV()90 int centerY = y + (height - imageBounds.height) / 2; in drawImageCHCV()230 Rectangle imageBounds = image.getBounds(); in getThubmnail() local231 int imageWidth = imageBounds.width; in getThubmnail()232 int imageHeight = imageBounds.height; in getThubmnail()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...