Lines Matching refs:dstrect
1087 const SDL_Rect * srcrect, const SDL_FRect * dstrect)
1101 *(verts++) = dstrect->x;
1102 *(verts++) = dstrect->y + dstrect->h;
1106 *(verts++) = dstrect->x;
1107 *(verts++) = dstrect->y;
1111 *(verts++) = dstrect->x + dstrect->w;
1112 *(verts++) = dstrect->y + dstrect->h;
1116 *(verts++) = dstrect->x + dstrect->w;
1117 *(verts++) = dstrect->y;
1126 const SDL_Rect * srcquad, const SDL_FRect * dstrect,
1153 verts[12] = dstrect->x + center->x;
1154 verts[13] = dstrect->y + center->y;
1180 *(verts++) = dstrect->h - center->y;
1189 *(verts++) = dstrect->w - center->x;
1190 *(verts++) = dstrect->h - center->y;
1194 *(verts++) = dstrect->w - center->x;