Searched defs:height (Results 76 - 100 of 483) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DLookupOp.java150 int height = src.getHeight();
163 if (height != dst.getHeight()) {
165 IllegalArgumentException("Src height ("+height+
166 ") not equal to dst height ("+
256 int height = src.getHeight();
265 else if (height != dst.getHeight() || width != dst.getWidth()) {
267 IllegalArgumentException ("Width or height of Rasters do not "+
297 width, height, numBands);
301 height, numBand
475 byteFilter(ByteLookupTable lookup, Raster src, WritableRaster dst, int width, int height, int numBands) argument
522 shortFilter(ShortLookupTable lookup, Raster src, WritableRaster dst, int width, int height, int numBands) argument
[all...]
H A DReplicateScaleFilter.java59 * The height of the source image.
69 * The target height to scale the image.
94 * its source Image as specified by the width and height parameters.
96 * @param height the target height to scale the image
98 * zero or <code>height</code> equals zero
100 public ReplicateScaleFilter(int width, int height) { argument
101 if (width == 0 || height == 0) {
103 ") and height ("+height
[all...]
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DFramePeer.java107 * @param height the height of the frame
113 void setBoundsPrivate(int x, int y, int width, int height); argument
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPaper.java54 * The height of the physical page in 1/72nds
122 * Returns the height of the page in 1/72nds of an inch.
123 * @return the height of the page described by this
131 * Sets the width and height of this <code>Paper</code>
138 * @param height the value to which to set this <code>Paper</code>
139 * object's height
141 public void setSize(double width, double height) { argument
143 mHeight = height;
166 * @param height the value to which to set the height o
169 setImageableArea(double x, double y, double width, double height) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java51 * <code>width</code>, and <code>height</code> parameters. If the
106 * <code>height</code>); X and Y subsampling factors
114 * height = 4
137 * @param height the number of updated pixels vertically.
148 int width, int height,
217 * @param height the number of updated pixels vertically.
230 int width, int height,
145 imageUpdate(ImageReader source, BufferedImage theImage, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
227 thumbnailUpdate(ImageReader source, BufferedImage theThumbnail, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsConfiguration.java143 * @param height the height of the returned <code>BufferedImage</code>
147 public BufferedImage createCompatibleImage(int width, int height) { argument
150 model.createCompatibleWritableRaster(width, height);
164 * @param height the height of the returned <code>BufferedImage</code>
174 public BufferedImage createCompatibleImage(int width, int height, argument
178 return createCompatibleImage(width, height);
186 WritableRaster wr = cm.createCompatibleWritableRaster(width, height);
199 * @param height th
205 createCompatibleVolatileImage(int width, int height) argument
236 createCompatibleVolatileImage(int width, int height, int transparency) argument
270 createCompatibleVolatileImage(int width, int height, ImageCapabilities caps) argument
304 createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency) argument
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxButton.java97 int height = getHeight();
101 g.fillRect(0, 0, width, height);
116 painter.paint(g, this, left, top, width, height);
117 doRendererPaint(g, buttonModel, editable, getInsets(), left, top, width, height);
127 height -= insets.top + insets.bottom;
130 if (height <= 0 || width <= 0) {
152 painter.paint(g, comboBox, left + 2, top - 1, width - 4, height);
154 painter.paint(g, comboBox, left, top, width, height);
159 doRendererPaint(g, buttonModel, editable, insets, left, top, width, height);
163 protected void doRendererPaint(final Graphics g, final ButtonModel buttonModel, final boolean editable, final Insets insets, int left, int top, int width, int height) { argument
[all...]
H A DAquaGroupBorder.java58 public void paintBorder(final Component c, final Graphics g, int x, int y, int width, int height) { argument
60 // sg2d.drawRect(x, y, width - 1, height - 1);
66 height -= (internalInsets.top + internalInsets.bottom);
68 painter.paint(g, c, x, y, width, height);
70 // sg2d.drawRect(x, y, width, height);
H A DAquaTextFieldBorder.java64 public void paintBorder(final Component c, final Graphics g, int x, int y, int width, int height) { argument
66 // g.drawRect(x, y, width - 1, height - 1);
71 painter.paint(g, c, x, y, width, height);
81 painter.paint(g, c, x, y, width, height);
85 final int shrinkage = getShrinkageFor(jc, height);
90 height -= (subInsets.top + subInsets.bottom);
99 painter.paint(g, c, x, y, width, height);
101 // g.drawRect(x, y, width - 1, height - 1);
104 static int getShrinkageFor(final JTextComponent jc, final int height) { argument
110 final int shrinkage = size.height
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphics.java56 int width, int height,
62 return getDelegate().drawImage(img, x, y, width, height, bgcolor, observer);
55 drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) argument
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPMetadata.java50 public int height; field in class:WBMPMetadata
80 addChildNode(root, "Height", new Integer(height));
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Component.h33 jfieldID height; member in struct:ComponentIDs
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelInsert.c51 * The src and dst must have the same width, height and data type.
73 mlib_s32 width, mlib_s32 height,
80 mlib_s32 width, mlib_s32 height,
87 mlib_s32 width, mlib_s32 height,
94 mlib_s32 width, mlib_s32 height,
313 mlib_s32 width, height;/* for src and dst */ local
329 height = mlib_ImageGetHeight(src);
336 dsize = width * height;
376 width, height,
389 width, height,
[all...]
H A Dmlib_v_ImageCopy_f.c42 * height image height in lines
91 mlib_s32 height,
103 for (j = 0; j < height; j++) {
88 mlib_v_ImageCopy_a2(mlib_d64 *sp, mlib_d64 *dp, mlib_s32 width, mlib_s32 height, mlib_s32 stride, mlib_s32 dstride) argument
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRSurfaceData.c101 jint width, jint height,
114 XShared_initSurface(env, xsdo, depth, width, height, drawable);
99 Java_sun_java2d_xr_XRSurfaceData_XRInitSurface(JNIEnv *env, jclass xsd, jint depth, jint width, jint height, jlong drawable, jint pictFormat) argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWCustomCursor.java92 int height, int xHotSpot,
90 createCursorIndirect(int[] rData, byte[] andMask, int nScanStride, int width, int height, int xHotSpot, int yHotSpot) argument
H A DWDialogPeer.java121 public void reshape(int x, int y, int width, int height) { argument
123 super.reshape(x, y, width, height);
125 reshapeFrame(x, y, width, height);
H A DWEmbeddedFramePeer.java62 public void setBoundsPrivate(int x, int y, int width, int height) { argument
63 setBounds(x, y, width, height, SET_BOUNDS | NO_EMBEDDED_CHECK);
H A DWRobotPeer.java64 int pixelArray[] = new int[bounds.width*bounds.height];
65 getRGBPixels(bounds.x, bounds.y, bounds.width, bounds.height, pixelArray);
69 private native void getRGBPixels(int x, int y, int width, int height, int pixelArray[]); argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskBlit.cpp41 jint width, jint height,
50 if (width <= 0 || height <= 0) {
84 width, height,
94 dy2 = dy1 + height;
99 ty2 = ((jfloat)height) / D3DC_BLIT_TILE_SIZE;
39 D3DMaskBlit_MaskBlit(JNIEnv *env, D3DContext *d3dc, jint dstx, jint dsty, jint width, jint height, void *pPixels) argument
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Djava_awt_SplashScreen.c47 jint x, jint y, jint width, jint height,
67 initRect(&splash->overlayRect, x, y, width, height, 1,
122 splash->width, splash->height);
45 Java_java_awt_SplashScreen__1update(JNIEnv * env, jclass thisClass, jlong jsplash, jintArray data, jint x, jint y, jint width, jint height, jint stride) argument
H A Dsplashscreen_png.c59 png_uint_32 width, height; local
84 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
105 if (!SAFE_TO_ALLOC(rowbytes, height)) {
109 if ((image_data = (unsigned char *) malloc(rowbytes * height)) == NULL) {
113 if (!SAFE_TO_ALLOC(height, sizeof(png_bytep))) {
116 if ((row_pointers = (png_bytepp) malloc(height * sizeof(png_bytep)))
121 for (i = 0; i < height; ++i)
129 splash->height = height;
136 if (!SAFE_TO_ALLOC(splash->height, strid
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.c63 AccelGlyphCache_Init(jint width, jint height, argument
81 gcinfo->height = height;
111 jint h = glyph->height;
116 (glyph->height > cache->cellHeight))
133 if ((y + cache->cellHeight) > cache->height) {
157 cellinfo->ty1 = (jfloat)cellinfo->y / cache->height;
159 cellinfo->ty2 = cellinfo->ty1 + ((jfloat)h / cache->height);
239 cellinfo->ty2 = cellinfo->ty1 + ((jfloat)h / cache->height);
H A DAccelGlyphCache.h45 jint height; member in struct:__anon796
74 AccelGlyphCache_Init(jint width, jint height,
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DBlit.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_Blit_Blit(JNIEnv *env, jobject self, jobject srcData, jobject dstData, jobject comp, jobject clip, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument

Completed in 71 milliseconds

1234567891011>>