Lines Matching refs:getWidth
82 int width = source.getWidth(); in createDropShadow()
90 int dstWidth = image.getWidth(); in createDropShadow()
191 int width = source.getWidth(); in createRectangularDropShadow()
218 int width = source.getWidth(); in createSmallRectangularDropShadow()
299 assert ShadowBottomRight.getWidth(null) == SHADOW_SIZE; in drawRectangleShadow()
302 int blWidth = ShadowBottomLeft.getWidth(null); in drawRectangleShadow()
311 gc.drawImage(ShadowBottomLeft, x - ShadowBottomLeft.getWidth(null), y + height, null); in drawRectangleShadow()
314 gc.drawImage(ShadowTopLeft, x - ShadowTopLeft.getWidth(null), y, null); in drawRectangleShadow()
317 0, 0, ShadowBottom.getWidth(null), ShadowBottom.getHeight(null), null); in drawRectangleShadow()
319 … x + width, y + ShadowTopRight.getHeight(null), x + width + ShadowRight.getWidth(null), y + height, in drawRectangleShadow()
320 0, 0, ShadowRight.getWidth(null), ShadowRight.getHeight(null), null); in drawRectangleShadow()
322 x - ShadowLeft.getWidth(null), y + ShadowTopLeft.getHeight(null), x, y + height, in drawRectangleShadow()
323 0, 0, ShadowLeft.getWidth(null), ShadowLeft.getHeight(null), null); in drawRectangleShadow()
342 assert Shadow2BottomRight.getWidth(null) == SMALL_SHADOW_SIZE; in drawSmallRectangleShadow()
345 int blWidth = Shadow2BottomLeft.getWidth(null); in drawSmallRectangleShadow()
354 gc.drawImage(Shadow2BottomLeft, x - Shadow2BottomLeft.getWidth(null), y + height, null); in drawSmallRectangleShadow()
357 gc.drawImage(Shadow2TopLeft, x - Shadow2TopLeft.getWidth(null), y, null); in drawSmallRectangleShadow()
360 0, 0, Shadow2Bottom.getWidth(null), Shadow2Bottom.getHeight(null), null); in drawSmallRectangleShadow()
362 …x + width, y + Shadow2TopRight.getHeight(null), x + width + Shadow2Right.getWidth(null), y + heigh… in drawSmallRectangleShadow()
363 0, 0, Shadow2Right.getWidth(null), Shadow2Right.getHeight(null), null); in drawSmallRectangleShadow()
365 x - Shadow2Left.getWidth(null), y + Shadow2TopLeft.getHeight(null), x, y + height, in drawSmallRectangleShadow()
366 0, 0, Shadow2Left.getWidth(null), Shadow2Left.getHeight(null), null); in drawSmallRectangleShadow()