Lines Matching refs:dstrect
1666 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in D3D11_QueueCopy() argument
1684 verts->pos.x = dstrect->x; in D3D11_QueueCopy()
1685 verts->pos.y = dstrect->y; in D3D11_QueueCopy()
1695 verts->pos.x = dstrect->x; in D3D11_QueueCopy()
1696 verts->pos.y = dstrect->y + dstrect->h; in D3D11_QueueCopy()
1706 verts->pos.x = dstrect->x + dstrect->w; in D3D11_QueueCopy()
1707 verts->pos.y = dstrect->y; in D3D11_QueueCopy()
1717 verts->pos.x = dstrect->x + dstrect->w; in D3D11_QueueCopy()
1718 verts->pos.y = dstrect->y + dstrect->h; in D3D11_QueueCopy()
1733 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in D3D11_QueueCopyEx() argument
1751 maxx = dstrect->w - center->x; in D3D11_QueueCopyEx()
1753 maxy = dstrect->h - center->y; in D3D11_QueueCopyEx()
1817 verts->pos.x = dstrect->x + center->x; /* X translation */ in D3D11_QueueCopyEx()
1818 verts->pos.y = dstrect->y + center->y; /* Y translation */ in D3D11_QueueCopyEx()