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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageReader.java373 int destY = 0; field in class:GIFImageReader
384 theTile.setDataElements(destX, destY, width, 1, rowBuf);
387 theTile.setSample(destX, destY, 0, rowBuf[x] & 0xff);
397 destX, destY,
405 (destY < destinationRegion.y + destinationRegion.height) &&
455 this.destY = destinationRegion.y +
875 this.destY = destinationRegion.y +
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java1289 int destX, int destY) {
1294 " to: " + new Point(destX, destY));
1296 graphics.copyArea(x, y, width, height, destX, destY);
1288 copyArea(int x, int y, int width, int height, int destX, int destY) argument
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java856 * <code>(destX, destY)</code> in device coordinates.
865 float destX, float destY,
895 + " " + destX + " " + destY
864 drawImageBGR(byte[] bgrData, float destX, float destY, float destWidth, float destHeight, float srcX, float srcY, float srcWidth, float srcHeight, int srcBitMapWidth, int srcBitMapHeight) argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1171 * <code>(destX, destY)</code> in device coordinates.
1180 float destX, float destY,
1187 destX, destY,
1211 float destX, float destY,
1231 destX, destY,
1503 * <code>(destX, destY)</code> in device coordinates.
1515 float destX, float destY,
1179 drawImage3ByteBGR(byte[] image, float destX, float destY, float destWidth, float destHeight, float srcX, float srcY, float srcWidth, float srcHeight) argument
1210 drawDIBImage(byte[] image, float destX, float destY, float destWidth, float destHeight, float srcX, float srcY, float srcWidth, float srcHeight, int sampleBitsPerPixel, IndexColorModel icm) argument
1514 drawDIBImage(long printDC, byte[] image, float destX, float destY, float destWidth, float destHeight, float srcX, float srcY, float srcWidth, float srcHeight, int bitCount, byte[] bmiColors) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp267 static int bitsToDevice(HDC printDC, jbyte *image, long destX, long destY,
1467 jint destX, jint destY, jint destWidth, jint destHeight) {
1477 * original form of PatBlit(hDC, destX,destY,destWidth, destHeight ..)
1489 // ::PatBlt(hDC, destX+1, destY+1, destWidth-2, destHeight-2, PATCOPY);
1512 destY, // top of dest rect
1525 fprintf(file,"sh=%d dh=%d sy=%d dy=%d result=%d\n", srcHeight, destHeight, srcY, destY, result);
2545 jfloat destX, jfloat destY,
2604 ROUND_TO_LONG(destY),
2637 jfloat destX, jfloat destY,
2696 ROUND_TO_LONG(destY),
1464 Java_sun_awt_windows_WEmbeddedFrame_printBand(JNIEnv *env, jobject self, jlong theHDC, jbyteArray imageArray, jint offset, jint srcX, jint srcY, jint srcWidth, jint srcHeight, jint destX, jint destY, jint destWidth, jint destHeight) argument
[all...]

Completed in 2204 milliseconds