Lines Matching defs:dstX1
80 int dstX1, int dstY1)
82 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1))
85 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1))
359 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
370 GLint dstX0, dstY0, dstX1, dstY1;
386 clip.dstX1 = dstX1;
397 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) {
404 (dstX1 != clip.dstX1) ||
416 blit.scissor.minx = MIN2(clip.dstX0, clip.dstX1);
418 blit.scissor.maxx = MAX2(clip.dstX0, clip.dstX1);
451 if (dstX0 < dstX1) {
454 blit.dst.box.width = dstX1 - dstX0;
457 blit.dst.box.x = dstX1;
459 blit.dst.box.width = dstX0 - dstX1;
632 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
717 || srcX1 != dstX1 || srcY1 != dstY1)) {
735 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) ||
813 dstX0, dstY0, dstX1, dstY1,
856 (dstX1 - dstX0) == 0 || (dstY1 - dstY0) == 0) {
862 dstX0, dstY0, dstX1, dstY1,
872 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
879 dstX0, dstY0, dstX1, dstY1, mask, filter, false, func);
892 GLint dstX1, GLint dstY1,
899 dstX0, dstY0, dstX1, dstY1,
906 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
916 dstX0, dstY0, dstX1, dstY1,
921 dstX0, dstY0, dstX1, dstY1,
930 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
971 dstX0, dstY0, dstX1, dstY1,
982 GLint dstX1, GLint dstY1,
989 dstX0, dstY0, dstX1, dstY1,
997 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1008 dstX0, dstY0, dstX1, dstY1,
1013 dstX0, dstY0, dstX1, dstY1,