Searched refs:width (Results 501 - 525 of 1066) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAnyByteBinary.h238 juint width, juint height, \
250 width, height, \
258 juint width, juint height, \
272 width, height, \
290 juint width = hix - lox; \
295 jint w = width; \
391 juint width = hix - lox; \
396 jint w = width; \
504 DeclareDrawGlyphListClipVars(pixels, rowBytes, width, height, \
506 ClipDrawGlyphList(DST, pixels, 1, rowBytes, width, heigh
[all...]
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
H A DMaskBlit.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_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
H A DLoopMacros.h91 * This loop is the standard nested "while (--width/height > 0)" loop
121 * This loop is the standard nested "while (--width/height > 0)" loop
837 juint width, juint height, \
847 memcpy(pDst, pSrc, width * ANYTYPE ## PixelStride)); \
856 juint width, juint height, \
867 x, width, height, \
878 juint width, juint height, \
892 width, height, \
904 juint width, juint height, \
916 width, heigh
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java262 if (preferredSize.width < minimumSize.width) {
263 preferredSize.width = minimumSize.width;
562 final int pWidth = s.width;
642 if (point.x > bounds.width - insets.right) return true;
846 if (originalSize.width - deltaX < min.width) {
847 deltaX = originalSize.width - min.width;
[all...]
H A DAquaTableHeaderBorder.java65 * @param width the width of the painted border
69 public void paintBorder(final Component c, final Graphics g, final int x, final int y, final int width, final int height) { argument
79 getAlternateBorder().paintBorder(jc, g, x, y, width, height);
104 final int newWidth = width;
H A DAquaTextPasswordFieldUI.java84 getCapsLockPainter().paintBorder(component, g, bounds.x, bounds.y, bounds.width, bounds.height);
142 public void paintBorder(final Component c, Graphics g, final int x, final int y, final int width, final int height) { argument
143 g = g.create(width - 23, height / 2 - 8, 18, 18);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.c210 jint width = sx2-sx1; local
215 j2d_glDrawPixels(width, 1, pf->format, pf->type, pSrc);
409 jint width = dx2 - dx1; local
415 dx1, dy2 - height, width, 1,
477 0, 0, srcOps->width, srcOps->height);
702 jint width, jint height)
711 if (width <= 0 || height <= 0) {
724 srcInfo.bounds.x2 = srcx + width;
728 dstInfo.bounds.x2 = dstx + width;
738 0, 0, srcOps->width, srcOp
699 OGLBlitLoops_SurfaceToSwBlit(JNIEnv *env, OGLContext *oglc, jlong pSrcOps, jlong pDstOps, jint dsttype, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
807 OGLBlitLoops_CopyArea(JNIEnv *env, OGLContext *oglc, OGLSDOps *dstOps, jint x, jint y, jint width, jint height, jint dx, jint dy) argument
[all...]
H A DOGLFuncs.h52 typedef void (GLAPIENTRY *glBitmapType)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
62 typedef void (GLAPIENTRY *glCopyPixelsType)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
63 typedef void (GLAPIENTRY *glCopyTexSubImage2DType)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
70 typedef void (GLAPIENTRY *glDrawPixelsType)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
106 typedef void (GLAPIENTRY *glReadPixelsType)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
109 typedef void (GLAPIENTRY *glScissorType)(GLint x, GLint y, GLsizei width, GLsizei height);
116 typedef void (GLAPIENTRY *glTexImage1DType)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
117 typedef void (GLAPIENTRY *glTexImage2DType)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
119 typedef void (GLAPIENTRY *glTexSubImage1DType)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);
120 typedef void (GLAPIENTRY *glTexSubImage2DType)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m152 fprintf(stderr, "\t width=%d\n", (int)isdo->width);
179 isdo->imgRef = CGImageCreate(isdo->width,
926 //fprintf(stderr, "isdo=%p isdo->type=%d, bitsPerComponent=%d, bytesPerRow=%d, colorSpace=%p, alphaInfo=%d, width=%d, height=%d, size=%d\n", isdo, type, (jint)bitsPerComponent, (jint)bytesPerRow, colorSpace, (jint)alphaInfo, (jint) isdo->width, (jint) isdo->height, (jint) size);
928 qsdo->cgRef = CGBitmapContextCreate(isdo->nativePixels, isdo->width, isdo->height, bitsPerComponent, bytesPerRow, colorSpace, alphaInfo);
1024 size_t width = isdo->width;
1063 copyBits(width, height, isdo->javaPixelsBytesPerRow, (Pixel8bit*)isdo->pixels, bytesPerRow, dataProviderData);
1066 copySwapRandB_32bit_TYPE_INT(width, heigh
[all...]
H A DGeomUtilities.m53 rect.size.width,
61 rect.size.width,
93 return JNFNewObject(env, ctor_Dimension2DDouble, (jint)size.width, (jint)size.height);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJApplet.java501 * @param width the width
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.java602 * @param width the width
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);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAsyncBoxView.java491 * @param width true if the width preference has changed
495 public synchronized void preferenceChanged(View child, boolean width, boolean height) { argument
497 getParent().preferenceChanged(this, width, height);
504 changing.preferenceChanged(width, height);
511 cs.preferenceChanged(width, height);
528 * @param width the width >= 0
531 public void setSize(float width, float height) { argument
532 setSpanOnAxis(X_AXIS, width);
1368 preferenceChanged(boolean width, boolean height) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunGraphicsCallback.java43 ((ConstrainableGraphics)g).constrain(bounds.x, bounds.y, bounds.width, bounds.height);
47 g.clipRect(0, 0, bounds.width, bounds.height);
93 ", width = " + newrect.width +
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DArc2D.java103 * The overall width of the full ellipse of which this arc is
109 public float width; field in class:Arc2D.Float
164 * @param w The overall width of the full ellipse of which
179 this.width = w;
203 this.width = (float) ellipseBounds.getWidth();
242 return (double) width;
278 return (width <= 0.0 || height <= 0.0);
290 this.width = (float) w;
398 * The overall width of the full ellipse of which this arc is
403 public double width; field in class:Arc2D.Double
[all...]
H A DRectangularShape.java78 * Returns the width of the framing rectangle in
80 * @return the width of the framing rectangle.
198 * @param w the width of the specified rectangular shape
336 double width = getWidth();
338 if (width < 0 || height < 0) {
345 double x2 = Math.ceil(x + width);
/openjdk7/jdk/src/share/classes/java/awt/
H A DSplashScreen.java286 image = new BufferedImage(dim.width, dim.height, BufferedImage.TYPE_INT_ARGB);
327 _update(splashPtr, data, rect.x, rect.y, rect.width, rect.height, scanlineStride);
391 private native static void _update(long splashPtr, int[] data, int x, int y, int width, int height, int scanlineStride); 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
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DGraphicsTests.java256 return ctx.outdim.width * ctx.outdim.height;
296 w = envdim.width;
306 ctx.orgX = (w - ctx.outdim.width) / 2;
311 ctx.maxX = Math.max(Math.min(32, w - ctx.outdim.width), 3);
313 ctx.orgX = (w - ctx.outdim.width - ctx.maxX) / 2;
318 ctx.maxX = (w - ctx.outdim.width) + 1;
367 int w = dim.width;
419 int w = dim.width;
442 int w = dim.width;
466 int w = dim.width;
[all...]
/openjdk7/jdk/test/javax/swing/regtesthelpers/
H A DUtil.java64 int width = bufferedImage0.getWidth();
67 if (width != bufferedImage1.getWidth() || height != bufferedImage1.getHeight()) {
72 for (int x = 0; x < width; x++) {
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DImageComparator.java95 "Images have different width or height");
119 int width = gldImage.getWidth();
123 if (x0 > width - dx) x0 = width - dx;
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java53 protected native void XRInitSurface(int depth, int width, int height, argument
224 int width, int height,
238 (gc, width, height, image, getSurfaceType(gc, transparency),
580 int width; field in class:XRSurfaceData.XRPixmapSurfaceData
584 public XRPixmapSurfaceData(XRGraphicsConfig gc, int width, int height, argument
590 this.width = width;
594 initSurface(depth, width, height, drawable, pictFormat);
600 public void initSurface(int depth, int width, int height, argument
604 XRInitSurface(depth, width, heigh
223 createData(XRGraphicsConfig gc, int width, int height, ColorModel cm, Image image, long drawable, int transparency) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java189 public BufferedImage createCompatibleImage(int width, int height) { argument
192 raster = model.createCompatibleWritableRaster(width, height);
240 * Creates a new hidden-acceleration image of the given width and height
245 int width, int height)
249 model.createCompatibleWritableRaster(width, height);
399 createCompatibleVolatileImage(int width, int height, argument
419 SunVolatileImage vi = new AccelTypedVolatileImage(this, width, height,
244 createAcceleratedImage(Component target, int width, int height) argument

Completed in 220 milliseconds

<<21222324252627282930>>