Searched defs:destX (Results 1 - 4 of 4) sorted by relevance

/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);
1511 destX, // left of dest rect
2545 jfloat destX, jfloat destY,
2603 ROUND_TO_LONG(destX),
2637 jfloat destX, jfloat destY,
2695 ROUND_TO_LONG(destX),
2789 static int bitsToDevice(HDC printDC, jbyte *image, long destX, lon
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 345 milliseconds