Lines Matching refs:dstrect
819 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in GLES2_QueueCopy() argument
831 minx = dstrect->x; in GLES2_QueueCopy()
832 miny = dstrect->y; in GLES2_QueueCopy()
833 maxx = dstrect->x + dstrect->w; in GLES2_QueueCopy()
834 maxy = dstrect->y + dstrect->h; in GLES2_QueueCopy()
864 const SDL_Rect * srcquad, const SDL_FRect * dstrect, in GLES2_QueueCopyEx() argument
871 const GLfloat centerx = center->x + dstrect->x; in GLES2_QueueCopyEx()
872 const GLfloat centery = center->y + dstrect->y; in GLES2_QueueCopyEx()
882 minx = dstrect->x + dstrect->w; in GLES2_QueueCopyEx()
883 maxx = dstrect->x; in GLES2_QueueCopyEx()
885 minx = dstrect->x; in GLES2_QueueCopyEx()
886 maxx = dstrect->x + dstrect->w; in GLES2_QueueCopyEx()
890 miny = dstrect->y + dstrect->h; in GLES2_QueueCopyEx()
891 maxy = dstrect->y; in GLES2_QueueCopyEx()
893 miny = dstrect->y; in GLES2_QueueCopyEx()
894 maxy = dstrect->y + dstrect->h; in GLES2_QueueCopyEx()