Lines Matching refs:dstX0
113 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
122 const GLint dstWidth = ABS(dstX1 - dstX0);
128 const GLint dstXpos = MIN2(dstX0, dstX1);
131 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
516 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
523 const GLint dstWidth = ABS(dstX1 - dstX0);
529 const GLint dstXpos = MIN2(dstX0, dstX1);
532 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
744 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
767 &dstX0, &dstY0, &dstX1, &dstY1)) {
777 if (srcX1 - srcX0 == dstX1 - dstX0 &&
781 dstX0 < dstX1 &&
789 dstX0, dstY0,
804 dstX0, dstY0, dstX1, dstY1, buffers[i]);
812 dstX0, dstY0, dstX1, dstY1);