Lines Matching refs:dx1

54                         jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2)
60 scalex = ((GLfloat)(dx2-dx1)) / srcw;
78 j2d_glBitmap(0, 0, 0, 0, (GLfloat)dx1, (GLfloat)-dy1, NULL);
109 jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2)
154 j2d_glTexCoord2d(tx1, ty1); j2d_glVertex2d(dx1, dy1);
157 j2d_glTexCoord2d(tx1, ty2); j2d_glVertex2d(dx1, dy2);
176 jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2)
180 scalex = ((GLfloat)(dx2-dx1)) / (sx2-sx1);
201 // raster position from (0,0) to the desired location of (dx1,-dy1)...
203 j2d_glBitmap(0, 0, 0, 0, (GLfloat)dx1, (GLfloat)-dy1, NULL);
262 jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2)
284 cdw = (dx2-dx1) / (((GLdouble)(sx2-sx1)) / OGLC_BLIT_TILE_SIZE);
308 for (sx = sx1, dx = dx1; sx < sx2; sx += tw, dx += cdw) {
394 jint dx1, jint dy1, jint dx2, jint dy2)
409 jint width = dx2 - dx1;
415 dx1, dy2 - height, width, 1,
422 dx1, dy1, dx2-dx1, dy2-dy1,
449 jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2)
456 jdouble dw = dx2 - dx1;
483 dx1 += (srcInfo.bounds.x1 - sx1) * (dw / sw);
502 J2dTraceLn4(J2D_TRACE_VERBOSE, " dx1=%f dy1=%f dx2=%f dy2=%f",
503 dx1, dy1, dx2, dy2);
511 dx1, dy1, dx2, dy2);
525 (sx2-sx1) != (jint)(dx2-dx1) ||
548 dx1, dy1, dx2, dy2);
552 dx1, dy1, dx2, dy2);
570 jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2)
578 jdouble dw = dx2 - dx1;
611 dx1 += (srcInfo.bounds.x1 - sx1) * (dw / sw);
631 J2dTraceLn4(J2D_TRACE_VERBOSE, " dx1=%f dy1=%f dx2=%f dy2=%f",
632 dx1, dy1, dx2, dy2);
645 (jint)dx1, (jint)dy1, (jint)dx2, (jint)dy2);
660 (sx2-sx1) != (jint)(dx2-dx1) ||
676 dx1, dy1, dx2, dy2);
680 dx1, dy1, dx2, dy2);