Searched defs:height (Results 151 - 175 of 483) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIBlitLoops.cpp56 jint width, jint height,
70 srcInfo.bounds.y2 = srcy + height;
86 SurfaceDataBounds dstBounds = {dstx, dsty, dstx + width, dsty + height};
97 height = srcInfo.bounds.y2 - srcInfo.bounds.y1;
99 if (width > 0 && height > 0)
193 SetDIBitsToDevice(hDC, dstx, dsty, width, height,
194 0, 0, 0, height, rasBase,
199 for (int i = 0; i < height; i += 1) {
50 Java_sun_java2d_windows_GDIBlitLoops_nativeBlit(JNIEnv *env, jobject joSelf, jobject srcData, jobject dstData, jobject clip, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height, jint rmask, jint gmask, jint bmask, jboolean needLut) argument
/openjdk7/jdk/src/share/javavm/export/
H A Djawt.h144 jint height; member in struct:jawt_Rectangle
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.c107 jint width, jint height,
140 bisdo->rasbounds.y2 = height;
104 Java_sun_awt_image_BufImgSurfaceData_initRaster(JNIEnv *env, jobject bisd, jobject array, jint offset, jint bitoffset, jint width, jint height, jint pixStr, jint scanStr, jobject icm) argument
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageCreate.c46 * mlib_s32 height,
53 * mlib_s32 height)
81 * height image height in pixels
87 * h height of the sub-image
130 mlib_s32 height,
143 image -> height = height;
156 if (width <= 0 || height <= 0 || channels < 1 || channels > 4) {
215 image -> flags |= ((height
126 mlib_ImageSet(mlib_image *image, mlib_type type, mlib_s32 channels, mlib_s32 width, mlib_s32 height, mlib_s32 stride, const void *data) argument
230 mlib_ImageCreateStruct(mlib_type type, mlib_s32 channels, mlib_s32 width, mlib_s32 height, mlib_s32 stride, const void *data) argument
256 mlib_ImageCreate(mlib_type type, mlib_s32 channels, mlib_s32 width, mlib_s32 height) argument
377 mlib_s32 height; /* for parent image */ local
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DMaskBlit.c40 jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height,
71 srcInfo.bounds.y2 = srcy + height;
75 dstInfo.bounds.y2 = dsty + height;
37 Java_sun_java2d_loops_MaskBlit_MaskBlit(JNIEnv *env, jobject self, jobject srcData, jobject dstData, jobject comp, jobject clip, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height, jbyteArray maskArray, jint maskoff, jint maskscan) argument
/openjdk7/jdk/src/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java152 emptyIcon.height = sortArrow.getIconHeight();
171 viewR.height = getHeight() - (i.top + i.bottom);
192 int height = 0; field in class:DefaultTableCellHeaderRenderer.EmptyIcon
195 public int getIconHeight() { return height; }
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DBlitBg.java115 int width, int height);
153 int width, int height)
161 dstModel.createCompatibleWritableRaster(width, height);
177 fillop.FillRect(sg2d, tmpData, 0, 0, width, height);
179 srcx, srcy, 0, 0, width, height);
181 0, 0, dstx, dsty, width, height);
210 int width, int height)
214 srcx, srcy, dstx, dsty, width, height);
110 BlitBg(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int bgColor, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
146 BlitBg(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int bgArgb, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
206 BlitBg(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int bgColor, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
H A DTransformBlit.java107 int width, int height);
150 int width, int height)
154 srcx, srcy, dstx, dsty, width, height);
103 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
146 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedMaskBlit.java95 int width, int height,
98 if (width <= 0 || height <= 0) {
112 width, height);
126 int totalBytesRequired = 20 + (width * height * 4);
141 width, height);
155 int width, int height);
91 MaskBlit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte[] mask, int maskoff, int maskscan) argument
149 enqueueTile(long buf, int bpos, SurfaceData srcData, long pSrcOps, int srcType, byte[] mask, int masklen, int maskoff, int maskscan, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
H A DDrawImagePipe.java68 int width, int height,
67 scaleImage(SunGraphics2D sg, Image img, int x, int y, int width, int height, Color bgColor, ImageObserver observer) argument
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DBufferedMaskBlit.c58 jint width, jint height)
102 srcInfo.bounds.y2 = srcy + height;
134 height = srcInfo.bounds.y2 - srcInfo.bounds.y1;
140 h = height;
144 srcInfo.bounds.x1, srcInfo.bounds.y1, width, height);
157 pBuf[4] = height;
275 bpos += width * height * sizeof(jint);
52 Java_sun_java2d_pipe_BufferedMaskBlit_enqueueTile(JNIEnv *env, jobject mb, jlong buf, jint bpos, jobject srcData, jlong pSrcOps, jint srcType, jbyteArray maskArray, jint masklen, jint maskoff, jint maskscan, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DGtkFileDialogPeer.java64 public native void setBounds(int x, int y, int width, int height, int op); argument
H A DWindowDimensions.java39 public WindowDimensions(int x, int y, int width, int height, boolean isClient) { argument
40 this(new Rectangle(x, y, width, height), null, isClient);
88 size.height-(insets.top+insets.bottom));
100 public void setClientSize(int width, int height) { argument
101 size = new Dimension(width, height);
109 public void setSize(int width, int height) { argument
110 size = new Dimension(width, height);
125 res.height += (insets.top + insets.bottom);
153 if (size.height < (insets.top+insets.bottom)) {
154 size.height
[all...]
H A DXRobotPeer.java85 int pixelArray[] = new int[bounds.width*bounds.height];
86 getRGBPixelsImpl(xgc, bounds.x, bounds.y, bounds.width, bounds.height, pixelArray);
100 private static native synchronized void getRGBPixelsImpl(X11GraphicsConfig xgc, int x, int y, int width, int height, int pixelArray[]); argument
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DX11FontMetrics.java44 * The standard ascent of the font. This is the logical height
47 * characters in the font may extend above this height.
52 * The standard descent of the font. This is the logical height
55 * characters in the font may extend below this height.
62 * and the ascent of the next line. The height metric is calculated
68 * The standard height of a line of text in this font. This is
75 int height; field in class:X11FontMetrics
90 * The maximum possible height of a line of text in this font.
95 * height field should be preferred unless the text in a given
145 * Get height
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXSurfaceData.java47 int width, int height);
82 return new GLXOffScreenSurfaceData(peer, gc, r.width, r.height,
86 return new GLXVSyncOffScreenSurfaceData(peer, gc, r.width, r.height,
97 int width, int height,
101 return new GLXOffScreenSurfaceData(null, gc, width, height,
160 int width, int height,
164 super(peer, gc, width, height, image, cm, type);
183 private int width, height; field in class:GLXSurfaceData.GLXOffScreenSurfaceData
187 int width, int height,
194 this.height
45 initPbuffer(long pData, long pConfigInfo, boolean isOpaque, int width, int height) argument
96 createData(GLXGraphicsConfig gc, int width, int height, ColorModel cm, Image image, int type) argument
158 GLXVSyncOffScreenSurfaceData(X11ComponentPeer peer, GLXGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
185 GLXOffScreenSurfaceData(X11ComponentPeer peer, GLXGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DImageIcon.java136 int height = -1; field in class:ImageIcon
310 height = image.getHeight(imageObserver);
429 * Gets the height of the icon.
431 * @return the height in pixels of this icon
434 return height;
674 * Gets the height of the icon.
676 * @return the height of the icon
679 return ImageIcon.this.height;
H A DJApplet.java502 * @param height the height
506 public void repaint(long time, int x, int y, int width, int height) { argument
509 this, x, y, width, height);
512 super.repaint(time, x, y, width, height);
H A DJWindow.java603 * @param height the height
607 public void repaint(long time, int x, int y, int width, int height) { argument
610 this, x, y, width, height);
613 super.repaint(time, x, y, width, height);
H A DSpring.java371 return c.getMinimumSize().height;
375 return c.getPreferredSize().height;
379 return Math.min(Short.MAX_VALUE, c.getMaximumSize().height);
677 public static Spring height(Component c) { method in class:Spring
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DTitledBorder.java234 * @param height the height of the painted border
236 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
248 int borderH = height - edge - edge;
251 int labelH = size.height;
274 labelY += height - labelH - insets.bottom - edge;
277 labelY += height - labelH;
289 labelY += height - labelH;
338 border.paintBorder(c, g, x, y, width, height);
359 insets.top += size.height
564 getBaseline(Component c, int width, int height) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DBorderUIResource.java112 int width, int height) {
113 delegate.paintBorder(c, g, x, y, width, height);
111 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
H A DLayerUI.java607 * @param height the height to get the baseline for
611 public int getBaseline(JComponent c, int width, int height) { argument
614 return l.getView().getBaseline(width, height);
616 return super.getBaseline(c, width, height);
712 * @param height the height of the region to be painted
716 public void paintImmediately(int x, int y, int width, int height, JLayer<? extends V> l) { argument
717 l.paintImmediately(x, y, width, height);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicButtonUI.java396 public int getBaseline(JComponent c, int width, int height) { argument
397 super.getBaseline(c, width, height);
404 layout(b, fm, width, height);
406 textRect.width, textRect.height);
435 int width, int height) {
440 viewRect.height = height - (i.bottom + viewRect.y);
442 textRect.x = textRect.y = textRect.width = textRect.height = 0;
443 iconRect.x = iconRect.y = iconRect.width = iconRect.height = 0;
434 layout(AbstractButton b, FontMetrics fm, int width, int height) argument
H A DBasicLabelUI.java189 int width, int height) {
198 paintViewR.height = height - (insets.top + insets.bottom);
199 paintIconR.x = paintIconR.y = paintIconR.width = paintIconR.height = 0;
200 paintTextR.x = paintTextR.y = paintTextR.width = paintTextR.height = 0;
232 iconR.x = iconR.y = iconR.width = iconR.height = 0;
233 textR.x = textR.y = textR.width = textR.height = 0;
236 viewR.width = viewR.height = Short.MAX_VALUE;
242 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height);
188 layout(JLabel label, FontMetrics fm, int width, int height) argument
284 getBaseline(JComponent c, int width, int height) argument
[all...]

Completed in 85 milliseconds

1234567891011>>