Lines Matching refs:sx1

53                         jint sx1, jint sy1, jint sx2, jint sy2,
57 jint srcw = sx2 - sx1;
65 // (sx1,sy1) we are given here point to the upper-left corner of the
68 sx1 = srcOps->xOffset + sx1;
81 j2d_glCopyPixels(sx1, sy1, srcw, srch, GL_COLOR);
84 j2d_glCopyPixels(sx1, sy1, srcw, srch, GL_COLOR);
108 jint sx1, jint sy1, jint sx2, jint sy2,
135 tx1 = (GLdouble)sx1;
141 tx1 = ((GLdouble)sx1) / srcOps->textureWidth;
175 jint sx1, jint sy1, jint sx2, jint sy2,
180 scalex = ((GLfloat)(dx2-dx1)) / (sx2-sx1);
210 jint width = sx2-sx1;
221 j2d_glDrawPixels(sx2-sx1, sy2-sy1, pf->format, pf->type, srcInfo->rasBase);
261 jint sx1, jint sy1, jint sx2, jint sy2,
284 cdw = (dx2-dx1) / (((GLdouble)(sx2-sx1)) / OGLC_BLIT_TILE_SIZE);
308 for (sx = sx1, dx = dx1; sx < sx2; sx += tw, dx += cdw) {
448 jint sx1, jint sy1, jint sx2, jint sy2,
454 jint sw = sx2 - sx1;
471 srcInfo.bounds.x1 = sx1;
482 if (srcInfo.bounds.x1 != sx1) {
483 dx1 += (srcInfo.bounds.x1 - sx1) * (dw / sw);
484 sx1 = srcInfo.bounds.x1;
500 J2dTraceLn4(J2D_TRACE_VERBOSE, " sx1=%d sy1=%d sx2=%d sy2=%d",
501 sx1, sy1, sx2, sy2);
510 sx1, sy1, sx2, sy2,
525 (sx2-sx1) != (jint)(dx2-dx1) ||
547 sx1, sy1, sx2, sy2,
551 sx1, sy1, sx2, sy2,
569 jint sx1, jint sy1, jint sx2, jint sy2,
576 jint sw = sx2 - sx1;
594 srcInfo.bounds.x1 = sx1;
610 if (srcInfo.bounds.x1 != sx1) {
611 dx1 += (srcInfo.bounds.x1 - sx1) * (dw / sw);
612 sx1 = srcInfo.bounds.x1;
629 J2dTraceLn4(J2D_TRACE_VERBOSE, " sx1=%d sy1=%d sx2=%d sy2=%d",
630 sx1, sy1, sx2, sy2);
634 j2d_glPixelStorei(GL_UNPACK_SKIP_PIXELS, sx1);
660 (sx2-sx1) != (jint)(dx2-dx1) ||
675 sx1, sy1, sx2, sy2,
679 sx1, sy1, sx2, sy2,