Searched defs:height (Results 251 - 275 of 483) sorted by relevance

<<11121314151617181920

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h88 png_uint_32 height; /* height of image in pixels (from IHDR) */ member in struct:png_info_def
280 * values. The values are width and height corresponsing to one pixel
285 png_charp scal_s_width; /* string containing height */
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageCopy.c93 mlib_s32 height; /* height in lines of src and dst */ local
106 height = mlib_ImageGetHeight(src);
111 size = height * (width >> 3);
127 for (j = 0; j < height; j++) {
134 for (j = 0; j < height; j++) {
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.h64 int height; /* in pixels */ member in struct:Splash
/openjdk7/jdk/src/share/native/sun/font/
H A Dfontscalerdefs.h103 UInt16 height; member in struct:GlyphInfo
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DBorderedComponent.java79 return textLabel.getBaseline(dim.width, dim.height) + textLabel.getY();
180 d.height += i.top + i.bottom;
201 i.top + (d.height - i.top - i.bottom - p.height) / 2,
203 p.height);
210 d.height - i.top - i.bottom);
329 * @param height the height of the painted border
331 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
337 border.paintBorder(c, g, x, y, width, height);
537 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
[all...]
/openjdk7/jdk/test/javax/swing/JComponent/4337267/
H A Dbug4337267.java159 i1 = new TestBufferedImage(size.width, size.height,
161 i2 = new TestBufferedImage(size.width, size.height,
178 TestBufferedImage(int width, int height, int imageType) { argument
179 super(width, height, imageType);
189 int height = getHeight();
190 if ((image2.getWidth() != width) || (image2.getHeight() != height)) {
195 for (int y = 0; y < height; y++) {
212 return new TestBufferedImage(d.width, d.height,
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java97 int height; field in class:LCMSImageLayout
110 height = 1;
116 private LCMSImageLayout(int width, int height, int pixelType, argument
122 this.height = height;
210 height = image.getHeight();
290 int lastScanOffset = safeMult(nextRowOffset, (height - 1));
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DBlit.java111 int width, int height);
154 int width, int height)
161 Raster srcRas = srcData.getRaster(srcx, srcy, width, height);
163 (WritableRaster) dstData.getRaster(dstx, dsty, width, height);
166 clip = Region.getInstanceXYWH(dstx, dsty, width, height);
168 int span[] = {dstx, dsty, dstx+width, dsty+height};
202 int width, int height)
206 width, height,
247 int width, int height)
263 width, height, cachedSr
107 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
148 Blit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
196 Blit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
241 Blit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
322 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
[all...]
H A DMaskBlit.java108 int width, int height,
173 int width, int height,
190 width, height, cachedSrc);
210 width, height, cachedDst);
220 sx, sy, dx, dy, width, height,
226 dstx, dsty, width, height);
255 int width, int height,
260 srcx, srcy, dstx, dsty, width, height,
104 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
167 MaskBlit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte mask[], int offset, int scan) argument
252 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
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DDrawImage.java96 int width, int height,
105 if ((width > 0) && (height > 0) && isSimpleTranslate(sg)) {
109 double dy2 = dy1 + height;
119 if ((x | y) != 0 || width != imgw || height != imgh) {
122 atfm.scale(((double)width)/imgw, ((double)height)/imgh);
285 // First check if width and height are very close to img w&h.
323 final int height = sy2 - sy1;
324 final BufferedImage bimg = new BufferedImage(width, height, type);
329 g2d.fillRect(0, 0, width, height);
332 g2d.copyImage(img, 0, 0, sx1, sy1, width, height, nul
95 scaleImage(SunGraphics2D sg, Image img, int x, int y, int width, int height, Color bgColor) argument
1040 scaleImage(SunGraphics2D sg, Image img, int x, int y, int width, int height, Color bgColor, ImageObserver observer) argument
[all...]
H A DLoopPipe.java68 int x, int y, int width, int height)
73 width, height);
77 int x, int y, int width, int height,
81 new RoundRectangle2D.Float(x, y, width, height,
86 int x, int y, int width, int height)
88 sg2d.shapepipe.draw(sg2d, new Ellipse2D.Float(x, y, width, height));
92 int x, int y, int width, int height,
95 sg2d.shapepipe.draw(sg2d, new Arc2D.Float(x, y, width, height,
125 int x, int y, int width, int height)
130 width, height);
67 drawRect(SunGraphics2D sg2d, int x, int y, int width, int height) argument
76 drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
85 drawOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
91 drawArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
124 fillRect(SunGraphics2D sg2d, int x, int y, int width, int height) argument
133 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
142 fillOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
148 fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
[all...]
H A DNullPipe.java54 int x, int y, int width, int height) {
58 int x, int y, int width, int height) {
62 int x, int y, int width, int height,
67 int x, int y, int width, int height,
72 int x, int y, int width, int height) {
76 int x, int y, int width, int height) {
80 int x, int y, int width, int height,
85 int x, int y, int width, int height,
53 drawRect(SunGraphics2D sg, int x, int y, int width, int height) argument
57 fillRect(SunGraphics2D sg, int x, int y, int width, int height) argument
61 drawRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
66 fillRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
71 drawOval(SunGraphics2D sg, int x, int y, int width, int height) argument
75 fillOval(SunGraphics2D sg, int x, int y, int width, int height) argument
79 drawArc(SunGraphics2D sg, int x, int y, int width, int height, int startAngle, int arcAngle) argument
84 fillArc(SunGraphics2D sg, int x, int y, int width, int height, int startAngle, int arcAngle) argument
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPathGraphics.java274 * @param srcHeight The height of the portion of the image to
612 (float)Math.rint(scaledBounds.height+0.5),
723 scaledBounds.height,
747 protected void deviceFrameRect(int x, int y, int width, int height, argument
750 draw(new Rectangle2D.Float(x, y, width, height));
766 protected void deviceFillRect(int x, int y, int width, int height, argument
768 fill(new Rectangle2D.Float(x, y, width, height));
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c102 OGLSD_IsPowerOfTwo(jint width, jint height) argument
104 return (((width & (width-1)) | (height & (height-1))) == 0);
116 * dimensions, and therefore width==textureWidth and height==textureHeight.
126 * must be specified in the range [0,width] and [0,height] rather than
131 * power-of-two greater than (or equal to) the requested width and height.
137 jint width, jint height)
148 width, height, isOpaque, texNonPow2);
160 texHeight = (height <= texMax) ? height
134 OGLSD_InitTextureObject(OGLSDOps *oglsdo, jboolean isOpaque, jboolean texNonPow2, jboolean texRect, jint width, jint height) argument
242 Java_sun_java2d_opengl_OGLSurfaceData_initTexture(JNIEnv *env, jobject oglsd, jlong pData, jboolean isOpaque, jboolean texNonPow2, jboolean texRect, jint width, jint height) argument
393 Java_sun_java2d_opengl_OGLSurfaceData_initFBObject(JNIEnv *env, jobject oglsd, jlong pData, jboolean isOpaque, jboolean texNonPow2, jboolean texRect, jint width, jint height) argument
535 OGLSD_SetNativeDimensions(JNIEnv *env, OGLSDOps *oglsdo, jint width, jint height) argument
[all...]
H A DOGLSurfaceData.h120 * jint width/height;
138 * and height fields in this OGLSDOps structure. For example, if the image
172 jint height; member in struct:_OGLSDOps
H A DOGLVertexCache.c217 jint width, jint height,
246 texx, texy, width, height,
262 ty2 = ty1 + (((jfloat)height) / OGLVC_MASK_CACHE_HEIGHT_IN_TEXELS);
267 dy2 = dy1 + height;
214 OGLVertexCache_AddMaskQuad(OGLContext *oglc, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height, jint maskscan, void *mask) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DUNIXToolkit.java225 public void loadIconCallback(byte[] data, int width, int height, argument
232 DataBuffer dataBuf = new DataBufferByte(data, (rowStride * height));
235 width, height, rowStride, channels,
H A DX11GraphicsDevice.java279 int width, int height,
372 return new DisplayMode(r.width, r.height,
278 configDisplayMode(int screen, int width, int height, int displayMode) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbeddedFramePeer.java160 height = xe.get_height();
162 dimensions.setClientSize(width, height);
202 return new Rectangle(x, y, width, height);
205 public void setBoundsPrivate(int x, int y, int width, int height) { argument
206 setBounds(x, y, width, height, SET_BOUNDS | NO_EMBEDDED_CHECK);
295 return height;
299 return new Dimension(width, height);
H A DXMenuBarPeer.java77 * desired height of menu bar
246 //We need maximum height before calculating item's bounds
253 maxHeight = Math.max(maxHeight, dim.height);
279 int y = (maxHeight + dim.height) / 2 - metrics.getTextBaseline();
339 * Returns desired height of menu bar
382 public void reshape(int x, int y, int width, int height) { argument
383 if ((width != this.width) || (height != this.height)) {
386 super.reshape(x, y, width, height);
408 int height
[all...]
H A DXWarningWindow.java218 void paint(Graphics g, int x, int y, int width, int height) { argument
247 paint(g, 0, 0, bounds.width, bounds.height);
261 final int height = xe.get_height();
267 paint(g, x, y, width, height);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DMaskTileManager.java93 public void addRect(int x, int y, int width, int height) { argument
94 mainTile.addRect(x, y, width, height);
192 int height = tileDirtyArea.y2 - tileDirtyArea.y;
194 height = Math.min(height, MASK_SIZE);
217 x, y, width, height);
224 width, height);
H A DXRPMBlitLoops.java239 public Rectangle getCompositeBounds(AffineTransform tr, int dstx, int dsty, int width, int height) { argument
246 compBounds[5] = dsty + height;
248 compBounds[7] = dsty + height;
266 int dstx, int dsty, int width, int height) {
277 Rectangle bounds = getCompositeBounds(xform, dstx, dsty, width, height);
298 int maskPicture = mask.prepareBlitMask(x11sdDst, maskTX, width, height);
300 0, 0, 0, 0, bounds.x, bounds.y, bounds.width, bounds.height);
305 x11sdDst.maskBuffer.compositeBlit(x11sdSrc, x11sdDst, 0, 0, bounds.x, bounds.y, bounds.width, bounds.height);
265 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform xform, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
H A DXRRenderer.java90 int x, int y, int width, int height) {
91 draw(sg2d, new Rectangle2D.Float(x, y, width, height));
113 int x, int y, int width, int height) {
123 tileManager.addRect(x, y, width, height);
137 int x, int y, int width, int height,
139 draw(sg2d, new RoundRectangle2D.Float(x, y, width, height,
144 int width, int height,
146 fill(sg2d, new RoundRectangle2D.Float(x, y, width, height,
151 int x, int y, int width, int height) {
152 draw(sg2d, new Ellipse2D.Float(x, y, width, height));
89 drawRect(SunGraphics2D sg2d, int x, int y, int width, int height) argument
112 fillRect(SunGraphics2D sg2d, int x, int y, int width, int height) argument
136 drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
143 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
150 drawOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
155 fillOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
160 drawArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
167 fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJDialog.java1126 * @param height the height
1130 public void repaint(long time, int x, int y, int width, int height) { argument
1133 this, x, y, width, height);
1136 super.repaint(time, x, y, width, height);

Completed in 71 milliseconds

<<11121314151617181920