Searched defs:height (Results 351 - 375 of 483) sorted by relevance

<<11121314151617181920

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c111 jfieldID height; member in struct:X11FontMetricsIDs
141 x11FontMetricsIDs.height =
142 (*env)->GetFieldID(env, cls, "height", "I");
639 int32_t height; local
641 int32_t above = 0; /* tries above height */
642 int32_t below = 0; /* tries below height */
673 oheight = height = (*env)->GetIntField(env, font, fontIDs.size);
680 height,
699 /* preferred height. We try for 4 heights above and below. */
705 height
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray_Mask.c118 mlib_s32 height,
135 for (j = 0; j < height; j++) {
200 mlib_s32 height,
212 for (j = 0; j < height; j++) {
272 mlib_s32 height,
282 for (j = 0; j < height; j++) {
328 jint height,
350 AnyByteSetRect(pRasInfo, 0, 0, width, height, srcG, pPrim, pCompInfo);
369 for (j = 0; j < height; j++) {
399 width, height, a0_S3
113 vis_ByteGrayBlendMask(mlib_u8 *rasBase, mlib_u8 *pMask, mlib_s32 rasScan, mlib_s32 maskScan, mlib_s32 width, mlib_s32 height, mlib_s32 *a0_S32, mlib_s32 srcG) argument
195 vis_ByteGrayBlendMask2(mlib_u8 *rasBase, mlib_u8 *pMask, mlib_s32 rasScan, mlib_s32 maskScan, mlib_s32 width, mlib_s32 height, mlib_s32 *a0_S32, mlib_s16 *d1_S16) argument
269 vis_ByteGrayBlend(mlib_u8 *rasBase, mlib_s32 rasScan, mlib_s32 width, mlib_s32 height, mlib_f32 a0, mlib_d64 d1) argument
323 ByteGraySrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
404 ByteGraySrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
493 ByteGrayAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
648 int width, height; local
[all...]
H A Dvis_IntArgbPre.c54 width *= height;
55 height = 1;
58 for (j = 0; j < height; j++) {
111 for (j = 0; j < height; j++) {
141 for (j = 0; j < height; j++) {
212 width *= height;
213 height = 1;
216 for (j = 0; j < height; j++) {
272 for (j = 0; j < height; j++) {
301 for (j = 0; j < height;
1108 int width, height; local
[all...]
H A Dvis_IntArgbPre_Mask.c211 jint height,
264 width *= height;
265 height = 1;
268 for (j = 0; j < height; j++) {
278 width *= height;
279 height = 1;
282 for (j = 0; j < height; j++) {
298 jint height,
354 for (j = 0; j < height; j++) {
374 for (j = 0; j < height;
206 IntArgbPreAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
293 FourByteAbgrPreAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
484 IntArgbPreSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
556 FourByteAbgrPreSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
769 IntArgbPreSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
840 FourByteAbgrPreSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
[all...]
H A Dvis_IntRgbx.c50 width *= height;
51 height = 1;
57 for (j = 0; j < height; j++) {
96 for (j = 0; j < height; j++) {
138 width *= height;
139 height = 1;
145 for (j = 0; j < height; j++) {
184 for (j = 0; j < height; j++) {
257 for (j = 0; j < height; j++) {
272 width *= height;
983 int width, height; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1175 *bottom = topAttr.height - ((winAttr.height) + *top);
1191 (Window window, int *x, int *y, int *width, int *height) {
1198 *height = winAttr.height;
1202 (JNIEnv *env, jclass clazz, jlong window, jlong x, jlong y, jlong width, jlong height) {
1204 (int*) jlong_to_ptr(width), (int*) jlong_to_ptr(height));
1208 (JNIEnv *env, jclass clazz, jlong window, jlong x, jlong y, jlong width, jlong height) {
1214 size_hints->height = (int)height;
1190 getWindowBounds(Window window, int *x, int *y, int *width, int *height) argument
1201 Java_sun_awt_X11_XWindow_getWindowBounds(JNIEnv *env, jclass clazz, jlong window, jlong x, jlong y, jlong width, jlong height) argument
1207 Java_sun_awt_X11_XWindow_setSizeHints(JNIEnv *env, jclass clazz, jlong window, jlong x, jlong y, jlong width, jlong height) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDataTransferer.java320 int height = 0;
326 height = ir.getHeight();
329 height = image.getHeight(null);
353 Raster.createInterleavedRaster(DataBuffer.TYPE_BYTE, width, height,
362 new AffineTransform(1, 0, 0, -1, 0, height);
375 return imageDataToPlatformImageBytes(imageData, width, height, format);
410 int width, int height,
442 int height = imageData[len + 1];
446 height, width,
456 * height o
409 imageDataToPlatformImageBytes(byte[] imageData, int width, int height, long format) argument
[all...]
H A DWFileDialogPeer.java248 public void reshape(int x, int y, int width, int height) {} argument
270 void invalidate(int x, int y, int width, int height) {} argument
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java164 private int width, height; field in class:D3DSurfaceData
190 private native void initOps(int screen, int width, int height); argument
214 int width, int height, Image image,
224 this.height = height;
230 initOps(graphicsDevice.getScreen(), width, height);
274 return new D3DSurfaceData(peer, gc, r.width, r.height,
307 int width, int height,
320 ret = new D3DSurfaceData(null, gc, width, height,
334 ret = new D3DSurfaceData(null, gc, width, height,
213 D3DSurfaceData(WComponentPeer peer, D3DGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int numBackBuffers, int swapEffect, VSyncType vSyncType, int type) argument
306 createData(D3DGraphicsConfig gc, int width, int height, ColorModel cm, Image image, int type) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIRenderer.cpp874 jint width, jint height)
880 J2dTraceLn2(J2D_TRACE_VERBOSE, " w=%-4d h=%-4d", width, height);
896 ::SetRect(&r, srcx, srcy, srcx + width, srcy + height);
869 Java_sun_java2d_windows_GDIRenderer_devCopyArea(JNIEnv *env, jobject wr, jobject wsd, jint srcx, jint srcy, jint dx, jint dy, jint width, jint height) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_ScrollPane.cpp129 jint height = env->GetIntField(target, AwtComponent::heightID); local
131 x, y, width, height,
H A Dawt_Scrollbar.cpp137 jint height = env->GetIntField(target, AwtComponent::heightID); local
140 x, y, width, height,
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java87 public void repaint(long tm, int x, int y, int width, int height){}; argument
89 public void setBounds(int x, int y, int width, int height, int op){}; argument
113 public Image createImage(int width, int height){return null;}; argument
114 public VolatileImage createVolatileImage(int width, int height){return null;}; argument
187 public void reshape(int x, int y, int width, int height){}; argument
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h111 int height; /* Height of the raster */ member in struct:__anon674
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColorTrue2Index.c81 for( y = 0; y < height; y++ ) \
2548 mlib_s32 y, width, height, sstride, dstride, schann; local
2565 height = mlib_ImageGetHeight(src);
4189 mlib_s32 height,
H A Dmlib_image_types.h118 mlib_s32 height; /* height of image in pixels, y dimension */ member in struct:__anon781
154 * hhint - last 4 bits of height
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DMaskFill.c79 jint height = rasInfo.bounds.y2 - rasInfo.bounds.y1; local
91 width, height,
459 * the accum buffer and the remainder of the "slice height" is
470 /* Accumulate the entire slice height into accum[0]. */ \
/openjdk7/jdk/src/share/demo/applets/SpreadSheet/
H A DSpreadSheet.java273 2 * cellHeight, 1, d.height, true);
296 d.height - titleHeight,
473 int height; field in class:Cell
483 int height) {
489 this.height = height;
731 g.fillRect(x, y, width - 1, height);
746 g.drawString("" + value, x, y + (height / 2) + 5);
750 x, y + (height / 2) + 5);
752 g.drawString(valueString, x, y + (height /
478 Cell(SpreadSheet app, Color bgColor, Color fgColor, Color highlightColor, int width, int height) argument
832 int height; field in class:InputField
836 InputField(String initValue, Applet app, int width, int height, Color bgColor, Color fgColor) argument
912 SpreadSheetInput(String initValue, SpreadSheet app, int width, int height, Color bgColor, Color fgColor) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics.java97 * is specified by the <code>width</code> and <code>height</code>
104 * @param height the height of the clipping rectangle.
109 public Graphics create(int x, int y, int width, int height) { argument
110 return new ProxyGraphics(g.create(x, y, width, height));
265 * @param height the height of the rectangle to intersect the clip with
269 public void clipRect(int x, int y, int width, int height) { argument
270 g.clipRect(x, y, width, height);
282 * @param height th
287 setClip(int x, int y, int width, int height) argument
350 copyArea(int x, int y, int width, int height, int dx, int dy) argument
387 fillRect(int x, int y, int width, int height) argument
407 drawRect(int x, int y, int width, int height) argument
430 clearRect(int x, int y, int width, int height) argument
450 drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
471 fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
495 draw3DRect(int x, int y, int width, int height, boolean raised) argument
515 fill3DRect(int x, int y, int width, int height, boolean raised) argument
537 drawOval(int x, int y, int width, int height) argument
552 fillOval(int x, int y, int width, int height) argument
593 drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) argument
634 fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) argument
858 drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) argument
938 drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) argument
1134 hitClip(int x, int y, int width, int height) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c86 jint height = dstOps->height; local
90 width, height,
96 (GLsizei)width, (GLsizei)height);
99 j2d_glOrtho(0.0, (GLdouble)width, (GLdouble)height, 0.0, -1.0, 1.0);
229 jint height = y2 - y1; local
233 x1, y1, width, height);
239 if ((width < 0) || (height < 0)) {
242 height = 0;
253 dstOps->yOffset + dstOps->height
516 OGLContext_CreateBlitTexture(GLenum internalFormat, GLenum pixelFormat, GLuint width, GLuint height) argument
654 jint width = 1, height = 1; local
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DListHelper.java375 int sbHeight = hsbVis ? bounds.height - SCROLLBAR_WIDTH : bounds.height;
391 (y >= bounds.height - SCROLLBAR_WIDTH) &&
392 (y <= bounds.height);
398 int sbHeight = hsbVis ? bounds.height - SCROLLBAR_WIDTH : bounds.height;
509 int height = getItemHeight();
514 x, y, width, height,
517 y += height + 2*ITEM_MARGIN;
537 int x, int y, int width, int height,
534 paintItem(Graphics g, Color[] colors, String string, int x, int y, int width, int height, boolean selected, boolean focused) argument
[all...]
H A DXBaseMenuWindow.java260 new Rectangle(0, 0, width, height));
664 int height = windowSize.height;
669 int y = (itemBounds.y + itemBounds.height > 0) ? itemBounds.y + itemBounds.height : 0;
670 if (y + height <= screenSize.height) {
678 return new Rectangle(x, y, width, height);
693 int height = windowSize.height;
863 draw3DRect(Graphics g, int x, int y, int width, int height, boolean raised) argument
[all...]
H A DXChoicePeer.java169 public void setBounds(int x, int y, int width, int height, int op) { argument
173 int oldHeight = this.height;
174 super.setBounds(x, y, width, height, op);
175 if (unfurled && (oldX != this.x || oldY != this.y || oldWidth != this.width || oldHeight != this.height) ) {
524 textRect.height = fm.getHeight();
531 cbY = size.height / 2 - checkBoxSize / 2;
538 textRect.y = size.height / 2 - textRect.height / 2 + borderInsets.top;
543 focusRect.height = size.height
[all...]
H A DXEmbedChildProxyPeer.java86 public void repaint(long tm, int x, int y, int width, int height) {} argument
88 public void setBounds(int x, int y, int width, int height, int op) { argument
92 XlibWrapper.XMoveResizeWindow(XToolkit.getDisplay(), handle, x, y, width, height);
255 public Image createImage(int width, int height) { return null; } argument
256 public VolatileImage createVolatileImage(int width, int height) { return null; } argument
315 public void reshape(int x, int y, int width, int height) { argument
316 setBounds(x, y, width, height, SET_BOUNDS);
H A DXScrollbar.java74 int width, height; // Dimensions of the visible part of the parent window field in class:XScrollbar
76 // equal to (width, height) for vertical,
120 public void setSize(int width, int height) { argument
121 if (log.isLoggable(PlatformLogger.FINER)) log.finer("Setting scroll bar " + this + " size to " + width + "x" + height);
123 this.height = height;
142 int y = height / 2 - getArrowWidth()/2;
163 * @param height the height of the scrollbar
178 buffer = graphicsConfig.createCompatibleImage(width, height);
[all...]

Completed in 144 milliseconds

<<11121314151617181920