Home | History | Annotate | Download | only in common

Lines Matching defs:dstX1

1431                         GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1525 verts[1].x = (GLfloat) dstX1;
1527 verts[2].x = (GLfloat) dstX1;
1576 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1602 dstX0, dstY0, dstX1, dstY1, mask, filter);
1608 dstX0 = dstX1;
1609 dstX1 = tmp;
1647 dstX0, dstY0, dstX1, dstY1, mask, filter);
1663 verts[1].x = (GLfloat) dstX1;
1665 verts[2].x = (GLfloat) dstX1;
1731 dstX0, dstY0, dstX1, dstY1, mask, filter);
2165 const GLfloat dstX1 = dstX + width * ctx->Pixel.ZoomX;
2174 verts[1].x = dstX1;
2179 verts[2].x = dstX1;