Lines Matching refs:dstX0
79 int dstX0, int dstY0,
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;
384 clip.dstX0 = dstX0;
397 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) {
402 (dstX0 != clip.dstX0) ||
416 blit.scissor.minx = MIN2(clip.dstX0, clip.dstX1);
418 blit.scissor.maxx = MAX2(clip.dstX0, clip.dstX1);
451 if (dstX0 < dstX1) {
452 blit.dst.box.x = dstX0;
454 blit.dst.box.width = dstX1 - dstX0;
459 blit.dst.box.width = dstX0 - dstX1;
632 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
716 && (srcX0 != dstX0 || srcY0 != dstY0
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);
891 GLint srcY1, GLint dstX0, GLint dstY0,
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,
981 GLint dstX0, GLint dstY0,
989 dstX0, dstY0, dstX1, dstY1,
997 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1008 dstX0, dstY0, dstX1, dstY1,
1013 dstX0, dstY0, dstX1, dstY1,