Searched defs:imageHeight (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DExtendedSatelliteComponent.java41 private int imageHeight; field in class:ExtendedSatelliteComponent
92 if (image == null || vw != imageWidth || vh != imageHeight) {
95 imageHeight = vh;
96 image = this.createImage(imageWidth, imageHeight);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DExtendedSatelliteComponent.java41 private int imageHeight; field in class:ExtendedSatelliteComponent
93 if (image == null || vw != imageWidth || vh != imageHeight) {
96 imageHeight = vh;
97 image = this.createImage(imageWidth, imageHeight);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java61 public int imageHeight; field in class:GIFImageMetadata
154 node.setAttribute("imageHeight", Integer.toString(imageHeight));
H A DGIFImageWriter.java393 imageMetadata.imageHeight = destSize.height;
791 imageMetadata.imageHeight = destSize.height;
1250 int imageHeight,
1263 stream.writeShort((short)imageHeight);
1290 imageMetadata.imageHeight,
1247 writeImageDescriptor(int imageLeftPosition, int imageTopPosition, int imageWidth, int imageHeight, boolean interlaceFlag, boolean sortFlag, int bitsPerPixel, byte[] localColorTable) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp87 int imageHeight,
107 ph.Create(NULL, imageWidth, imageHeight, TRUE);
112 sdi.sizeDragImage.cy = imageHeight;
200 jint imageHeight; member in struct:__anon1089
214 jint imageHeight,
223 sdrp->imageHeight = imageHeight;
250 sdrp->imageHeight,
1746 jint imageWidth, jint imageHeight,
1760 imageWidth, imageHeight,
83 Create( JNIEnv* env, jintArray imageData, int imageWidth, int imageHeight, int anchorX, int anchorY, IDataObject *pIDataObject) argument
209 StartDrag( AwtDragSource* self, jobject cursor, jintArray imageData, jint imageWidth, jint imageHeight, jint x, jint y) argument
1740 Java_sun_awt_windows_WDragSourceContextPeer_doDragDrop( JNIEnv* env, jobject self, jlong nativeCtxt, jobject cursor, jintArray imageData, jint imageWidth, jint imageHeight, jint x, jint y) argument
[all...]

Completed in 5129 milliseconds