Searched defs:width (Results 101 - 125 of 532) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPMetadata.java49 public int width; field in class:WBMPMetadata
79 addChildNode(root, "Width", new Integer(width));
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLTableColElement.java86 * Default column width. See the width attribute definition in HTML 4.0.
89 public void setWidth(String width); argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Component.h32 jfieldID width; 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
328 width = mlib_ImageGetWidth(src);
336 dsize = width * height;
376 width, height,
389 width, heigh
[all...]
H A Dmlib_v_ImageCopy_f.c31 * mlib_v_ImageCopy_a2 - 2-D, Aligned8, width 8x
41 * width image width in 8-bytes
85 * they are 8-byte aligned. And stride and width are in 8-bytes.
90 mlib_s32 width,
106 for (i = 0; i < width; i++) {
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.java64 // REMIND: native code should use ScanStride _AND_ width
91 int nScanStride, int width,
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,
85 width*4,
93 dx2 = dx1 + width;
98 tx2 = ((jfloat)width) / 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,
128 splash->width = width;
131 if (!SAFE_TO_ALLOC(splash->width, splash->imageFormat.depthBytes)) {
134 stride = splash->width * splash->imageFormat.depthBytes;
159 initRect(&srcRect, 0, 0, width, height, 1, rowbytes,
161 initRect(&dstRect, 0, 0, width, height, 1, stride,
/openjdk7/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.c63 AccelGlyphCache_Init(jint width, jint height, argument
80 gcinfo->width = width;
110 jint w = glyph->width;
115 if ((glyph->width > cache->cellWidth) ||
130 if ((x + cache->cellWidth) > cache->width) {
156 cellinfo->tx1 = (jfloat)cellinfo->x / cache->width;
158 cellinfo->tx2 = cellinfo->tx1 + ((jfloat)w / cache->width);
238 cellinfo->tx2 = cellinfo->tx1 + ((jfloat)w / cache->width);
H A DAccelGlyphCache.h44 jint width; 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)
70 srcInfo.bounds.x2 = srcx + width;
74 dstInfo.bounds.x2 = dstx + width;
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
H A DBlitBg.c40 jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height)
70 srcInfo.bounds.x2 = srcx + width;
74 dstInfo.bounds.x2 = dstx + width;
36 Java_sun_java2d_loops_BlitBg_BlitBg(JNIEnv *env, jobject self, jobject srcData, jobject dstData, jobject comp, jobject clip, jint bgColor, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DIIOTests.java135 protected static BufferedImage createBufferedImage(int width, argument
141 image = new BufferedImage(width, height, hasAlpha ?
147 for (int x = 0; x < width; x++) {
163 g.fillRect(0, 0, width, height);
166 g.fillOval(2, 2, width-4, height-4);
168 g.fillOval(4, 4, width-8, height-8);
170 g.fillRect(8, 8, width-16, height-16);
172 g.drawLine(0, 0, width, height);
173 g.drawLine(0, height, width, 0);
189 g.drawImage(photo, 0, 0, width, heigh
[all...]
/openjdk7/jdk/test/javax/imageio/plugins/shared/
H A DBitDepth.java48 int width = 10;
52 BufferedImage bi = new BufferedImage(width, height,
56 g.fillRect(0, 0, width, height);
60 if (bi2.getWidth() != width || bi2.getHeight() != height) {
66 for (int x = 0; x < width; x++) {
117 private int width = 80; field in class:BitDepth
159 BufferedImage bi = new BufferedImage(width, height, type);
168 g.fillRect(0, 0, width, height);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelDrawPipe.java47 int x, int y, int width, int height);
50 int x, int y, int width, int height,
54 int x, int y, int width, int height);
57 int x, int y, int width, int height,
46 drawRect(SunGraphics2D sg, int x, int y, int width, int height) argument
49 drawRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
53 drawOval(SunGraphics2D sg, int x, int y, int width, int height) argument
56 drawArc(SunGraphics2D sg, int x, int y, int width, int height, int startAngle, int arcAngle) argument
H A DPixelFillPipe.java44 int x, int y, int width, int height);
48 int x, int y, int width, int height,
52 int x, int y, int width, int height);
55 int x, int y, int width, int height,
43 fillRect(SunGraphics2D sg, int x, int y, int width, int height) argument
47 fillRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
51 fillOval(SunGraphics2D sg, int x, int y, int width, int height) argument
54 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 DCustomMediaSizeName.java60 float width, float length) {
66 mediaName = MediaSize.findMedia(width, length,
59 CustomMediaSizeName(String name, String choice, float width, float length) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DMaskTile.java44 public void addRect(int x, int y, int width, int height) { argument
48 rects.setWidth(index, width);
H A DXRMaskBlit.java69 Region clip, int srcx, int srcy, int dstx, int dsty, int width,
71 if (width <= 0 || height <= 0) {
86 uploadMask(width, height, maskscan, maskoff, mask);
88 srcx, srcy, 0, 0, dstx, dsty, width, height);
89 maskBuffer.getMaskBuffer().clearUploadMask(maskPict, width, height);
68 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
H A DXRMaskImage.java65 public int prepareBlitMask(XRSurfaceData dst, AffineTransform maskTX, int width, argument
68 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1);
70 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight);
100 private void initBlitMask(int parentDrawable, int width, int height) { argument
101 int newPM = con.createPixmap(parentDrawable, 8, width, height);
113 con.renderRectangle(blitMaskPicture, XRUtils.PictOpClear, XRColor.NO_ALPHA, 0, 0, width, height);
115 blitMaskDimensions.width = width;
123 if (minSizeX > blitMaskDimensions.width || minSizeY > blitMaskDimensions.height) {
124 int newWidth = Math.max(minSizeX, blitMaskDimensions.width);
[all...]

Completed in 600 milliseconds

1234567891011>>